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

  /external/libvpx/libvpx/test/
comp_avg_pred_test.cc 166 ::testing::Values(&vpx_comp_avg_pred_c));
  /external/libvpx/libvpx/vpx_dsp/
sad.c 43 vpx_comp_avg_pred_c(comp_pred, second_pred, m, n, ref, ref_stride); \
variance.c 167 vpx_comp_avg_pred_c(temp3, second_pred, W, H, temp2, W); \
224 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, function
  /external/libvpx/libvpx/vpx_dsp/mips/
variance_mmi.c     [all...]
  /external/libvpx/config/arm/
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);
31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /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);
31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32/
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);
31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
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);
31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32-msa/
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 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips64/
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);
31 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips64-msa/
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 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/arm-neon/
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);
    [all...]
  /external/libvpx/config/arm64/
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);
    [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);
    [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);
    [all...]

Completed in 308 milliseconds