Searched refs:step1_21 (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 229 [step1_20] "=r" (step1_20), [step1_21] "=r" (step1_21), in vpx_idct32_cols_add_blk_dspr2() 517 step2_21 = step1_22 - step1_21; in vpx_idct32_cols_add_blk_dspr2() 536 step3_22 = step1_21 + step1_22; in vpx_idct32_cols_add_blk_dspr2() 713 : [temp0] "=&r" (temp0), [step1_21] "=r" (step1_21) in vpx_idct32_cols_add_blk_dspr2() 949 [step1_20] "r" (step1_20), [step1_21] "r" (step1_21), in vpx_idct32_cols_add_blk_dspr2() 954 step3_13 = ROUND_POWER_OF_TWO((step1_10 - step1_21), 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 277 [step1_20] "=r" (step1_20), [step1_21] "=r" (step1_21), in idct32_rows_dspr2() 585 step2_21 = step1_22 - step1_21; in idct32_rows_dspr2() 604 step3_22 = step1_21 + step1_22; in idct32_rows_dspr2() 788 : [temp0] "=&r" (temp0), [step1_21] "=r" (step1_21) in idct32_rows_dspr2() 840 output[10 * 32] = step1_10 + step1_21; in idct32_rows_dspr2() 851 output[21 * 32] = step1_10 - step1_21; in idct32_rows_dspr2()
|