Searched refs:step1_11 (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 26 int step1_10, step1_11, step1_12, step1_13; in idct16_rows_dspr2() local 314 [step1_10] "=r" (step1_10), [step1_11] "=r" (step1_11), in idct16_rows_dspr2() 398 [step1_10] "r" (step1_10), [step1_11] "r" (step1_11), in idct16_rows_dspr2() 411 int step1_8, step1_9, step1_10, step1_11; in idct16_cols_add_blk_dspr2() local 711 [step1_10] "=r" (step1_10), [step1_11] "=r" (step1_11), in idct16_cols_add_blk_dspr2() 886 [step1_10] "r" (step1_10), [step1_11] "r" (step1_11), in idct16_cols_add_blk_dspr2()
|
D | vp9_itrans32_cols_dspr2.c | 24 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in vp9_idct32_cols_add_blk_dspr2() local 690 step1_11 = step2_4 - step3_11; in vp9_idct32_cols_add_blk_dspr2() 953 [step1_10] "r" (step1_10), [step1_11] "r" (step1_11), in vp9_idct32_cols_add_blk_dspr2() 958 step3_12 = ROUND_POWER_OF_TWO((step1_11 - step1_20), 6); in vp9_idct32_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 25 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; in idct32_rows_dspr2() local 762 step1_11 = step2_4 - step3_11; in idct32_rows_dspr2() 844 output[11 * 32] = step1_11 + step1_20; in idct32_rows_dspr2() 853 output[20 * 32] = step1_11 - step1_20; in idct32_rows_dspr2()
|