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

  /external/libvpx/generic/
vp8_rtcd.h 271 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
272 #define vp8_subtract_mby vp8_subtract_mby_c
  /external/libvpx/mips/
vp8_rtcd.h 271 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
272 #define vp8_subtract_mby vp8_subtract_mby_c
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 289 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
290 #define vp8_subtract_mby vp8_subtract_mby_c
  /external/libvpx/armv7a/
vp8_rtcd.h 312 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, function
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 363 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);

Completed in 34 milliseconds