Searched refs:step2_0 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans16_dspr2.c | 22 int step2_0, step2_1, step2_2, step2_3; in idct16_rows_dspr2() local 70 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1), in idct16_rows_dspr2() 408 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local 466 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1), in idct16_cols_add_blk_dspr2()
|
D | itrans32_cols_dspr2.c | 23 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vpx_idct32_cols_add_blk_dspr2() local 664 step2_0 = step1_0 + step1_7; in vpx_idct32_cols_add_blk_dspr2() 674 step1_0 = step2_0 + step3_15; in vpx_idct32_cols_add_blk_dspr2() 689 step1_15 = step2_0 - step3_15; in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 26 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 739 step2_0 = step1_0 + step1_7; in idct32_rows_dspr2() 748 step1_0 = step2_0 + step3_15; in idct32_rows_dspr2() 763 step1_15 = step2_0 - step3_15; in idct32_rows_dspr2()
|