Searched refs:vpx_highbd_idct16x16_38_add_half1d (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 773 static void vpx_highbd_idct16x16_38_add_half1d(const int32_t *input, in vpx_highbd_idct16x16_38_add_half1d() function 1259 vpx_highbd_idct16x16_38_add_half1d(input, row_idct_output, dest, stride, in vpx_highbd_idct16x16_38_add_neon() 1264 vpx_highbd_idct16x16_38_add_half1d(row_idct_output, NULL, dest, stride, bd); in vpx_highbd_idct16x16_38_add_neon() 1267 vpx_highbd_idct16x16_38_add_half1d(row_idct_output + 16 * 8, NULL, dest + 8, in vpx_highbd_idct16x16_38_add_neon()
|