Searched refs:step1_14 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 25 int16_t step1_14, step1_15, step1_16, step1_17, step1_18, step1_19; in vp9_idct32_cols_add_blk_dspr2() local 693 step1_14 = step2_1 - step3_14; in vp9_idct32_cols_add_blk_dspr2() 1031 [step1_14] "r" (step1_14), [step1_15] "r" (step1_15), in vp9_idct32_cols_add_blk_dspr2() 1037 step3_13 = ROUND_POWER_OF_TWO((step1_14 - step2_17), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 26 int16_t step1_14, step1_15, step1_16, step1_17, step1_18, step1_19, step1_20; in idct32_rows_dspr2() local 765 step1_14 = step2_1 - step3_14; in idct32_rows_dspr2() 847 output[14 * 32] = step1_14 + step2_17; in idct32_rows_dspr2() 850 output[17 * 32] = step1_14 - step2_17; in idct32_rows_dspr2()
|
D | vp9_itrans16_dspr2.c | 412 int step1_12, step1_13, step1_14, step1_15; in idct16_cols_add_blk_dspr2() local 723 step1_14 = step2_13 + step2_14; in idct16_cols_add_blk_dspr2() 888 [step1_14] "r" (step1_14), [step1_15] "r" (step1_15) in idct16_cols_add_blk_dspr2()
|