Searched refs:step2_18 (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 460 step2_18 = step1_17 - step1_18; in vp9_idct32_cols_add_blk_dspr2() 472 [step2_18] "r" (step2_18), [step2_29] "r" (step2_29), in vp9_idct32_cols_add_blk_dspr2() 476 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64; in vp9_idct32_cols_add_blk_dspr2() 548 step2_18 = step3_18 + step3_21; in vp9_idct32_cols_add_blk_dspr2() 1033 [step2_18] "r" (step2_18), [step2_19] "r" (step2_19) in vp9_idct32_cols_add_blk_dspr2() 1038 step3_14 = ROUND_POWER_OF_TWO((step1_13 - step2_18), 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 526 step2_18 = step1_17 - step1_18; in idct32_rows_dspr2() 538 [step2_18] "r" (step2_18), [step2_29] "r" (step2_29), in idct32_rows_dspr2() 542 temp21 = step2_18 * cospi_24_64 + step2_29 * cospi_8_64; in idct32_rows_dspr2() 614 step2_18 = step3_18 + step3_21; in idct32_rows_dspr2() 846 output[13 * 32] = step1_13 + step2_18; in idct32_rows_dspr2() 851 output[18 * 32] = step1_13 - step2_18; in idct32_rows_dspr2()
|