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

  /external/libvpx/libvpx/vp9/common/
vp9_rtcd_defs.pl 259 add_proto qw/void vp9_fdct8x8_quant/, "const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_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";
260 specialize qw/vp9_fdct8x8_quant/;
274 add_proto qw/void vp9_fdct8x8_quant/, "const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_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";
275 specialize qw/vp9_fdct8x8_quant sse2 ssse3 neon/;
  /external/libvpx/config/arm/
vp9_rtcd.h 48 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c macro
  /external/libvpx/config/generic/
vp9_rtcd.h 48 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c macro
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 51 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_neon macro
  /external/libvpx/config/arm64/
vp9_rtcd.h 51 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_neon macro
  /external/libvpx/config/mips32/
vp9_rtcd.h 48 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c macro
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 48 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c macro
  /external/libvpx/config/mips64/
vp9_rtcd.h 48 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_c macro
  /external/libvpx/config/x86/
vp9_rtcd.h 54 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_ssse3 macro
  /external/libvpx/config/x86_64/
vp9_rtcd.h 54 #define vp9_fdct8x8_quant vp9_fdct8x8_quant_ssse3 macro
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 396 vp9_fdct8x8_quant(src_diff, diff_stride, coeff, 64,
    [all...]

Completed in 43 milliseconds