Home
last modified time | relevance | path

Searched defs:coefs (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvf_hqdn3d.h33 int16_t *coefs[4]; member
H A Dasrc_sinc.c140 static const float coefs[][4] = { in kaiser_beta() local
H A Dvf_ssim.c59 double coefs[4]; member
H A Daf_mcompand.c64 double coefs[3 *(N+1)]; member
[all...]
H A Daf_aiir.c500 static int expand(AVFilterContext *ctx, double *pz, int n, double *coefs) in expand() argument
/third_party/ffmpeg/libavcodec/
H A Dflacdsp_lpc_template.c48 lpc_encode_unrolled(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift, int big) lpc_encode_unrolled() argument
108 flac_lpc_encode_c(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift) flac_lpc_encode_c() argument
[all...]
H A Daacenc_tns.c165 double gain, coefs[MAX_LPC_ORDER]; in ff_aac_search_for_tns() local
H A Dlpc.c201 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int min_shift, int max_shift, int zero_shift) ff_lpc_calc_coefs() argument
H A Daacdec_fixed.c153 static void vector_pow43(int *coefs, int len) in vector_pow43() argument
198 static void noise_scale(int *coefs, int scale, int band_energy, int len) in noise_scale() argument
[all...]
H A Dwmaenc.c242 float *coefs, *exponents, mult; in encode_block() local
[all...]
H A Daaccoder_twoloop.h378 const float *coefs = &sce->coeffs[start]; in search_for_quantizers_twoloop() local
H A Dwmadec.c639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
[all...]
H A Dra144.c1545 int ff_eval_refl(int *refl, const int16_t *coefs, AVCodecContext *avctx) in ff_eval_refl() argument
1593 void ff_eval_coefs(int *coefs, const int *refl) in ff_eval_coefs() argument
H A Dra144enc.c136 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score() argument
240 static void find_best_vect(float *work, const float *coefs, in find_best_vect() argument
192 adaptive_cb_search(const int16_t *adapt_cb, float *work, const float *coefs, float *data) adaptive_cb_search() argument
275 fixed_cb_search(float *work, const float *coefs, float *data, int cba_idx, int *cb1_idx, int *cb2_idx) fixed_cb_search() argument
330 float coefs[LPC_ORDER]; ra144_encode_subblock() local
[all...]
H A Dvc1dec.c62 int coefs[2][7]; member
[all...]
H A Dsiren.c573 decode_vector(SirenContext *s, int number_of_regions, float *decoder_standard_deviation, int *power_categories, float *coefs, int scale_factor) decode_vector() argument
H A Dalacenc.c156 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in calc_predictor_params() local
H A 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
H A Daacpsy.c600 calc_thr_3gpp(const FFPsyWindowInfo *wi, const int num_bands, AacPsyChannel *pch, const uint8_t *band_sizes, const float *coefs, const int cutoff) calc_thr_3gpp() argument
652 psy_3gpp_analyze_channel(FFPsyContext *ctx, int channel, const float *coefs, const FFPsyWindowInfo *wi) psy_3gpp_analyze_channel() argument
H A Dflacenc.c86 int32_t coefs[MAX_LPC_ORDER]; member
795 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in encode_residual_ch() local
[all...]
/third_party/ffmpeg/libswresample/
H A Dnoise_shaping_data.c23 double const * coefs; member
/third_party/ffmpeg/libavcodec/mips/
H A Daacpsy_mips.h63 calc_thr_3gpp_mips(const FFPsyWindowInfo *wi, const int num_bands, AacPsyChannel *pch, const uint8_t *band_sizes, const float *coefs, const int cutoff) calc_thr_3gpp_mips() argument
/third_party/libsnd/src/ALAC/
H A Ddp_enc.c45 init_coefs (int16_t * coefs, uint32_t denshift, int32_t numPairs) in init_coefs() argument
75 pc_block (int32_t * in, int32_t * pc1, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshift) in pc_block() argument
[all...]
H A Ddp_dec.c55 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, uint32_t chanbits, uint32_t denshift) in unpc_block() argument
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A 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); jsimd_encode_mcu_AC_refine_prepare_neon() local
[all...]

Completed in 35 milliseconds

12