Searched refs:step2_0 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 27 int step2_0, step2_1, step2_2, step2_3; in idct16_rows_dspr2() local 75 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1), in idct16_rows_dspr2() 413 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local 471 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1), in idct16_cols_add_blk_dspr2()
|
D | vp9_itrans32_dspr2.c | 29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 742 step2_0 = step1_0 + step1_7; in idct32_rows_dspr2() 751 step1_0 = step2_0 + step3_15; in idct32_rows_dspr2() 766 step1_15 = step2_0 - step3_15; in idct32_rows_dspr2()
|
D | vp9_itrans32_cols_dspr2.c | 28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vp9_idct32_cols_add_blk_dspr2() local 669 step2_0 = step1_0 + step1_7; in vp9_idct32_cols_add_blk_dspr2() 679 step1_0 = step2_0 + step3_15; in vp9_idct32_cols_add_blk_dspr2() 694 step1_15 = step2_0 - step3_15; in vp9_idct32_cols_add_blk_dspr2()
|