Searched refs:highbd_idct16x16_add_store (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_34_add_neon.c | 594 highbd_idct16x16_add_store(out, output, stride, bd); in vpx_highbd_idct32_8_neon() 595 highbd_idct16x16_add_store(out + 16, output + 16 * stride, stride, bd); in vpx_highbd_idct32_8_neon()
|
D | highbd_idct32x32_135_add_neon.c | 726 highbd_idct16x16_add_store(out, output, stride, bd); in vpx_highbd_idct32_16_neon() 727 highbd_idct16x16_add_store(out + 16, output + 16 * stride, stride, bd); in vpx_highbd_idct32_16_neon()
|
D | highbd_idct16x16_add_neon.c | 729 highbd_idct16x16_add_store(out, dest, stride, bd); in vpx_highbd_idct16x16_256_add_half1d() 925 highbd_idct16x16_add_store(out, dest, stride, bd); in vpx_highbd_idct16x16_38_add_half1d() 1191 highbd_idct16x16_add_store(out, dest, stride, bd); in highbd_idct16x16_10_add_half1d_pass2()
|
D | highbd_idct_neon.h | 414 static INLINE void highbd_idct16x16_add_store(const int32x4x2_t *const out, in highbd_idct16x16_add_store() function
|
/external/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht16x16_add_neon.c | 390 highbd_idct16x16_add_store(out, dest, stride, bd); in highbd_iadst16_neon()
|