HomeSort by relevance Sort by last modified time
    Searched refs:av1_convolve_2d_sr_neon (Results 1 - 4 of 4) sorted by null

  /external/libaom/libaom/test/
av1_convolve_2d_test.cc 83 libaom_test::AV1Convolve2D::BuildParams(av1_convolve_2d_sr_neon, 1, 1));
  /external/libaom/config/arm/config/
av1_rtcd.h 78 void av1_convolve_2d_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, int h, const InterpFilterParams *filter_params_x, const InterpFilterParams *filter_params_y, const int subpel_x_q4, const int subpel_y_q4, ConvolveParams *conv_params);
79 #define av1_convolve_2d_sr av1_convolve_2d_sr_neon
  /external/libaom/config/arm64/config/
av1_rtcd.h 78 void av1_convolve_2d_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int w, int h, const InterpFilterParams *filter_params_x, const InterpFilterParams *filter_params_y, const int subpel_x_q4, const int subpel_y_q4, ConvolveParams *conv_params);
79 #define av1_convolve_2d_sr av1_convolve_2d_sr_neon
  /external/libaom/libaom/av1/common/arm/
convolve_neon.c 847 void av1_convolve_2d_sr_neon(const uint8_t *src, int src_stride, uint8_t *dst, function
    [all...]

Completed in 212 milliseconds