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

  /external/libvpx/libvpx/test/
test_intra_pred_speed.cc 178 vpx_d153_predictor_4x4_c, vpx_d207_predictor_4x4_c,
vp9_intrapred_test.cc 141 IntraPredParam(&vpx_d207_predictor_4x4_sse2, &vpx_d207_predictor_4x4_c,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
intrapred.c 283 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, function
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 99 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
100 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 99 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
100 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 99 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
100 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 107 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
108 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 109 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
110 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 99 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
100 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 109 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
110 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 114 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
115 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 114 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
115 #define vpx_d207_predictor_4x4 vpx_d207_predictor_4x4_c
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 122 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 122 void vpx_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]

Completed in 95 milliseconds