Searched refs:step1_21 (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 234 [step1_20] "=r" (step1_20), [step1_21] "=r" (step1_21), in vp9_idct32_cols_add_blk_dspr2() 522 step2_21 = step1_22 - step1_21; in vp9_idct32_cols_add_blk_dspr2() 541 step3_22 = step1_21 + step1_22; in vp9_idct32_cols_add_blk_dspr2() 718 : [temp0] "=&r" (temp0), [step1_21] "=r" (step1_21) in vp9_idct32_cols_add_blk_dspr2() 954 [step1_20] "r" (step1_20), [step1_21] "r" (step1_21), in vp9_idct32_cols_add_blk_dspr2() 959 step3_13 = ROUND_POWER_OF_TWO((step1_10 - step1_21), 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 280 [step1_20] "=r" (step1_20), [step1_21] "=r" (step1_21), in idct32_rows_dspr2() 588 step2_21 = step1_22 - step1_21; in idct32_rows_dspr2() 607 step3_22 = step1_21 + step1_22; in idct32_rows_dspr2() 791 : [temp0] "=&r" (temp0), [step1_21] "=r" (step1_21) in idct32_rows_dspr2() 843 output[10 * 32] = step1_10 + step1_21; in idct32_rows_dspr2() 854 output[21 * 32] = step1_10 - step1_21; in idct32_rows_dspr2()
|