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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 84 add_proto qw/void vp8_short_idct4x4llm/, "short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride";
85 specialize qw/vp8_short_idct4x4llm mmx neon dspr2 msa/;
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 65 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
rdopt.c 580 vp8_short_idct4x4llm(best_dqcoeff, best_predictor, 16, dst, dst_stride);
    [all...]
  /external/libvpx/config/arm/
vp8_rtcd.h 126 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 126 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 126 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 138 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 126 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 152 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 152 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 158 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 158 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 187 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_mmx macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 187 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_mmx macro

Completed in 179 milliseconds