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 | 788 res00 = mult_round_shift(&t0, &t1, &k__cospi_p16_p16, in FDCT16x16_2D() 790 res08 = mult_round_shift(&t0, &t1, &k__cospi_p16_m16, in FDCT16x16_2D() 792 res04 = mult_round_shift(&t2, &t3, &k__cospi_p24_p08, in FDCT16x16_2D() 794 res12 = mult_round_shift(&t2, &t3, &k__cospi_m08_p24, in FDCT16x16_2D() 812 mult_round_shift(&d0, &d1, &k__cospi_p16_m16, in FDCT16x16_2D() 815 mult_round_shift(&d0, &d1, &k__cospi_p16_p16, in FDCT16x16_2D() 844 res02 = mult_round_shift(&t0, &t1, &k__cospi_p28_p04, in FDCT16x16_2D() 846 res14 = mult_round_shift(&t0, &t1, &k__cospi_m04_p28, in FDCT16x16_2D() 848 res10 = mult_round_shift(&t2, &t3, &k__cospi_p12_p20, in FDCT16x16_2D() 850 res06 = mult_round_shift(&t2, &t3, &k__cospi_m20_p12, in FDCT16x16_2D() [all …]
|
D | fwd_txfm_sse2.h | 272 static INLINE __m128i mult_round_shift(const __m128i *pin0, const __m128i *pin1, in mult_round_shift() function
|