Searched refs:abuf1 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 976 *abuf1 = hasAlpha ? abuf[1] : NULL; in yuv2ya16_2_c_template() local 989 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 15; in yuv2ya16_2_c_template() 1117 *abuf1 = hasAlpha ? abuf[1] : NULL; in yuv2rgba64_2_c_template() local 1145 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 1; in yuv2rgba64_2_c_template() 1146 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[i * 2 + 1] * yalpha) >> 1; in yuv2rgba64_2_c_template() 1349 *abuf1 = hasAlpha ? abuf[1] : NULL; in yuv2rgba64_full_2_c_template() local 1373 A = (abuf0[i] * yalpha1 + abuf1[i] * yalpha) >> 1; in yuv2rgba64_full_2_c_template() 1744 *abuf1 = hasAlpha ? abuf[1] : NULL; in yuv2rgb_2_c_template() local 1762 A1 = (abuf0[i * 2 ] * yalpha1 + abuf1[i * 2 ] * yalpha) >> 19; in yuv2rgb_2_c_template() 1763 A2 = (abuf0[i * 2 + 1] * yalpha1 + abuf1[ in yuv2rgb_2_c_template() 2097 *abuf1 = hasAlpha ? abuf[1] : NULL; yuv2rgb_full_2_c_template() local 2477 *abuf1 = hasAlpha ? abuf[1] : NULL; yuv2ya8_2_c() local [all...] |
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale_template.c | 801 const int16_t *abuf0 = abuf[0], *abuf1 = abuf[1]; in yuv2rgb32_2() local 806 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2() 807 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2() 812 "r" (abuf0), "r" (abuf1) in yuv2rgb32_2() 817 c->v_temp=(intptr_t)abuf1; in yuv2rgb32_2() 828 "psraw $3, %%mm1 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2() 829 "psraw $3, %%mm7 \n\t" /* abuf0[eax] - abuf1[eax] >>7*/ in yuv2rgb32_2()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 690 *abuf1 = hasAlpha ? abuf[1] : NULL; in yuv2rgb_full_2_vsx_template() local 761 SETUP(A, &abuf0[i], vyalpha1, &abuf1[i], vyalpha); in yuv2rgb_full_2_vsx_template() 812 *abuf1 = hasAlpha ? abuf[1] : NULL; in yuv2rgb_2_vsx_template() local 891 SETUP(A, &abuf0[i], vyalpha1, &abuf1[i], vyalpha); in yuv2rgb_2_vsx_template()
|
Completed in 12 milliseconds