Searched refs:step1_3 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 23 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in vp9_idct32_cols_add_blk_dspr2() local 602 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in vp9_idct32_cols_add_blk_dspr2() 672 step2_3 = step1_3 + step1_4; in vp9_idct32_cols_add_blk_dspr2() 673 step2_4 = step1_3 - step1_4; in vp9_idct32_cols_add_blk_dspr2() 682 step1_3 = step2_3 + step3_12; in vp9_idct32_cols_add_blk_dspr2() 795 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), in vp9_idct32_cols_add_blk_dspr2() 800 step3_12 = ROUND_POWER_OF_TWO((step1_3 - step2_28), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans8_dspr2.c | 24 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct8_rows_dspr2() local 184 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3), 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 433 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3), in idct8_columns_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 24 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; in idct32_rows_dspr2() local 670 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct32_rows_dspr2() 745 step2_3 = step1_3 + step1_4; in idct32_rows_dspr2() 746 step2_4 = step1_3 - step1_4; in idct32_rows_dspr2() 754 step1_3 = step2_3 + step3_12; in idct32_rows_dspr2() 836 output[3 * 32] = step1_3 + step2_28; in idct32_rows_dspr2() 861 output[28 * 32] = step1_3 - step2_28; in idct32_rows_dspr2()
|
D | vp9_itrans16_dspr2.c | 25 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; in idct16_rows_dspr2() local 78 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct16_rows_dspr2() 396 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), 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 474 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3) in idct16_cols_add_blk_dspr2() 882 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3), in idct16_cols_add_blk_dspr2()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 1351 __m128i step1_0, step1_1, step1_2, step1_3; in vp9_fdct16x16_sse2() local 1461 step1_3 = _mm_sub_epi16(in04, in11); in vp9_fdct16x16_sse2() 1593 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2() 1594 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2() 1615 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2() 1616 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3); in vp9_fdct16x16_sse2() 1695 step1_3 = _mm_sub_epi16(step3_3, step2_2); in vp9_fdct16x16_sse2() 1727 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in vp9_fdct16x16_sse2() 1728 const __m128i t3 = _mm_unpackhi_epi16(step1_3, step1_4); in vp9_fdct16x16_sse2() 1749 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4); in vp9_fdct16x16_sse2() [all …]
|