On 1/22/19, Jean-Baptiste Kempf <j...@videolan.org> wrote:
> On Tue, 22 Jan 2019, at 10:55, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <one...@gmail.com>
>
> 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
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to