Home
last modified time | relevance | path

Searched refs:vbuf0 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libswscale/
H A Doutput.c844 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1]; in yuv2422_2_c_template() local
855 int V = (vbuf0[i] * uvalpha1 + vbuf1[i] * uvalpha) >> 19; in yuv2422_2_c_template()
874 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2422_1_c_template() local
882 int V = (vbuf0[i] +64) >> 7; in yuv2422_1_c_template()
899 int V = (vbuf0[i] + vbuf1[i]+128) >> 8; in yuv2422_1_c_template()
1115 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1], in yuv2rgba64_2_c_template() local
1130 int V = (vbuf0[i] * uvalpha1 + vbuf1[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
1186 int V = (vbuf0[i] - (128 << 11)) >> 2; in yuv2rgba64_1_c_template()
1232 int V = (vbuf0[ in yuv2rgba64_1_c_template()
1347 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1], yuv2rgba64_full_2_c_template() local
1396 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2rgba64_full_1_c_template() local
1742 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1], yuv2rgb_2_c_template() local
1780 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2rgb_1_c_template() local
2095 *vbuf0 = vbuf[0], *vbuf1 = vbuf[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 Dswscale_vsx.c688 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1], in yuv2rgb_full_2_vsx_template() local
754 SETUP(vv, &vbuf0[i], vuvalpha1, &vbuf1[i], vuvalpha); in yuv2rgb_full_2_vsx_template()
810 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1], in yuv2rgb_2_vsx_template() local
884 SETUP(vv, &vbuf0[i], vuvalpha1, &vbuf1[i], vuvalpha); in yuv2rgb_2_vsx_template()
984 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgb_full_1_vsx_template() local
1040 vv = vec_ld(0, &vbuf0[i]); in yuv2rgb_full_1_vsx_template()
1113 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgb_1_vsx_template() local
1178 vv = vec_ld(0, &vbuf0[i]); in yuv2rgb_1_vsx_template()
1544 *vbuf0 = vbuf[0], *vbuf1 = vbuf[1]; in yuv2422_2_vsx_template() local
1561 SETUP(vv, &vbuf0[ in yuv2422_2_vsx_template()
1575 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; yuv2422_1_vsx_template() local
[all...]

Completed in 9 milliseconds