Searched refs:step2_3 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 27 int step2_0, step2_1, step2_2, step2_3; in idct16_rows_dspr2() local 76 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3), in idct16_rows_dspr2() 413 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local 472 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3), in idct16_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 745 step2_3 = step1_3 + step1_4; in idct32_rows_dspr2() 754 step1_3 = step2_3 + step3_12; in idct32_rows_dspr2() 763 step1_12 = step2_3 - step3_12; in idct32_rows_dspr2()
|
D | vp9_itrans32_cols_dspr2.c | 28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_idct32_cols_add_blk_dspr2() local 672 step2_3 = 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() 691 step1_12 = step2_3 - step3_12; in vp9_idct32_cols_add_blk_dspr2()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_dct_sse2.c | 1353 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_fdct16x16_sse2() local 1610 step2_3 = _mm_packs_epi32(w2, w3); 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()
|