Home
last modified time | relevance | path

Searched refs:step1_6 (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
662 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) 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()
685 step1_6 = step2_6 + step3_9; in vp9_idct32_cols_add_blk_dspr2()
874 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7), in vp9_idct32_cols_add_blk_dspr2()
880 step3_13 = ROUND_POWER_OF_TWO((step1_6 - step1_25), 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
186 [step1_6] "=&r" (step1_6), [step1_7] "=&r" (step1_7), 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
435 [step1_6] "=&r" (step1_6), [step1_7] "=&r" (step1_7), 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
735 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) 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()
757 step1_6 = step2_6 + step3_9; in idct32_rows_dspr2()
839 output[6 * 32] = step1_6 + step1_25; in idct32_rows_dspr2()
858 output[25 * 32] = step1_6 - step1_25; 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
266 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) in idct16_rows_dspr2()
361 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7), 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
663 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) in idct16_cols_add_blk_dspr2()
884 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7), in idct16_cols_add_blk_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_dct_avx2.c1114 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_avx2() local
1226 step1_6 = _mm_sub_epi16(in01, in14); in vp9_fdct16x16_avx2()
1403 step3_5 = _mm_sub_epi16(step1_6, step2_5); in vp9_fdct16x16_avx2()
1404 step3_6 = _mm_add_epi16(step1_6, step2_5); in vp9_fdct16x16_avx2()
1460 step1_6 = _mm_sub_epi16(step3_7, step2_6); 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.c1215 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_sse2() local
1327 step1_6 = _mm_sub_epi16(in01, in14); in vp9_fdct16x16_sse2()
1504 step3_5 = _mm_sub_epi16(step1_6, step2_5); in vp9_fdct16x16_sse2()
1505 step3_6 = _mm_add_epi16(step1_6, step2_5); in vp9_fdct16x16_sse2()
1561 step1_6 = _mm_sub_epi16(step3_7, step2_6); 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()