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

  /external/libvpx/libvpx/test/
avg_test.cc 502 ::testing::Values(make_tuple(16, 16, 0, 8, &vpx_avg_8x8_msa),
503 make_tuple(16, 16, 5, 8, &vpx_avg_8x8_msa),
504 make_tuple(32, 32, 15, 8, &vpx_avg_8x8_msa),
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 27 unsigned int vpx_avg_8x8_msa(const uint8_t *, int p);
28 #define vpx_avg_8x8 vpx_avg_8x8_msa
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 27 unsigned int vpx_avg_8x8_msa(const uint8_t *, int p);
28 #define vpx_avg_8x8 vpx_avg_8x8_msa
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 15 uint32_t vpx_avg_8x8_msa(const uint8_t *src, int32_t src_stride) { function

Completed in 218 milliseconds