Searched refs:yuv2rgb_y_offset (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Doutput.c731 Y1 -= c->yuv2rgb_y_offset;
732 Y2 -= c->yuv2rgb_y_offset;
780 Y1 -= c->yuv2rgb_y_offset;
781 Y2 -= c->yuv2rgb_y_offset;
829 Y1 -= c->yuv2rgb_y_offset;
830 Y2 -= c->yuv2rgb_y_offset;
868 Y1 -= c->yuv2rgb_y_offset;
869 Y2 -= c->yuv2rgb_y_offset;
936 Y1 -= c->yuv2rgb_y_offset;
937 Y2 -= c->yuv2rgb_y_offset;
[all...]
H A Dswscale_internal.h401 int yuv2rgb_y_offset; member in struct:SwsContext
H A Dyuv2rgb.c760 c->yuv2rgb_y_offset = (int16_t)roundToInt16(oy << 9);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.c746 Y1 -= c->yuv2rgb_y_offset;
747 Y2 -= c->yuv2rgb_y_offset;
790 Y1 -= c->yuv2rgb_y_offset;
791 Y2 -= c->yuv2rgb_y_offset;
829 Y1 -= c->yuv2rgb_y_offset;
830 Y2 -= c->yuv2rgb_y_offset;
856 Y1 -= c->yuv2rgb_y_offset;
857 Y2 -= c->yuv2rgb_y_offset;
1247 Y -= c->yuv2rgb_y_offset;
H A Dswscale_internal.h329 int yuv2rgb_y_offset; member in struct:SwsContext
H A Dyuv2rgb.c655 c->yuv2rgb_y_offset = (int16_t)roundToInt16(oy << 9);

Completed in 76 milliseconds