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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride); variable
159 vp8_subtract_mbuv = vp8_subtract_mbuv_ppc;
  /external/libvpx/armv7a/
vp8_rtcd.h 318 #define vp8_subtract_mbuv vp8_subtract_mbuv_armv6 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 371 #define vp8_subtract_mbuv vp8_subtract_mbuv_neon macro
  /external/libvpx/generic/
vp8_rtcd.h 275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/mips/
vp8_rtcd.h 275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 293 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro

Completed in 246 milliseconds