On 1/22/19, Jean-Baptiste Kempf <[email protected]> wrote:
> On Tue, 22 Jan 2019, at 10:55, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <[email protected]>
>
> Overall, this is more readable that the ones in the past. Really cool.
With that terms: "more readable" actually means "less complex"
>
>> + for (int j = start_y; j < end_y; j++) {
>> + for (int k = start_x; k < end_x; k++) {
>> + if (mask & 0x8000) {
>
> Do we know where this value comes from?
>
Can't you see? It is obvious. It reads bits from top to bottom of 16
bit number and than does something - filling blocks.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel