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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
csystemdependent.c 47 void (*vp8_subtract_mby)(short *diff, unsigned char *src, unsigned char *pred, int stride); variable
158 vp8_subtract_mby = vp8_subtract_mby_ppc;
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 43 void vp8_subtract_mby(short *diff, unsigned char *src, int src_stride, function
52 vp8_subtract_mby(x->src_diff, *(b->base_src),
585 vp8_subtract_mby(x->src_diff, *(b->base_src),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 314 #define vp8_subtract_mby vp8_subtract_mby_armv6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 366 #define vp8_subtract_mby vp8_subtract_mby_neon macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 272 #define vp8_subtract_mby vp8_subtract_mby_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 272 #define vp8_subtract_mby vp8_subtract_mby_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 290 #define vp8_subtract_mby vp8_subtract_mby_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 436 RTCD_EXTERN void (*vp8_subtract_mby)(short *diff, unsigned char *src, int src_stride, unsigned char *pred, int pred_stride); variable
    [all...]

Completed in 123 milliseconds