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

  /external/libvpx/libvpx/test/
vp9_intrapred_test.cc 137 IntraPredParam(&vpx_d45_predictor_4x4_sse2, &vpx_d45_predictor_4x4_c, 4,
232 IntraPredParam(&vpx_d45_predictor_4x4_neon, &vpx_d45_predictor_4x4_c, 4,
    [all...]
test_intra_pred_speed.cc 176 vpx_h_predictor_4x4_c, vpx_d45_predictor_4x4_c,
  /external/libvpx/libvpx/vpx_dsp/
intrapred.c 346 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t stride, function
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 111 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
112 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 111 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
112 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 111 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
112 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 119 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
120 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 121 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
122 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 111 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
112 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 121 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
122 #define vpx_d45_predictor_4x4 vpx_d45_predictor_4x4_c
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 128 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 128 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 138 void vpx_d45_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 138 void vpx_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]

Completed in 93 milliseconds