Searched refs:highbd_write_buffer_4 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct16x16_add_sse4.c | 249 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_256_add_sse4_1() 297 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_38_add_sse4_1() 344 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_10_add_sse4_1()
|
D | highbd_idct16x16_add_sse2.c | 250 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_256_add_sse2() 298 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_38_add_sse2() 345 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct16x16_10_add_sse2()
|
D | highbd_idct32x32_add_sse4.c | 356 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_1024_add_sse4_1() 569 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_135_add_sse4_1() 760 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_34_add_sse4_1()
|
D | highbd_idct32x32_add_sse2.c | 352 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_1024_add_sse2() 569 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_135_add_sse2() 772 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vpx_highbd_idct32x32_34_add_sse2()
|
D | highbd_inv_txfm_sse2.h | 393 static INLINE void highbd_write_buffer_4(uint16_t *const dest, const __m128i in, in highbd_write_buffer_4() function
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 414 highbd_write_buffer_4(dest + j * stride, out[j], bd); in vp9_highbd_iht16x16_256_add_sse4_1()
|