Searched refs:yuv2rgb_v2r_coeff (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.c739 R = V * c->yuv2rgb_v2r_coeff;
787 R = V * c->yuv2rgb_v2r_coeff;
844 R = V * c->yuv2rgb_v2r_coeff;
883 R = V * c->yuv2rgb_v2r_coeff;
944 R = V * c->yuv2rgb_v2r_coeff;
987 R = V * c->yuv2rgb_v2r_coeff;
1025 R = V * c->yuv2rgb_v2r_coeff;
1053 R = V * c->yuv2rgb_v2r_coeff;
1471 R = Y + V*c->yuv2rgb_v2r_coeff;
1822 R = Y + V * c->yuv2rgb_v2r_coeff;
[all...]
H A Dswscale_internal.h403 int yuv2rgb_v2r_coeff; member in struct:SwsContext
H A Dyuv2rgb.c761 c->yuv2rgb_v2r_coeff = (int16_t)roundToInt16(crv << 13);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h331 int yuv2rgb_v2r_coeff; member in struct:SwsContext
H A Dswscale.c754 R = V * c->yuv2rgb_v2r_coeff;
797 R = V * c->yuv2rgb_v2r_coeff;
836 R = V * c->yuv2rgb_v2r_coeff;
863 R = V * c->yuv2rgb_v2r_coeff;
1250 R = Y + V*c->yuv2rgb_v2r_coeff;
H A Dyuv2rgb.c656 c->yuv2rgb_v2r_coeff= (int16_t)roundToInt16(crv<<13);

Completed in 66 milliseconds