Searched refs:step1_25 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 26 int16_t step1_20, step1_21, step1_22, step1_23, step1_24, step1_25, step1_26; in vp9_idct32_cols_add_blk_dspr2() local 292 [step1_24] "=r" (step1_24), [step1_25] "=r" (step1_25) in vp9_idct32_cols_add_blk_dspr2() 523 step2_26 = step1_25 - step1_26; in vp9_idct32_cols_add_blk_dspr2() 544 step3_25 = step1_25 + step1_26; in vp9_idct32_cols_add_blk_dspr2() 739 step1_25 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2() 875 [step1_24] "r" (step1_24), [step1_25] "r" (step1_25), 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_itrans32_dspr2.c | 27 int16_t step1_21, step1_22, step1_23, step1_24, step1_25, step1_26, step1_27; in idct32_rows_dspr2() local 343 [step1_24] "=r" (step1_24), [step1_25] "=r" (step1_25) in idct32_rows_dspr2() 589 step2_26 = step1_25 - step1_26; in idct32_rows_dspr2() 610 step3_25 = step1_25 + step1_26; in idct32_rows_dspr2() 814 step1_25 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; 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()
|