Lines Matching refs:pix
70 uint8* dst_uv, int pix) { in HalfRow_SSE2() argument
95 uint8* dst_uv, int pix) { in HalfRow_SSE2() argument
108 "+r"(pix) // %2 in HalfRow_SSE2()
119 uint8* dst_uv, int pix) { in HalfRow_C() argument
120 for (int x = 0; x < pix; ++x) { in HalfRow_C()
150 uint8* dst_uv, int pix) = HalfRow_C; in I422ToI420()
425 void (*SplitUV)(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) = in X420ToI420()
534 int pix) = YUY2ToUV422Row_C; in Q420ToI420()
535 void (*YUY2ToYRow)(const uint8* src_yuy2, uint8* dst_y, int pix) = in Q420ToI420()
655 uint8* dst_u, uint8* dst_v, int pix); in YUY2ToI420()
657 uint8* dst_y, int pix); in YUY2ToI420()
722 uint8* dst_u, uint8* dst_v, int pix); in UYVYToI420()
724 uint8* dst_y, int pix); in UYVYToI420()
845 void (*V210ToUYVYRow)(const uint8* src_v210, uint8* dst_uyvy, int pix); in V210ToI420()
849 uint8* dst_u, uint8* dst_v, int pix); in V210ToI420()
851 uint8* dst_y, int pix); in V210ToI420()
942 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGBToI420()
1000 void (*BGRAToYRow)(const uint8* src_bgra, uint8* dst_y, int pix); in BGRAToI420()
1058 void (*ABGRToYRow)(const uint8* src_abgr, uint8* dst_y, int pix); in ABGRToI420()
1116 void (*RGBAToYRow)(const uint8* src_rgba, uint8* dst_y, int pix); in RGBAToI420()
1177 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix); in RGB24ToI420()
1187 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RGB24ToI420()
1248 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix); in RAWToI420()
1258 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RAWToI420()
1319 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix); in RGB565ToI420()
1329 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in RGB565ToI420()
1390 void (*ARGB1555ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix); in ARGB1555ToI420()
1400 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGB1555ToI420()
1462 void (*ARGB4444ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix); in ARGB4444ToI420()
1472 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix); in ARGB4444ToI420()