Home
last modified time | relevance | path

Searched refs:highbd_idct16x16_add_store (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dhighbd_idct32x32_34_add_neon.c594 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()
Dhighbd_idct32x32_135_add_neon.c726 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()
Dhighbd_idct16x16_add_neon.c729 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()
Dhighbd_idct_neon.h414 static INLINE void highbd_idct16x16_add_store(const int32x4x2_t *const out, in highbd_idct16x16_add_store() function
/external/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht16x16_add_neon.c390 highbd_idct16x16_add_store(out, dest, stride, bd); in highbd_iadst16_neon()