Searched refs:step1_6 (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 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()
|
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 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()
|
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 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()
|
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 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()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 1352 __m128i step1_4, step1_5, step1_6, step1_7; in vp9_fdct16x16_sse2() local 1464 step1_6 = _mm_sub_epi16(in01, in14); in vp9_fdct16x16_sse2() 1641 step3_5 = _mm_sub_epi16(step1_6, step2_5); in vp9_fdct16x16_sse2() 1642 step3_6 = _mm_add_epi16(step1_6, step2_5); in vp9_fdct16x16_sse2() 1698 step1_6 = _mm_sub_epi16(step3_7, step2_6); 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()
|