Home
last modified time | relevance | path

Searched refs:vpx_highbd_idct16x16_256_add_half1d (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht16x16_add_neon.c426 { vpx_highbd_idct16x16_256_add_half1d, in vp9_highbd_iht16x16_256_add_neon()
427 vpx_highbd_idct16x16_256_add_half1d }, // DCT_DCT = 0 in vp9_highbd_iht16x16_256_add_neon()
429 vpx_highbd_idct16x16_256_add_half1d }, // ADST_DCT = 1 in vp9_highbd_iht16x16_256_add_neon()
430 { vpx_highbd_idct16x16_256_add_half1d, in vp9_highbd_iht16x16_256_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c519 void vpx_highbd_idct16x16_256_add_half1d(const int32_t *input, int32_t *output, in vpx_highbd_idct16x16_256_add_half1d() function
1220 vpx_highbd_idct16x16_256_add_half1d(input, row_idct_output, dest, stride, in vpx_highbd_idct16x16_256_add_neon()
1224 vpx_highbd_idct16x16_256_add_half1d(input + 8 * 16, row_idct_output + 8, in vpx_highbd_idct16x16_256_add_neon()
1229 vpx_highbd_idct16x16_256_add_half1d(row_idct_output, NULL, dest, stride, in vpx_highbd_idct16x16_256_add_neon()
1233 vpx_highbd_idct16x16_256_add_half1d(row_idct_output + 8 * 16, NULL, in vpx_highbd_idct16x16_256_add_neon()
Dhighbd_idct_neon.h470 void vpx_highbd_idct16x16_256_add_half1d(const int32_t *input, int32_t *output,