Searched refs:store_rect_buffer_16bit_to_32bit_w8 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_fwd_txfm_sse2.c | 2280 store_rect_buffer_16bit_to_32bit_w8(buf, output, width, height); in av1_lowbd_fwd_txfm2d_8x4_sse2() 2358 store_rect_buffer_16bit_to_32bit_w8(buf, output + 8 * width * i, width, 8); in av1_lowbd_fwd_txfm2d_8x16_sse2() 2487 store_rect_buffer_16bit_to_32bit_w8(buf, output, width, height); in av1_lowbd_fwd_txfm2d_16x8_sse2() 2489 store_rect_buffer_16bit_to_32bit_w8(buf + 8, output + 8, width, height); in av1_lowbd_fwd_txfm2d_16x8_sse2() 2583 store_rect_buffer_16bit_to_32bit_w8(buf, output + 8 * width * i, width, in av1_lowbd_fwd_txfm2d_16x32_sse2() 2586 store_rect_buffer_16bit_to_32bit_w8(buf + 8, output + 8 * width * i + 8, in av1_lowbd_fwd_txfm2d_16x32_sse2() 2694 store_rect_buffer_16bit_to_32bit_w8(buf, output + 8 * width * i, width, in av1_lowbd_fwd_txfm2d_32x16_sse2() 2697 store_rect_buffer_16bit_to_32bit_w8(buf + 8, output + 8 * width * i + 8, in av1_lowbd_fwd_txfm2d_32x16_sse2() 2700 store_rect_buffer_16bit_to_32bit_w8(buf + 16, output + 8 * width * i + 16, in av1_lowbd_fwd_txfm2d_32x16_sse2() 2703 store_rect_buffer_16bit_to_32bit_w8(buf + 24, output + 8 * width * i + 24, in av1_lowbd_fwd_txfm2d_32x16_sse2()
|
D | av1_fwd_txfm2d_avx2.c | 2777 store_rect_buffer_16bit_to_32bit_w8(buf, output, width, height); in lowbd_fwd_txfm2d_16x8_avx2() 2779 store_rect_buffer_16bit_to_32bit_w8(buf + 8, output + 8, width, height); in lowbd_fwd_txfm2d_16x8_avx2()
|
/external/libaom/libaom/av1/common/x86/ |
D | av1_txfm_sse2.h | 221 static INLINE void store_rect_buffer_16bit_to_32bit_w8(const __m128i *const in, in store_rect_buffer_16bit_to_32bit_w8() function
|