Home
last modified time | relevance | path

Searched refs:step2_1 (Results 1 – 5 of 5) 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
70 [step2_1] "=&r"(step2_1), [step2_2] "=&r"(step2_2), in idct16_rows_dspr2()
397 int step2_0, step2_1, step2_2, step2_3; in idct16_cols_add_blk_dspr2() local
455 [step2_1] "=&r"(step2_1), [step2_2] "=&r"(step2_2), 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
697 [step2_1] "=&r"(step2_1), [step2_5] "=&r"(step2_5), in vpx_idct32_cols_add_blk_dspr2()
721 [step2_1] "r"(step2_1), [step3_14] "r"(step3_14), 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
741 [step2_1] "=&r"(step2_1), [step2_5] "=&r"(step2_5), in idct32_rows_dspr2()
765 [step2_1] "r"(step2_1), [step3_14] "r"(step3_14), in idct32_rows_dspr2()
Dfwd_dct32x32_msa.c20 v8i16 step0_1, step1_1, step2_1, step3_1; in fdct8x32_1d_column_load_butterfly() local
34 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1); in fdct8x32_1d_column_load_butterfly()
37 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8); in fdct8x32_1d_column_load_butterfly()
52 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1); in fdct8x32_1d_column_load_butterfly()
55 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8); in fdct8x32_1d_column_load_butterfly()
/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
917 step2_1 = mult_round_shift(&t0, &t1, &k__cospi_m08_p24, in FDCT16x16_2D()
927 check_epi16_overflow_x4(&step2_1, &step2_2, &step2_6, &step2_5); in FDCT16x16_2D()
936 step1_0 = ADD_EPI16(step3_0, step2_1); in FDCT16x16_2D()
937 step1_1 = SUB_EPI16(step3_0, step2_1); in FDCT16x16_2D()