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

  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
  /external/libvpx/generic/
vp8_rtcd.h 63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/mips/
vp8_rtcd.h 63 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 132 add_proto qw/void vp8_dc_only_idct_add/, "short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride";
133 specialize qw/vp8_dc_only_idct_add mmx media neon dspr2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 128 add_proto qw/void vp8_dc_only_idct_add/, "short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride";
129 specialize qw/vp8_dc_only_idct_add mmx media neon dspr2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 97 RTCD_EXTERN void (*vp8_dc_only_idct_add)(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); variable
    [all...]
  /external/libvpx/armv7a/
vp8_rtcd.h 71 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_v6 macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 67 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 89 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_v6 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 85 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 78 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 228 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0],
decodeframe.c 211 vp8_dc_only_idct_add
    [all...]
  /external/libvpx/x86/
vp8_rtcd.h 92 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 104 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
threading.c 228 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0],
decodeframe.c 210 vp8_dc_only_idct_add
    [all...]

Completed in 672 milliseconds