Searched refs:vpx_idct16x16_38_add_half1d (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 268 void vpx_idct16x16_38_add_half1d(const void *const input, int16_t *const output, in vpx_idct16x16_38_add_half1d() function 738 vpx_idct16x16_38_add_half1d(input, row_idct_output, dest, stride, 0); in vpx_idct16x16_38_add_neon() 742 vpx_idct16x16_38_add_half1d(row_idct_output, NULL, dest, stride, 0); in vpx_idct16x16_38_add_neon() 745 vpx_idct16x16_38_add_half1d(row_idct_output + 16 * 8, NULL, dest + 8, stride, in vpx_idct16x16_38_add_neon()
|
D | highbd_idct16x16_add_neon.c | 1245 vpx_idct16x16_38_add_half1d(input, row_idct_output, dest, stride, 1); in vpx_highbd_idct16x16_38_add_neon() 1249 vpx_idct16x16_38_add_half1d(row_idct_output, NULL, dest, stride, 1); in vpx_highbd_idct16x16_38_add_neon() 1252 vpx_idct16x16_38_add_half1d(row_idct_output + 16 * 8, NULL, dest + 8, in vpx_highbd_idct16x16_38_add_neon()
|
D | idct_neon.h | 897 void vpx_idct16x16_38_add_half1d(const void *const input, int16_t *const output,
|