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

  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
rdopt.c 699 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
rdopt.c 700 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride);
    [all...]
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 114 add_proto qw/void vp8_short_idct4x4llm/, "short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride";
115 specialize qw/vp8_short_idct4x4llm mmx media neon dspr2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 110 add_proto qw/void vp8_short_idct4x4llm/, "short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride";
111 specialize qw/vp8_short_idct4x4llm mmx media neon dspr2/;
  /external/libvpx/generic/
vp8_rtcd.h 222 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /external/libvpx/mips/
vp8_rtcd.h 222 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 234 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 65 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 73 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 354 RTCD_EXTERN void (*vp8_short_idct4x4llm)(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); variable
    [all...]
  /external/libvpx/armv7a/
vp8_rtcd.h 249 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_v6_dual macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 78 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_v6_dual macro
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 285 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro
  /external/libvpx/x86/
vp8_rtcd.h 330 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_mmx macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 91 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro

Completed in 45 milliseconds