Searched refs:highbd_write_buffer_8 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse4.c | 225 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_256_add_sse4_1() 276 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_38_add_sse4_1() 324 highbd_write_buffer_8(dest + j * stride, in[j], bd); in vpx_highbd_idct16x16_10_add_sse4_1()
|
D | highbd_idct16x16_add_sse2.c | 226 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_256_add_sse2() 277 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_38_add_sse2() 325 highbd_write_buffer_8(dest + j * stride, in[j], bd); in vpx_highbd_idct16x16_10_add_sse2()
|
D | highbd_idct32x32_add_sse4.c | 327 highbd_write_buffer_8(dest + j * stride, io[j], bd); in vpx_highbd_idct32x32_1024_add_sse4_1() 546 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_135_add_sse4_1() 737 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_34_add_sse4_1()
|
D | highbd_idct32x32_add_sse2.c | 323 highbd_write_buffer_8(dest + j * stride, io[j], bd); in vpx_highbd_idct32x32_1024_add_sse2() 546 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_135_add_sse2() 749 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_34_add_sse2()
|
D | highbd_inv_txfm_sse2.h | 383 static INLINE void highbd_write_buffer_8(uint16_t *dest, const __m128i in, in highbd_write_buffer_8() function
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 382 highbd_write_buffer_8(dest + j * stride, out[j], bd); in vp9_highbd_iht16x16_256_add_sse4_1()
|