Searched refs:step2_21 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 31 int16_t step2_21, step2_22, step2_23, step2_24, step2_25, step2_26, step2_27; in vp9_idct32_cols_add_blk_dspr2() local 522 step2_21 = step1_22 - step1_21; in vp9_idct32_cols_add_blk_dspr2() 534 [step2_21] "r" (step2_21), [step2_26] "r" (step2_26), in vp9_idct32_cols_add_blk_dspr2() 538 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64; in vp9_idct32_cols_add_blk_dspr2() 551 step2_21 = step3_18 - step3_21; in vp9_idct32_cols_add_blk_dspr2() 720 [step2_21] "r" (step2_21), [cospi_16_64] "r" (cospi_16_64) in vp9_idct32_cols_add_blk_dspr2() 723 temp21 = (step2_21 + step2_26) * cospi_16_64; in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 32 int16_t step2_21, step2_22, step2_23, step2_24, step2_25, step2_26, step2_27; in idct32_rows_dspr2() local 588 step2_21 = step1_22 - step1_21; in idct32_rows_dspr2() 600 [step2_21] "r" (step2_21), [step2_26] "r" (step2_26), in idct32_rows_dspr2() 604 temp21 = -step2_21 * cospi_8_64 + step2_26 * cospi_24_64; in idct32_rows_dspr2() 617 step2_21 = step3_18 - step3_21; in idct32_rows_dspr2() 793 [step2_26] "r" (step2_26), [step2_21] "r" (step2_21), in idct32_rows_dspr2() 797 temp21 = (step2_21 + step2_26) * cospi_16_64; in idct32_rows_dspr2()
|