Searched refs:interlaced_dither_patterns (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Da64tables.h93 static const uint8_t interlaced_dither_patterns[9][8][4] = { variable
H A Da64multienc.c121 if (interlaced_dither_patterns[dither[pix]][(y & 3) * 2 + 0][x & 3])
126 if (interlaced_dither_patterns[dither[pix]][(y & 3) * 2 + 1][x & 3])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Da64tables.h93 static const uint8_t interlaced_dither_patterns[9][8][4] = { variable
H A Da64multienc.c144 if (interlaced_dither_patterns[dither[pix]][(y & 3) * 2 + 0][x & 3])
149 if (interlaced_dither_patterns[dither[pix]][(y & 3) * 2 + 1][x & 3])

Completed in 55 milliseconds