Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht16x16_add_neon.c260 { vpx_idct16x16_256_add_half1d, in vp9_iht16x16_256_add_neon()
261 vpx_idct16x16_256_add_half1d }, // DCT_DCT = 0 in vp9_iht16x16_256_add_neon()
263 vpx_idct16x16_256_add_half1d }, // ADST_DCT = 1 in vp9_iht16x16_256_add_neon()
264 { vpx_idct16x16_256_add_half1d, in vp9_iht16x16_256_add_neon()
Dvp9_highbd_iht16x16_add_neon.c405 { vpx_idct16x16_256_add_half1d, in vp9_highbd_iht16x16_256_add_neon()
406 vpx_idct16x16_256_add_half1d }, // DCT_DCT = 0 in vp9_highbd_iht16x16_256_add_neon()
408 vpx_idct16x16_256_add_half1d }, // ADST_DCT = 1 in vp9_highbd_iht16x16_256_add_neon()
409 { vpx_idct16x16_256_add_half1d, in vp9_highbd_iht16x16_256_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Didct16x16_add_neon.c66 void vpx_idct16x16_256_add_half1d(const void *const input, int16_t *output, in vpx_idct16x16_256_add_half1d() function
717 vpx_idct16x16_256_add_half1d(input, row_idct_output, dest, stride, 0); in vpx_idct16x16_256_add_neon()
720 vpx_idct16x16_256_add_half1d(input + 8 * 16, row_idct_output + 8, dest, in vpx_idct16x16_256_add_neon()
725 vpx_idct16x16_256_add_half1d(row_idct_output, NULL, dest, stride, 0); in vpx_idct16x16_256_add_neon()
728 vpx_idct16x16_256_add_half1d(row_idct_output + 16 * 8, NULL, dest + 8, stride, in vpx_idct16x16_256_add_neon()
Dhighbd_idct16x16_add_neon.c1202 vpx_idct16x16_256_add_half1d(input, row_idct_output, dest, stride, 1); in vpx_highbd_idct16x16_256_add_neon()
1205 vpx_idct16x16_256_add_half1d(input + 8 * 16, row_idct_output + 8, dest, in vpx_highbd_idct16x16_256_add_neon()
1210 vpx_idct16x16_256_add_half1d(row_idct_output, NULL, dest, stride, 1); in vpx_highbd_idct16x16_256_add_neon()
1213 vpx_idct16x16_256_add_half1d(row_idct_output + 8 * 16, NULL, dest + 8, in vpx_highbd_idct16x16_256_add_neon()
Didct_neon.h893 void vpx_idct16x16_256_add_half1d(const void *const input, int16_t *output,