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

  /external/libvpx/libvpx/vpx_dsp/mips/
convolve8_avg_horiz_dspr2.c 939 void vpx_convolve8_avg_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, function
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 40 void vpx_convolve8_avg_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
41 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_dspr2
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc     [all...]

Completed in 87 milliseconds