Searched refs:mult_round_shift (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_txfm_impl_sse2.h | 798 res00 = mult_round_shift(&t0, &t1, &k__cospi_p16_p16, in FDCT16x16_2D() 800 res08 = mult_round_shift(&t0, &t1, &k__cospi_p16_m16, in FDCT16x16_2D() 802 res04 = mult_round_shift(&t2, &t3, &k__cospi_p24_p08, in FDCT16x16_2D() 804 res12 = mult_round_shift(&t2, &t3, &k__cospi_m08_p24, in FDCT16x16_2D() 821 const __m128i r0 = mult_round_shift(&d0, &d1, &k__cospi_p16_m16, in FDCT16x16_2D() 824 const __m128i r1 = mult_round_shift(&d0, &d1, &k__cospi_p16_p16, in FDCT16x16_2D() 854 res02 = mult_round_shift(&t0, &t1, &k__cospi_p28_p04, in FDCT16x16_2D() 856 res14 = mult_round_shift(&t0, &t1, &k__cospi_m04_p28, in FDCT16x16_2D() 858 res10 = mult_round_shift(&t2, &t3, &k__cospi_p12_p20, in FDCT16x16_2D() 860 res06 = mult_round_shift(&t2, &t3, &k__cospi_m20_p12, in FDCT16x16_2D() [all …]
|
D | fwd_txfm_sse2.h | 352 static INLINE __m128i mult_round_shift(const __m128i *pin0, in mult_round_shift() function
|