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

  /external/libaom/libaom/test/
av1_convolve_2d_test.cc 168 av1_highbd_convolve_x_sr_c, 1, 0));
  /external/libaom/config/arm/config/
av1_rtcd.h 153 void av1_highbd_convolve_x_sr_c(const uint16_t *src, int src_stride, uint16_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, int bd);
154 #define av1_highbd_convolve_x_sr av1_highbd_convolve_x_sr_c
  /external/libaom/config/arm64/config/
av1_rtcd.h 153 void av1_highbd_convolve_x_sr_c(const uint16_t *src, int src_stride, uint16_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, int bd);
154 #define av1_highbd_convolve_x_sr av1_highbd_convolve_x_sr_c
  /external/libaom/libaom/av1/common/
convolve.c 638 void av1_highbd_convolve_x_sr_c(const uint16_t *src, int src_stride, function
    [all...]
  /external/libaom/config/x86/config/
av1_rtcd.h 155 void av1_highbd_convolve_x_sr_c(const uint16_t *src, int src_stride, uint16_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, int bd);
  /external/libaom/config/x86_64/config/
av1_rtcd.h 158 void av1_highbd_convolve_x_sr_c(const uint16_t *src, int src_stride, uint16_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, int bd);

Completed in 250 milliseconds