Searched refs:step1_26 (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 | 26 int16_t step1_20, step1_21, step1_22, step1_23, step1_24, step1_25, step1_26; in vp9_idct32_cols_add_blk_dspr2() local 235 [step1_26] "=r" (step1_26), [step1_27] "=r" (step1_27) in vp9_idct32_cols_add_blk_dspr2() 523 step2_26 = step1_25 - step1_26; in vp9_idct32_cols_add_blk_dspr2() 544 step3_25 = step1_25 + step1_26; in vp9_idct32_cols_add_blk_dspr2() 724 step1_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in vp9_idct32_cols_add_blk_dspr2() 876 [step1_26] "r" (step1_26), [step1_27] "r" (step1_27) in vp9_idct32_cols_add_blk_dspr2() 881 step3_14 = ROUND_POWER_OF_TWO((step1_5 - step1_26), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 27 int16_t step1_21, step1_22, step1_23, step1_24, step1_25, step1_26, step1_27; in idct32_rows_dspr2() local 281 [step1_26] "=r" (step1_26), [step1_27] "=r" (step1_27) in idct32_rows_dspr2() 589 step2_26 = step1_25 - step1_26; in idct32_rows_dspr2() 610 step3_25 = step1_25 + step1_26; in idct32_rows_dspr2() 798 step1_26 = (temp21 + DCT_CONST_ROUNDING) >> DCT_CONST_BITS; in idct32_rows_dspr2() 838 output[5 * 32] = step1_5 + step1_26; in idct32_rows_dspr2() 859 output[26 * 32] = step1_5 - step1_26; in idct32_rows_dspr2()
|