Home
last modified time | relevance | path

Searched refs:in22 (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/
DNV12_resize.c124 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local
167 in22 = *(pu8ptr2+1); in VT_resizeFrame_Video_opt2_lp()
169 accum_1 += (w * in22); in VT_resizeFrame_Video_opt2_lp()
209 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local
270 in22 = *(pu8Cbc2+2); in VT_resizeFrame_Video_opt2_lp()
271 accum_1Cb += (w * in22); in VT_resizeFrame_Video_opt2_lp()
274 in22 = *(pu8Crc2+2); in VT_resizeFrame_Video_opt2_lp()
275 accum_1Cr += (w * in22); in VT_resizeFrame_Video_opt2_lp()
/hardware/ti/omap4-aah/camera/
DNV12_resize.cpp125 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local
165 in22 = *(pu8ptr2+1); in VT_resizeFrame_Video_opt2_lp()
167 accum_1 += (w * in22); in VT_resizeFrame_Video_opt2_lp()
204 mmUchar in11, in12, in21, in22; in VT_resizeFrame_Video_opt2_lp() local
261 in22 = *(pu8Cbc2+2); in VT_resizeFrame_Video_opt2_lp()
262 accum_1Cb += (w * in22); in VT_resizeFrame_Video_opt2_lp()
265 in22 = *(pu8Crc2+2); in VT_resizeFrame_Video_opt2_lp()
266 accum_1Cr += (w * in22); in VT_resizeFrame_Video_opt2_lp()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct32x32_avx2.c280 __m256i in22 = _mm256_loadu_si256((const __m256i *)(in + 22 * 32)); in FDCT32x32_2D_AVX2() local
283 step1[ 9] = _mm256_add_epi16(in09, in22); in FDCT32x32_2D_AVX2()
288 step1[22] = _mm256_sub_epi16(in09, in22); in FDCT32x32_2D_AVX2()
Dvp9_dct32x32_sse2.c271 __m128i in22 = _mm_loadu_si128((const __m128i *)(in + 22 * 32)); in FDCT32x32_2D() local
274 step1[ 9] = _mm_add_epi16(in09, in22); in FDCT32x32_2D()
279 step1[22] = _mm_sub_epi16(in09, in22); in FDCT32x32_2D()