/third_party/ffmpeg/libavfilter/ |
H A D | vf_hqdn3d.h | 33 int16_t *coefs[4]; member
|
H A D | asrc_sinc.c | 140 static const float coefs[][4] = { in kaiser_beta() local
|
H A D | vf_ssim.c | 59 double coefs[4]; member
|
H A D | af_mcompand.c | 64 double coefs[3 *(N+1)]; member [all...] |
H A D | af_aiir.c | 500 static int expand(AVFilterContext *ctx, double *pz, int n, double *coefs) in expand() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | flacdsp_lpc_template.c | 48 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 D | aacenc_tns.c | 165 double gain, coefs[MAX_LPC_ORDER]; in ff_aac_search_for_tns() local
|
H A D | lpc.c | 201 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 D | aacdec_fixed.c | 153 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 D | wmaenc.c | 242 float *coefs, *exponents, mult; in encode_block() local [all...] |
H A D | aaccoder_twoloop.h | 378 const float *coefs = &sce->coeffs[start]; in search_for_quantizers_twoloop() local
|
H A D | wmadec.c | 639 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local [all...] |
H A D | ra144.c | 1545 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 D | ra144enc.c | 136 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 D | vc1dec.c | 62 int coefs[2][7]; member [all...] |
H A D | siren.c | 573 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 D | alacenc.c | 156 int32_t coefs[MAX_LPC_ORDER][MAX_LPC_ORDER]; in calc_predictor_params() local
|
H A D | aaccoder.c | 306 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 D | aacpsy.c | 600 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 D | flacenc.c | 86 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 D | noise_shaping_data.c | 23 double const * coefs; member
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aacpsy_mips.h | 63 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 D | dp_enc.c | 45 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 D | dp_dec.c | 55 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 D | jcphuff-neon.c | 147 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...] |