Home
last modified time | relevance | path

Searched refs:step2_2 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c27 int step2_0, step2_1, step2_2, step2_3; in idct16_rows_dspr2() local
76 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3), in idct16_rows_dspr2()
413 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local
472 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3), in idct16_cols_add_blk_dspr2()
Dvp9_itrans32_cols_dspr2.c28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_idct32_cols_add_blk_dspr2() local
671 step2_2 = step1_2 + step1_5; in vp9_idct32_cols_add_blk_dspr2()
681 step1_2 = step2_2 + step3_13; in vp9_idct32_cols_add_blk_dspr2()
692 step1_13 = step2_2 - step3_13; in vp9_idct32_cols_add_blk_dspr2()
Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local
744 step2_2 = step1_2 + step1_5; in idct32_rows_dspr2()
753 step1_2 = step2_2 + step3_13; in idct32_rows_dspr2()
764 step1_13 = step2_2 - step3_13; in idct32_rows_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c1115 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_fdct16x16_avx2() local
1371 step2_2 = _mm_packs_epi32(w0, w1); in vp9_fdct16x16_avx2()
1399 step3_1 = _mm_add_epi16(step1_1, step2_2); in vp9_fdct16x16_avx2()
1400 step3_2 = _mm_sub_epi16(step1_1, step2_2); in vp9_fdct16x16_avx2()
1428 step2_2 = _mm_packs_epi32(w2, w3); in vp9_fdct16x16_avx2()
1456 step1_2 = _mm_sub_epi16(step3_3, step2_2); in vp9_fdct16x16_avx2()
1457 step1_3 = _mm_add_epi16(step3_3, step2_2); in vp9_fdct16x16_avx2()
Dvp9_dct_sse2.c1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_fdct16x16_sse2() local
1472 step2_2 = _mm_packs_epi32(w0, w1); in vp9_fdct16x16_sse2()
1500 step3_1 = _mm_add_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2()
1501 step3_2 = _mm_sub_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2()
1529 step2_2 = _mm_packs_epi32(w2, w3); in vp9_fdct16x16_sse2()
1557 step1_2 = _mm_sub_epi16(step3_3, step2_2); in vp9_fdct16x16_sse2()
1558 step1_3 = _mm_add_epi16(step3_3, step2_2); in vp9_fdct16x16_sse2()