Home
last modified time | relevance | path

Searched defs:coefs (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dra144enc.c136 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score()
193 const float *coefs, float *data) in adaptive_cb_search()
240 static void find_best_vect(float *work, const float *coefs, in find_best_vect()
275 static void fixed_cb_search(float *work, const float *coefs, float *data, in fixed_cb_search()
330 float coefs[LPC_ORDER]; in ra144_encode_subblock() local
Daaccoder_twoloop.h378 const float *coefs = &sce->coeffs[start]; in search_for_quantizers_twoloop() local
459 const float *coefs = sce->coeffs + start; in search_for_quantizers_twoloop() local
601 const float *coefs = sce->coeffs + start; in search_for_quantizers_twoloop() local
Dra144.c1545 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) in ff_eval_refl()
1593 void ff_eval_coefs(int *coefs, const int *refl) in ff_eval_coefs()
Daacdec_fixed.c153 static void vector_pow43(int *coefs, int len) in vector_pow43()
198 static void noise_scale(int *coefs, int scale, int band_energy, int len) in noise_scale()
Daacenc_tns.c165 double gain, coefs[MAX_LPC_ORDER]; in ff_aac_search_for_tns() local
Dwmaenc.c242 float *coefs, *exponents, mult; in encode_block() local
Daaccoder.c306 const float *coefs = &sce->coeffs[start]; in search_for_quantizers_anmr() local
473 const float *coefs = sce->coeffs + start; in search_for_quantizers_fast() local
Daacpsy.c601 const uint8_t *band_sizes, const float *coefs, const int cutoff) in calc_thr_3gpp()
653 const float *coefs, const FFPsyWindowInfo *wi) in psy_3gpp_analyze_channel()
Dwma.h117 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE]; member
Dwmadec.c639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
Dvc1dec.c62 int coefs[2][7]; member
Dsiren.c575 int *power_categories, float *coefs, int scale_factor) in decode_vector()
Dflacenc.c86 int32_t coefs[MAX_LPC_ORDER]; member
795 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in encode_residual_ch() local
Dalacenc.c156 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in calc_predictor_params() local
Dh264_cabac.c1669 #define DECODE_SIGNIFICANCE( coefs, sig_off, last_off ) \ in decode_cabac_residual_internal() argument
/third_party/libsnd/src/ALAC/
Ddp_enc.c45 init_coefs (int16_t * coefs, uint32_t denshift, int32_t numPairs) in init_coefs()
75 pc_block (int32_t * in, int32_t * pc1, int32_t num, int16_t * coefs, int32_t numactive, uint32_t ch… in pc_block()
Ddp_dec.c55 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, ui… in unpc_block()
/third_party/ffmpeg/libavfilter/
Dvf_hqdn3d.h33 int16_t *coefs[4]; member
Dasrc_sinc.c140 static const float coefs[][4] = { in kaiser_beta() local
Daf_mcompand.c64 double coefs[3 *(N+1)]; member
Dvf_ssim.c59 double coefs[4]; member
/third_party/ffmpeg/libswresample/
Dnoise_shaping_data.c23 double const * coefs; member
/third_party/ffmpeg/libavcodec/mips/
Daacpsy_mips.h65 const float *coefs, const int cutoff) in calc_thr_3gpp_mips()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djcphuff-neon.c147 int16x8_t coefs = vdupq_n_s16(0); in jsimd_encode_mcu_AC_first_prepare_neon() local
387 int16x8_t coefs = vdupq_n_s16(0); in jsimd_encode_mcu_AC_refine_prepare_neon() local
/third_party/pulseaudio/src/utils/
Dqpaeq517 def set_filter(self,preamp,coefs): argument

12