Home
last modified time | relevance | path

Searched refs:step2_3 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans16_dspr2.c22 int step2_0, step2_1, step2_2, step2_3; in idct16_rows_dspr2() local
71 [step2_3] "=&r"(step2_3), [step1_0] "=r"(step1_0), in idct16_rows_dspr2()
397 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local
456 [step2_3] "=&r"(step2_3), [step1_0] "=r"(step1_0), in idct16_cols_add_blk_dspr2()
Ditrans32_cols_dspr2.c22 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in vpx_idct32_cols_add_blk_dspr2() local
699 [step2_3] "=&r"(step2_3), [step2_7] "=&r"(step2_7) in vpx_idct32_cols_add_blk_dspr2()
723 [step2_3] "r"(step2_3), [step3_12] "r"(step3_12)); in vpx_idct32_cols_add_blk_dspr2()
Ditrans32_dspr2.c26 int step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in idct32_rows_dspr2() local
743 [step2_3] "=&r"(step2_3), [step2_7] "=&r"(step2_7) in idct32_rows_dspr2()
767 [step2_3] "r"(step2_3), [step3_12] "r"(step3_12)); in idct32_rows_dspr2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h617 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; in FDCT16x16_2D() local
876 step2_3 = mult_round_shift(&t2, &t3, &k__cospi_p16_m16, in FDCT16x16_2D()
884 check_epi16_overflow_x4(&step2_2, &step2_3, &step2_5, &step2_4); in FDCT16x16_2D()
893 step3_0 = ADD_EPI16(step1_0, step2_3); in FDCT16x16_2D()
896 step3_3 = SUB_EPI16(step1_0, step2_3); in FDCT16x16_2D()