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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 87 extern unsigned int vp8_get_mb_ss_c(short *);
145 vp8_get_mb_ss = vp8_get_mb_ss_c;
  /external/libvpx/libvpx/vp8/common/
variance_c.c 16 unsigned int vp8_get_mb_ss_c function
  /external/libvpx/armv7a/
vpx_rtcd.h 247 unsigned int vp8_get_mb_ss_c(const short *);
248 #define vp8_get_mb_ss vp8_get_mb_ss_c
  /external/libvpx/generic/
vpx_rtcd.h 212 unsigned int vp8_get_mb_ss_c(const short *);
213 #define vp8_get_mb_ss vp8_get_mb_ss_c
  /external/libvpx/mips/
vpx_rtcd.h 212 unsigned int vp8_get_mb_ss_c(const short *);
213 #define vp8_get_mb_ss vp8_get_mb_ss_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 230 unsigned int vp8_get_mb_ss_c(const short *);
231 #define vp8_get_mb_ss vp8_get_mb_ss_c
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 287 unsigned int vp8_get_mb_ss_c(const short *);
288 #define vp8_get_mb_ss vp8_get_mb_ss_c
    [all...]

Completed in 25 milliseconds