Searched refs:step2_28 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 27 int16_t step2_28, step2_29, step2_30, step2_31; in vpx_idct32_cols_add_blk_dspr2() local 475 step2_28 = step1_31 - step1_28; 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() 554 step2_28 = step3_28 + step3_27; in vpx_idct32_cols_add_blk_dspr2() 791 [step2_28] "r" (step2_28), [step2_29] "r" (step2_29), in vpx_idct32_cols_add_blk_dspr2() 795 step3_12 = ROUND_POWER_OF_TWO((step1_3 - step2_28), 6); in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 30 int16_t step2_28, step2_29, step2_30, step2_31; in idct32_rows_dspr2() local 543 step2_28 = step1_31 - step1_28; 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() 622 step2_28 = step3_28 + step3_27; in idct32_rows_dspr2() 833 output[3 * 32] = step1_3 + step2_28; in idct32_rows_dspr2() 858 output[28 * 32] = step1_3 - step2_28; in idct32_rows_dspr2()
|