/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale_template.c | 798 *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), " in yuv2rgb565_2() 983 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1]; yuv2yuyv422_2() local 1121 const int16_t *ubuf0 = ubuf[0]; yuv2rgb32_1() local 1190 const int16_t *ubuf0 = ubuf[0]; yuv2bgr24_1() local 1231 const int16_t *ubuf0 = ubuf[0]; yuv2rgb555_1() local 1284 const int16_t *ubuf0 = ubuf[0]; yuv2rgb565_1() local 1374 const int16_t *ubuf0 = ubuf[0]; yuv2yuyv422_1() local [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 843 *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() 874 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2422_1_c_template() local 881 int U = (ubuf0[i] +64) >> 7; in yuv2422_1_c_template() 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() 1177 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgba64_1_c_template() local 1185 int U = (ubuf0[i] - (128 << 11)) >> 2; in yuv2rgba64_1_c_template() 1231 int U = (ubuf0[ in yuv2rgba64_1_c_template() 1346 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], yuv2rgba64_full_2_c_template() local 1396 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2rgba64_full_1_c_template() local 1741 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], yuv2rgb_2_c_template() local 1780 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2rgb_1_c_template() local 2094 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], yuv2rgb_full_2_c_template() local 2138 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2rgb_full_1_c_template() local [all...] |
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 687 *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() 984 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgb_full_1_vsx_template() local 1039 vu = vec_ld(0, &ubuf0[i]); in yuv2rgb_full_1_vsx_template() 1113 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgb_1_vsx_template() local 1177 vu = vec_ld(0, &ubuf0[i]); in yuv2rgb_1_vsx_template() 1543 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2422_2_vsx_template() local 1560 SETUP(vu, &ubuf0[ in yuv2422_2_vsx_template() 1575 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2422_1_vsx_template() local [all...] |