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

  /external/libvpx/libvpx/test/
avg_test.cc 505 make_tuple(16, 16, 0, 4, &vpx_avg_4x4_msa),
506 make_tuple(16, 16, 5, 4, &vpx_avg_4x4_msa),
507 make_tuple(32, 32, 15, 4, &vpx_avg_4x4_msa)));
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 23 unsigned int vpx_avg_4x4_msa(const uint8_t *, int p);
24 #define vpx_avg_4x4 vpx_avg_4x4_msa
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 23 unsigned int vpx_avg_4x4_msa(const uint8_t *, int p);
24 #define vpx_avg_4x4 vpx_avg_4x4_msa
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 37 uint32_t vpx_avg_4x4_msa(const uint8_t *src, int32_t src_stride) { function

Completed in 254 milliseconds