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

  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 125 add_proto qw/void vp9_quantize_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
126 specialize qw/vp9_quantize_fp neon sse2/, "$ssse3_x86_64";
  /external/libvpx/config/arm/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 103 #define vp9_quantize_fp vp9_quantize_fp_neon macro
  /external/libvpx/config/arm64/
vp9_rtcd.h 103 #define vp9_quantize_fp vp9_quantize_fp_neon macro
  /external/libvpx/config/generic/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/mips32/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/mips32-msa/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/mips64/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/mips64-msa/
vp9_rtcd.h 101 #define vp9_quantize_fp vp9_quantize_fp_c macro
  /external/libvpx/config/x86/
vp9_rtcd.h 113 #define vp9_quantize_fp vp9_quantize_fp_sse2 macro
  /external/libvpx/config/x86_64/
vp9_rtcd.h 114 #define vp9_quantize_fp vp9_quantize_fp_ssse3 macro
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 381 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp,
392 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp,
    [all...]
vp9_pickmode.c 665 // for now, as the vp9_quantize_fp below for highbitdepth build is slow.
719 vp9_quantize_fp(coeff, 256, x->skip_block, p->round_fp, p->quant_fp,
725 vp9_quantize_fp(coeff, 64, x->skip_block, p->round_fp, p->quant_fp,
731 vp9_quantize_fp(coeff, 16, x->skip_block, p->round_fp, p->quant_fp,
    [all...]

Completed in 182 milliseconds