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

  /external/libvpx/libvpx/test/
comp_avg_pred_test.cc 153 ::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 226 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, function
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 28 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);
29 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 28 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);
29 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 28 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);
29 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 28 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);
29 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 28 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);
29 #define vpx_comp_avg_pred vpx_comp_avg_pred_c
    [all...]
  /external/libvpx/config/arm-neon/
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/arm64/
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 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 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/x86/
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_64/
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...]

Completed in 155 milliseconds