Searched refs:step2_20 (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 | 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 503 step2_20 = step1_23 - step1_20; in vp9_idct32_cols_add_blk_dspr2() 515 [step2_20] "r" (step2_20), [step2_27] "r" (step2_27), in vp9_idct32_cols_add_blk_dspr2() 519 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64; in vp9_idct32_cols_add_blk_dspr2() 550 step2_20 = step3_19 - step3_20; in vp9_idct32_cols_add_blk_dspr2() 704 : [const_2_power_13] "r" (const_2_power_13), [step2_20] "r" (step2_20), in vp9_idct32_cols_add_blk_dspr2() 708 temp21 = (step2_20 + step2_27) * cospi_16_64; 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 569 step2_20 = step1_23 - step1_20; in idct32_rows_dspr2() 581 [step2_20] "r" (step2_20), [step2_27] "r" (step2_27), in idct32_rows_dspr2() 585 temp21 = -step2_20 * cospi_8_64 + step2_27 * cospi_24_64; in idct32_rows_dspr2() 616 step2_20 = step3_19 - step3_20; in idct32_rows_dspr2() 777 [step2_20] "r" (step2_20), [step2_27] "r" (step2_27), in idct32_rows_dspr2() 781 temp21 = (step2_20 + step2_27) * cospi_16_64; in idct32_rows_dspr2()
|