Searched refs:step3_16 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_dspr2.c | 35 int16_t step3_15, step3_16, step3_17, step3_18, step3_19, step3_20, step3_21; in idct32_rows_dspr2() local 564 step3_16 = step1_16 + step1_19; in idct32_rows_dspr2() 612 step2_16 = step3_16 + step3_23; in idct32_rows_dspr2() 619 step2_23 = step3_16 - step3_23; in idct32_rows_dspr2()
|
D | vp9_itrans32_cols_dspr2.c | 34 int16_t step3_15, step3_16, step3_17, step3_18, step3_19, step3_20, step3_21; in vp9_idct32_cols_add_blk_dspr2() local 498 step3_16 = step1_16 + step1_19; in vp9_idct32_cols_add_blk_dspr2() 546 step2_16 = step3_16 + step3_23; in vp9_idct32_cols_add_blk_dspr2() 553 step2_23 = step3_16 - step3_23; in vp9_idct32_cols_add_blk_dspr2()
|