HomeSort by relevance Sort by last modified time
    Searched refs:comp_pred (Results 26 - 28 of 28) sorted by null

12

  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 30 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
33 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
33 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride);
    [all...]

Completed in 746 milliseconds

12