Home
last modified time | relevance | path

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

/external/libvpx/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()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct_sse2.c1351 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_sse2() local
1459 step1_1 = _mm_sub_epi16(in06, in09); in vp9_fdct16x16_sse2()
1637 step3_1 = _mm_add_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2()
1638 step3_2 = _mm_sub_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2()
1693 step1_1 = _mm_sub_epi16(step3_0, step2_1); in vp9_fdct16x16_sse2()
1705 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()
1706 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()
1771 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()
1772 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6); in vp9_fdct16x16_sse2()