Searched refs:round_shift_8x8 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct8x8_add_sse4.c | 131 round_shift_8x8(io_short, io); in vpx_highbd_idct8x8_64_add_sse4_1() 188 round_shift_8x8(io_short, io); in vpx_highbd_idct8x8_12_add_sse4_1()
|
D | highbd_idct8x8_add_sse2.c | 129 round_shift_8x8(io_short, io); in vpx_highbd_idct8x8_64_add_sse2() 186 round_shift_8x8(io_short, io); in vpx_highbd_idct8x8_12_add_sse2()
|
D | inv_txfm_sse2.h | 144 static INLINE void round_shift_8x8(const __m128i *const in, in round_shift_8x8() function 171 round_shift_8x8(in, t); in write_buffer_8x8()
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht8x8_add_sse4.c | 216 round_shift_8x8(io_short, io); in vp9_highbd_iht8x8_64_add_sse4_1()
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_sse4.c | 55 static void round_shift_8x8(__m128i *in, int shift) { in round_shift_8x8() function 928 round_shift_8x8(out, out_shift); in idct8x8_sse4_1() 1304 round_shift_8x8(in, shift); in write_buffer_8x8() 2040 round_shift_8x8(out, out_shift); in idct16x16_low8_sse4_1() 2710 round_shift_8x8(out, out_shift); in idct16x16_sse4_1() 3120 round_shift_8x8(out, out_shift); in iidentity16_sse4_1() 5090 round_shift_8x8(out, out_shift); in idct32x32_sse4_1() 5091 round_shift_8x8(out + 16, out_shift); in idct32x32_sse4_1() 5163 round_shift_8x8(out, out_shift); in iidentity32_sse4_1() 5164 round_shift_8x8(out + 16, out_shift); in iidentity32_sse4_1()
|