Searched refs:step1_25 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 21 int16_t step1_20, step1_21, step1_22, step1_23, step1_24, step1_25, step1_26; in vpx_idct32_cols_add_blk_dspr2() local 287 [step1_24] "=r" (step1_24), [step1_25] "=r" (step1_25) in vpx_idct32_cols_add_blk_dspr2() 518 step2_26 = step1_25 - step1_26; in vpx_idct32_cols_add_blk_dspr2() 539 step3_25 = step1_25 + step1_26; in vpx_idct32_cols_add_blk_dspr2() 734 step1_25 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vpx_idct32_cols_add_blk_dspr2() 870 [step1_24] "r" (step1_24), [step1_25] "r" (step1_25), in vpx_idct32_cols_add_blk_dspr2() 875 step3_13 = ROUND_POWER_OF_TWO((step1_6 - step1_25), 6); in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 24 int16_t step1_21, step1_22, step1_23, step1_24, step1_25, step1_26, step1_27; in idct32_rows_dspr2() local 340 [step1_24] "=r" (step1_24), [step1_25] "=r" (step1_25) in idct32_rows_dspr2() 586 step2_26 = step1_25 - step1_26; in idct32_rows_dspr2() 607 step3_25 = step1_25 + step1_26; in idct32_rows_dspr2() 811 step1_25 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2() 836 output[6 * 32] = step1_6 + step1_25; in idct32_rows_dspr2() 855 output[25 * 32] = step1_6 - step1_25; in idct32_rows_dspr2()
|