Searched refs:lumDither8 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | vscale.c | 53 inst->pfn.yuv2planar1((const int16_t*)src[0], dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale() 55 …->pfn.yuv2planarX(filter, inst->filter_size, (const int16_t**)src, dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale() 65 inst->pfn.yuv2planar1((const int16_t*)src[0], dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale() 67 …->pfn.yuv2planarX(filter, inst->filter_size, (const int16_t**)src, dst[0], dstW, c->lumDither8, 0); in lum_planar_vscale()
|
D | swscale.c | 350 c->chrDither8 = c->lumDither8 = sws_pb_64; in swscale() 484 c->lumDither8 = ff_dither_8x8_128[dstY & 7]; in swscale()
|
D | swscale_internal.h | 528 const uint8_t *chrDither8, *lumDither8; member
|