Searched refs:vpx_iadst16x16_256_add_half1d (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp9/common/arm/neon/ |
D | vp9_iht16x16_add_neon.c | 22 void vpx_iadst16x16_256_add_half1d(const void *const input, int16_t *output, in vpx_iadst16x16_256_add_half1d() function 262 { vpx_iadst16x16_256_add_half1d, in vp9_iht16x16_256_add_neon() 265 vpx_iadst16x16_256_add_half1d }, // DCT_ADST = 2 in vp9_iht16x16_256_add_neon() 266 { vpx_iadst16x16_256_add_half1d, in vp9_iht16x16_256_add_neon() 267 vpx_iadst16x16_256_add_half1d } // ADST_ADST = 3 in vp9_iht16x16_256_add_neon()
|
D | vp9_highbd_iht16x16_add_neon.c | 407 { vpx_iadst16x16_256_add_half1d, in vp9_highbd_iht16x16_256_add_neon() 410 vpx_iadst16x16_256_add_half1d }, // DCT_ADST = 2 in vp9_highbd_iht16x16_256_add_neon() 411 { vpx_iadst16x16_256_add_half1d, in vp9_highbd_iht16x16_256_add_neon() 412 vpx_iadst16x16_256_add_half1d } // ADST_ADST = 3 in vp9_highbd_iht16x16_256_add_neon()
|
D | vp9_iht_neon.h | 260 void vpx_iadst16x16_256_add_half1d(const void *const input, int16_t *output,
|