Searched refs:step2_4 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 22 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vpx_idct32_cols_add_blk_dspr2() local 696 : [step2_0] "=&r"(step2_0), [step2_4] "=&r"(step2_4), in vpx_idct32_cols_add_blk_dspr2() 739 : [step2_4] "r"(step2_4), [step3_11] "r"(step3_11), in vpx_idct32_cols_add_blk_dspr2()
|
D | itrans32_dspr2.c | 26 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local 740 : [step2_0] "=&r"(step2_0), [step2_4] "=&r"(step2_4), in idct32_rows_dspr2() 783 : [step2_4] "r"(step2_4), [step3_11] "r"(step3_11), in idct32_rows_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 617 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in FDCT16x16_2D() local 880 step2_4 = mult_round_shift(&t2, &t3, &k__cospi_p16_p16, in FDCT16x16_2D() 884 check_epi16_overflow_x4(&step2_2, &step2_3, &step2_5, &step2_4); in FDCT16x16_2D() 897 step3_4 = SUB_EPI16(step1_7, step2_4); in FDCT16x16_2D() 900 step3_7 = ADD_EPI16(step1_7, step2_4); in FDCT16x16_2D()
|