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

  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 593 uint32_t vpx_mse16x8_msa(const uint8_t *src, int32_t src_stride, function
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 410 unsigned int vpx_mse16x8_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
411 #define vpx_mse16x8 vpx_mse16x8_msa
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 410 unsigned int vpx_mse16x8_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
411 #define vpx_mse16x8 vpx_mse16x8_msa
    [all...]
  /external/libvpx/libvpx/test/
variance_test.cc     [all...]

Completed in 74 milliseconds