Home
last modified time | relevance | path

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

12

/third_party/boost/boost/geometry/srs/projections/proj/
Drobin.hpp80 struct coefs { struct
81 T c0, c1, c2, c3;
/third_party/ffmpeg/libavcodec/
Dra144enc.c139 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score()
196 const float *coefs, float *data) in adaptive_cb_search()
243 static void find_best_vect(float *work, const float *coefs, in find_best_vect()
278 static void fixed_cb_search(float *work, const float *coefs, float *data, in fixed_cb_search()
333 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.c154 static void vector_pow43(int *coefs, int len) in vector_pow43()
199 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.c234 float *coefs, *exponents, mult; in encode_block() local
Daaccoder.c306 const float *coefs = &sce->coeffs[start]; in search_for_quantizers_anmr() local
474 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()
Dwmadec.c622 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
Dwma.h117 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE]; member
Dvc1dec.c58 int coefs[2][7]; member
Dsiren.c560 int *power_categories, float *coefs, int scale_factor) in decode_vector()
/third_party/gstreamer/gstplugins_bad/gst/siren/
Dhuffman.c55 compute_region_powers (int number_of_regions, float *coefs, int *drp_num_bits, in compute_region_powers()
220 int number_of_available_bits, float *coefs, in quantize_mlt()
308 int *power_categories, float *coefs, int scale_factor) in decode_vector()
Ddecoder.c100 float coefs[320]; in Siren7_DecodeFrame() local
Drmlt.c92 siren_rmlt_decode_samples (float *coefs, float *old_coefs, int dct_length, in siren_rmlt_decode_samples()
Dencoder.c111 float coefs[320]; in Siren7_EncodeFrame() local
/third_party/libsnd/src/ALAC/
Ddp_enc.c43 init_coefs (int16_t * coefs, uint32_t denshift, int32_t numPairs) in init_coefs()
73 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.c53 unpc_block (const int32_t * pc1, int32_t * out, int32_t num, int16_t * coefs, int32_t numactive, ui… in unpc_block()
/third_party/boost/libs/graph/example/
Dclustering_coefficient.cpp53 ClusteringContainer coefs(num_vertices(g)); in main() local
/third_party/ffmpeg/libavfilter/
Dvf_hqdn3d.h33 int16_t *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/boost/libs/multiprecision/example/
Dfloating_point_examples.cpp368 static const std::array<mp_type, 32U> coefs = in mysin() local

12