Searched refs:step2_16 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 30 int16_t step2_14, step2_15, step2_16, step2_17, step2_18, step2_19, step2_20; in vp9_idct32_cols_add_blk_dspr2() local 546 step2_16 = step3_16 + step3_23; in vp9_idct32_cols_add_blk_dspr2() 1032 [step2_16] "r" (step2_16), [step2_17] "r" (step2_17), in vp9_idct32_cols_add_blk_dspr2() 1036 step3_12 = ROUND_POWER_OF_TWO((step1_15 - step2_16), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 31 int16_t step2_14, step2_15, step2_16, step2_17, step2_18, step2_19, step2_20; in idct32_rows_dspr2() local 612 step2_16 = step3_16 + step3_23; in idct32_rows_dspr2() 848 output[15 * 32] = step1_15 + step2_16; in idct32_rows_dspr2() 849 output[16 * 32] = step1_15 - step2_16; in idct32_rows_dspr2()
|