Searched refs:vpx_h_predictor_32x32_msa (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/test/
H A Dtest_intra_pred_speed.cc311 vpx_h_predictor_32x32_msa, NULL, NULL, NULL, NULL, NULL, NULL,
H A Dvp9_intrapred_test.cc363 IntraPredParam(&vpx_h_predictor_32x32_msa, &vpx_h_predictor_32x32_c, 32,
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred_msa.c603 void vpx_h_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, function
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h258 void vpx_h_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
259 #define vpx_h_predictor_32x32 vpx_h_predictor_32x32_msa
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h258 void vpx_h_predictor_32x32_msa(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
259 #define vpx_h_predictor_32x32 vpx_h_predictor_32x32_msa

Completed in 513 milliseconds