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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dcolorspace.h107 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ macro
H A Dimgconvert_template.c259 cr[0] = RGB_TO_V_CCIR(r1, g1, b1, 2);
280 cr[0] = RGB_TO_V_CCIR(r1, g1, b1, 1);
306 cr[0] = RGB_TO_V_CCIR(r1, g1, b1, 1);
316 cr[0] = RGB_TO_V_CCIR(r, g, b, 0);
637 cr[0] = RGB_TO_V_CCIR(r, g, b, 0);
H A Ddvbsub.c272 *q++ = RGB_TO_V_CCIR(r, g, b, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c403 #define RGB_TO_V_CCIR(r1, g1, b1, shift)\ macro
1455 v = RGB_TO_V_CCIR(r, g, b, 0);

Completed in 88 milliseconds