Home
last modified time | relevance | path

Searched refs:ubuf1 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
H A Dswscale_template.c798 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1]; in yuv2rgb32_2() local
810 :: "c" (buf0), "d" (buf1), "S" (ubuf0), "D" (ubuf1), "r" (dest), in yuv2rgb32_2()
836 :: "c" (buf0), "d" (buf1), "S" (ubuf0), "D" (ubuf1), "m" (dest), in yuv2rgb32_2()
850 :: "c" (buf0), "d" (buf1), "S" (ubuf0), "D" (ubuf1), "m" (dest), in yuv2rgb32_2()
862 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1]; in yuv2bgr24_2() local
873 :: "c" (buf0), "d" (buf1), "S" (ubuf0), "D" (ubuf1), "m" (dest), in yuv2bgr24_2()
885 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1]; in yuv2rgb555_2() local
902 :: "c" (buf0), "d" (buf1), "S" (ubuf0), "D" (ubuf1), "m" (dest), in yuv2rgb555_2()
914 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1]; in yuv2rgb565_2() local
931 :: "c" (buf0), "d" (buf1), "S" (ubuf0), "D" (ubuf1), " in yuv2rgb565_2()
983 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1]; yuv2yuyv422_2() local
1125 const int16_t *ubuf1 = ubuf[0]; yuv2rgb32_1() local
1154 const int16_t *ubuf1 = ubuf[1]; yuv2rgb32_1() local
1194 const int16_t *ubuf1 = ubuf[0]; yuv2bgr24_1() local
1209 const int16_t *ubuf1 = ubuf[1]; yuv2bgr24_1() local
1235 const int16_t *ubuf1 = ubuf[0]; yuv2rgb555_1() local
1256 const int16_t *ubuf1 = ubuf[1]; yuv2rgb555_1() local
1288 const int16_t *ubuf1 = ubuf[0]; yuv2rgb565_1() local
1309 const int16_t *ubuf1 = ubuf[1]; yuv2rgb565_1() local
1378 const int16_t *ubuf1 = ubuf[0]; yuv2yuyv422_1() local
1391 const int16_t *ubuf1 = ubuf[1]; yuv2yuyv422_1() local
[all...]
/third_party/ffmpeg/libswscale/
H A Doutput.c843 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2422_2_c_template() local
854 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha) >> 19; in yuv2422_2_c_template()
894 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; in yuv2422_1_c_template() local
898 int U = (ubuf0[i] + ubuf1[i]+128) >> 8; in yuv2422_1_c_template()
1114 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgba64_2_c_template() local
1129 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha - (128 << 23)) >> 14; in yuv2rgba64_2_c_template()
1226 const int32_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; in yuv2rgba64_1_c_template() local
1231 int U = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3; in yuv2rgba64_1_c_template()
1346 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgba64_full_2_c_template() local
1360 int U = (ubuf0[i] * uvalpha1 + ubuf1[ in yuv2rgba64_full_2_c_template()
1432 const int32_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; yuv2rgba64_full_1_c_template() local
1741 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], yuv2rgb_2_c_template() local
1805 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; yuv2rgb_1_c_template() local
2094 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], yuv2rgb_full_2_c_template() local
2164 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; yuv2rgb_full_1_c_template() local
[all...]
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c687 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgb_full_2_vsx_template() local
748 SETUP(vu, &ubuf0[i], vuvalpha1, &ubuf1[i], vuvalpha); in yuv2rgb_full_2_vsx_template()
809 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgb_2_vsx_template() local
878 SETUP(vu, &ubuf0[i], vuvalpha1, &ubuf1[i], vuvalpha); in yuv2rgb_2_vsx_template()
985 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; in yuv2rgb_full_1_vsx_template() local
1054 tmp16 = vec_ld(0, &ubuf1[i]); in yuv2rgb_full_1_vsx_template()
1114 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; in yuv2rgb_1_vsx_template() local
1192 tmp16 = vec_ld(0, &ubuf1[i]); in yuv2rgb_1_vsx_template()
1543 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2422_2_vsx_template() local
1560 SETUP(vu, &ubuf0[i], &ubuf1[ in yuv2422_2_vsx_template()
1603 const int16_t *ubuf1 = ubuf[1], *vbuf1 = vbuf[1]; yuv2422_1_vsx_template() local
[all...]

Completed in 10 milliseconds