Home
last modified time | relevance | path

Searched refs:step1_0 (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()
669 step2_0 = step1_0 + step1_7; in vp9_idct32_cols_add_blk_dspr2()
676 step2_7 = step1_0 - step1_7; in vp9_idct32_cols_add_blk_dspr2()
679 step1_0 = step2_0 + step3_15; 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()
803 step3_15 = ROUND_POWER_OF_TWO((step1_0 - step2_31), 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()
742 step2_0 = step1_0 + step1_7; in idct32_rows_dspr2()
749 step2_7 = step1_0 - step1_7; in idct32_rows_dspr2()
751 step1_0 = step2_0 + step3_15; in idct32_rows_dspr2()
833 output[0 * 32] = step1_0 + step2_31; in idct32_rows_dspr2()
864 output[31 * 32] = step1_0 - step2_31; 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
1458 step1_0 = _mm_sub_epi16(in07, in08); in vp9_fdct16x16_sse2()
1636 step3_0 = _mm_add_epi16(step1_0, step2_3); in vp9_fdct16x16_sse2()
1639 step3_3 = _mm_sub_epi16(step1_0, step2_3); in vp9_fdct16x16_sse2()
1692 step1_0 = _mm_add_epi16(step3_0, step2_1); in vp9_fdct16x16_sse2()
1703 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()
1704 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()
1769 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()
1770 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7); in vp9_fdct16x16_sse2()