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

  /external/libvpx/generic/
vpx_rtcd.h 266 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
267 #define vp8_subtract_mby vp8_subtract_mby_c
  /external/libvpx/mips/
vpx_rtcd.h 266 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
267 #define vp8_subtract_mby vp8_subtract_mby_c
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 284 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
285 #define vp8_subtract_mby vp8_subtract_mby_c
  /external/libvpx/armv7a/
vpx_rtcd.h 307 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 358 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride, function

Completed in 23 milliseconds