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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 55 extern int vp8_mbblock_error_c(MACROBLOCK *mb, int dc);
155 vp8_mbblock_error = vp8_mbblock_error_c;
  /external/libvpx/generic/
vp8_rtcd.h 262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
263 #define vp8_mbblock_error vp8_mbblock_error_c
  /external/libvpx/mips/
vp8_rtcd.h 262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
263 #define vp8_mbblock_error vp8_mbblock_error_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 280 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
281 #define vp8_mbblock_error vp8_mbblock_error_c
  /external/libvpx/armv7a/
vp8_rtcd.h 302 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
303 #define vp8_mbblock_error vp8_mbblock_error_c
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 352 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
353 #define vp8_mbblock_error vp8_mbblock_error_c
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 423 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc) function
    [all...]

Completed in 29 milliseconds