Searched refs:step3_1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 618 __m128i step3_0, step3_1, step3_2, step3_3; in FDCT16x16_2D() local 894 step3_1 = ADD_EPI16(step1_1, step2_2); in FDCT16x16_2D() 903 check_epi16_overflow_x8(&step3_0, &step3_1, &step3_2, &step3_3, in FDCT16x16_2D() 913 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in FDCT16x16_2D() 914 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in FDCT16x16_2D()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_dct32x32_msa.c | 19 v8i16 step0_1, step1_1, step2_1, step3_1; in fdct8x32_1d_column_load_butterfly() local 33 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1); in fdct8x32_1d_column_load_butterfly() 36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8); in fdct8x32_1d_column_load_butterfly() 51 step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1); in fdct8x32_1d_column_load_butterfly() 54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8); in fdct8x32_1d_column_load_butterfly()
|