Searched refs:step2_19 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 25 int16_t step2_14, step2_15, step2_16, step2_17, step2_18, step2_19, step2_20; in vpx_idct32_cols_add_blk_dspr2() local 474 step2_19 = step1_16 - step1_19; in vpx_idct32_cols_add_blk_dspr2() 486 [step2_19] "r" (step2_19), [step2_28] "r" (step2_28), in vpx_idct32_cols_add_blk_dspr2() 490 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in vpx_idct32_cols_add_blk_dspr2() 544 step2_19 = step3_19 + step3_20; in vpx_idct32_cols_add_blk_dspr2() 1028 [step2_18] "r" (step2_18), [step2_19] "r" (step2_19) in vpx_idct32_cols_add_blk_dspr2() 1034 step3_15 = ROUND_POWER_OF_TWO((step1_12 - step2_19), 6); in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 28 int16_t step2_14, step2_15, step2_16, step2_17, step2_18, step2_19, step2_20; in idct32_rows_dspr2() local 542 step2_19 = step1_16 - step1_19; in idct32_rows_dspr2() 554 [step2_19] "r" (step2_19), [step2_28] "r" (step2_28), in idct32_rows_dspr2() 558 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in idct32_rows_dspr2() 612 step2_19 = step3_19 + step3_20; in idct32_rows_dspr2() 842 output[12 * 32] = step1_12 + step2_19; in idct32_rows_dspr2() 849 output[19 * 32] = step1_12 - step2_19; in idct32_rows_dspr2()
|