Searched refs:step3_12 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 28 int16_t step3_8, step3_9, step3_10, step3_11, step3_12, step3_13, step3_14; in vpx_idct32_cols_add_blk_dspr2() local 446 [step3_12] "=r" (step3_12), [step3_13] "=r" (step3_13), in vpx_idct32_cols_add_blk_dspr2() 677 step1_3 = step2_3 + step3_12; in vpx_idct32_cols_add_blk_dspr2() 686 step1_12 = step2_3 - step3_12; in vpx_idct32_cols_add_blk_dspr2() 795 step3_12 = ROUND_POWER_OF_TWO((step1_3 - step2_28), 6); in vpx_idct32_cols_add_blk_dspr2() 826 [step3_12] "r" (step3_12), [step3_13] "r" (step3_13), in vpx_idct32_cols_add_blk_dspr2() 874 step3_12 = ROUND_POWER_OF_TWO((step1_7 - step1_24), 6); in vpx_idct32_cols_add_blk_dspr2() 905 [step3_12] "r" (step3_12), [step3_13] "r" (step3_13), in vpx_idct32_cols_add_blk_dspr2() 953 step3_12 = ROUND_POWER_OF_TWO((step1_11 - step1_20), 6); in vpx_idct32_cols_add_blk_dspr2() 984 [step3_12] "r" (step3_12), [step3_13] "r" (step3_13), in vpx_idct32_cols_add_blk_dspr2() [all …]
|
D | itrans32_dspr2.c | 31 int16_t step3_8, step3_9, step3_10, step3_11, step3_12, step3_13, step3_14; in idct32_rows_dspr2() local 513 [step3_12] "=r" (step3_12), [step3_13] "=r" (step3_13), in idct32_rows_dspr2() 751 step1_3 = step2_3 + step3_12; in idct32_rows_dspr2() 760 step1_12 = step2_3 - step3_12; in idct32_rows_dspr2()
|