Home
last modified time | relevance | path

Searched refs:step1_1 (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans32_cols_dspr2.c23 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vp9_idct32_cols_add_blk_dspr2() local
601 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in vp9_idct32_cols_add_blk_dspr2()
670 step2_1 = step1_1 + step1_6; in vp9_idct32_cols_add_blk_dspr2()
675 step2_6 = step1_1 - step1_6; in vp9_idct32_cols_add_blk_dspr2()
680 step1_1 = step2_1 + step3_14; in vp9_idct32_cols_add_blk_dspr2()
794 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in vp9_idct32_cols_add_blk_dspr2()
802 step3_14 = ROUND_POWER_OF_TWO((step1_1 - step2_30), 6); in vp9_idct32_cols_add_blk_dspr2()
Dvp9_itrans8_dspr2.c24 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_rows_dspr2() local
183 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1), in idct8_rows_dspr2()
205 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_columns_add_blk_dspr2() local
432 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1), in idct8_columns_add_blk_dspr2()
Dvp9_itrans32_dspr2.c24 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local
669 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct32_rows_dspr2()
743 step2_1 = step1_1 + step1_6; in idct32_rows_dspr2()
748 step2_6 = step1_1 - step1_6; in idct32_rows_dspr2()
752 step1_1 = step2_1 + step3_14; in idct32_rows_dspr2()
834 output[1 * 32] = step1_1 + step2_30; in idct32_rows_dspr2()
863 output[30 * 32] = step1_1 - step2_30; in idct32_rows_dspr2()
Dvp9_itrans16_dspr2.c25 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_rows_dspr2() local
77 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct16_rows_dspr2()
360 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in idct16_rows_dspr2()
410 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_cols_add_blk_dspr2() local
473 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1), in idct16_cols_add_blk_dspr2()
881 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1), in idct16_cols_add_blk_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c1113 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_avx2() local
1221 step1_1 = _mm_sub_epi16(in06, in09); 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()
1455 step1_1 = _mm_sub_epi16(step3_0, step2_1); in vp9_fdct16x16_avx2()
1467 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in vp9_fdct16x16_avx2()
1468 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in vp9_fdct16x16_avx2()
1533 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in vp9_fdct16x16_avx2()
1534 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in vp9_fdct16x16_avx2()
Dvp9_dct_sse2.c1214 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_sse2() local
1322 step1_1 = _mm_sub_epi16(in06, in09); 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()
1556 step1_1 = _mm_sub_epi16(step3_0, step2_1); in vp9_fdct16x16_sse2()
1568 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()
1569 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()
1634 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()
1635 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()