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

  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 259 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, function
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 22 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);
23 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]

Completed in 194 milliseconds