Searched refs:step2_28 (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 | 32 int16_t step2_28, step2_29, step2_30, step2_31; in vp9_idct32_cols_add_blk_dspr2() local 480 step2_28 = step1_31 - step1_28; in vp9_idct32_cols_add_blk_dspr2() 491 [step2_19] "r" (step2_19), [step2_28] "r" (step2_28), in vp9_idct32_cols_add_blk_dspr2() 495 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in vp9_idct32_cols_add_blk_dspr2() 559 step2_28 = step3_28 + step3_27; in vp9_idct32_cols_add_blk_dspr2() 796 [step2_28] "r" (step2_28), [step2_29] "r" (step2_29), in vp9_idct32_cols_add_blk_dspr2() 800 step3_12 = ROUND_POWER_OF_TWO((step1_3 - step2_28), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 33 int16_t step2_28, step2_29, step2_30, step2_31; in idct32_rows_dspr2() local 546 step2_28 = step1_31 - step1_28; in idct32_rows_dspr2() 557 [step2_19] "r" (step2_19), [step2_28] "r" (step2_28), in idct32_rows_dspr2() 561 temp21 = step2_19 * cospi_24_64 + step2_28 * cospi_8_64; in idct32_rows_dspr2() 625 step2_28 = step3_28 + step3_27; in idct32_rows_dspr2() 836 output[3 * 32] = step1_3 + step2_28; in idct32_rows_dspr2() 861 output[28 * 32] = step1_3 - step2_28; in idct32_rows_dspr2()
|