Searched refs:in21 (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | NV12_resize.c | 124 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local 160 in21 = *(pu8ptr2); in VT_resizeFrame_Video_opt2_lp() 162 accum_1 += (w * in21); in VT_resizeFrame_Video_opt2_lp() 209 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local 259 in21 = *(pu8Cbc2); in VT_resizeFrame_Video_opt2_lp() 260 accum_1Cb += (w * in21); in VT_resizeFrame_Video_opt2_lp() 263 in21 = *(pu8Crc2); in VT_resizeFrame_Video_opt2_lp() 264 accum_1Cr += (w * in21); in VT_resizeFrame_Video_opt2_lp()
|
/hardware/ti/omap4-aah/camera/ |
D | NV12_resize.cpp | 125 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local 158 in21 = *(pu8ptr2); in VT_resizeFrame_Video_opt2_lp() 160 accum_1 += (w * in21); in VT_resizeFrame_Video_opt2_lp() 204 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local 250 in21 = *(pu8Cbc2); in VT_resizeFrame_Video_opt2_lp() 251 accum_1Cb += (w * in21); in VT_resizeFrame_Video_opt2_lp() 254 in21 = *(pu8Crc2); in VT_resizeFrame_Video_opt2_lp() 255 accum_1Cr += (w * in21); in VT_resizeFrame_Video_opt2_lp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct32x32_avx2.c | 279 __m256i in21 = _mm256_loadu_si256((const __m256i *)(in + 21 * 32)); in FDCT32x32_2D_AVX2() local 284 step1[10] = _mm256_add_epi16(in10, in21); in FDCT32x32_2D_AVX2() 287 step1[21] = _mm256_sub_epi16(in10, in21); in FDCT32x32_2D_AVX2()
|
D | vp9_dct32x32_sse2.c | 270 __m128i in21 = _mm_loadu_si128((const __m128i *)(in + 21 * 32)); in FDCT32x32_2D() local 275 step1[10] = _mm_add_epi16(in10, in21); in FDCT32x32_2D() 278 step1[21] = _mm_sub_epi16(in10, in21); in FDCT32x32_2D()
|