Lines Matching refs:ubuf0

810                   *ubuf0 = ubuf[0], *ubuf1 = ubuf[1],  in yuv2422_2_c_template()  local
821 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha) >> 19; in yuv2422_2_c_template()
841 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2422_1_c_template() local
848 int U = (ubuf0[i] +64) >> 7; in yuv2422_1_c_template()
865 int U = (ubuf0[i] + ubuf1[i]+128) >> 8; in yuv2422_1_c_template()
1081 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgba64_2_c_template() local
1096 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha - (128 << 23)) >> 14; in yuv2rgba64_2_c_template()
1144 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgba64_1_c_template() local
1152 int U = (ubuf0[i] - (128 << 11)) >> 2; in yuv2rgba64_1_c_template()
1198 int U = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3; in yuv2rgba64_1_c_template()
1313 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgba64_full_2_c_template() local
1327 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha - (128 << 23)) >> 14; in yuv2rgba64_full_2_c_template()
1363 const int32_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgba64_full_1_c_template() local
1370 int U = (ubuf0[i] - (128 << 11)) >> 2; in yuv2rgba64_full_1_c_template()
1403 int U = (ubuf0[i] + ubuf1[i] - (128 << 12)) >> 3; in yuv2rgba64_full_1_c_template()
1708 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgb_2_c_template() local
1721 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha) >> 19; in yuv2rgb_2_c_template()
1747 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgb_1_c_template() local
1754 int U = (ubuf0[i] + 64) >> 7; in yuv2rgb_1_c_template()
1776 int U = (ubuf0[i] + ubuf1[i] + 128) >> 8; in yuv2rgb_1_c_template()
2049 *ubuf0 = ubuf[0], *ubuf1 = ubuf[1], in yuv2rgb_full_2_c_template() local
2069 int U = (ubuf0[i] * uvalpha1 + ubuf1[i] * uvalpha-(128 << 19)) >> 10; in yuv2rgb_full_2_c_template()
2093 const int16_t *ubuf0 = ubuf[0], *vbuf0 = vbuf[0]; in yuv2rgb_full_1_c_template() local
2106 int U = (ubuf0[i] - (128<<7)) * 4; in yuv2rgb_full_1_c_template()
2123 int U = (ubuf0[i] + ubuf1[i] - (128<<8)) * 2; in yuv2rgb_full_1_c_template()