Searched refs:step1_7 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 24 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; 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() 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() 686 step1_7 = step2_7 + step3_8; 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() 879 step3_12 = ROUND_POWER_OF_TWO((step1_7 - step1_24), 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 | 25 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in idct32_rows_dspr2() local 735 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7) 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() 758 step1_7 = step2_7 + step3_8; in idct32_rows_dspr2() 840 output[7 * 32] = step1_7 + step1_24; in idct32_rows_dspr2() 857 output[24 * 32] = step1_7 - step1_24; 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 1465 step1_7 = _mm_sub_epi16(in00, in15); in vp9_fdct16x16_sse2() 1640 step3_4 = _mm_sub_epi16(step1_7, step2_4); in vp9_fdct16x16_sse2() 1643 step3_7 = _mm_add_epi16(step1_7, step2_4); in vp9_fdct16x16_sse2() 1699 step1_7 = _mm_add_epi16(step3_7, step2_6); 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()
|