Searched refs:step3_16 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 29 int16_t step3_15, step3_16, step3_17, step3_18, step3_19, step3_20, step3_21; in vpx_idct32_cols_add_blk_dspr2() local 493 step3_16 = step1_16 + step1_19; in vpx_idct32_cols_add_blk_dspr2() 541 step2_16 = step3_16 + step3_23; in vpx_idct32_cols_add_blk_dspr2() 548 step2_23 = step3_16 - step3_23; in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 32 int16_t step3_15, step3_16, step3_17, step3_18, step3_19, step3_20, step3_21; in idct32_rows_dspr2() local 561 step3_16 = step1_16 + step1_19; in idct32_rows_dspr2() 609 step2_16 = step3_16 + step3_23; in idct32_rows_dspr2() 616 step2_23 = step3_16 - step3_23; in idct32_rows_dspr2()
|