/third_party/boost/boost/geometry/srs/projections/proj/ |
D | robin.hpp | 80 struct coefs { struct 81 T c0, c1, c2, c3;
|
/third_party/ffmpeg/libavcodec/ |
D | ra144enc.c | 139 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
|
D | aaccoder_twoloop.h | 378 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
|
D | ra144.c | 1545 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()
|
D | aacdec_fixed.c | 154 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()
|
D | aacenc_tns.c | 165 double gain, coefs[MAX_LPC_ORDER]; in ff_aac_search_for_tns() local
|
D | wmaenc.c | 234 float *coefs, *exponents, mult; in encode_block() local
|
D | aaccoder.c | 306 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
|
D | aacpsy.c | 601 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()
|
D | wmadec.c | 622 float *coefs, *exponents, mult, mult1, noise; in wma_decode_block() local
|
D | wma.h | 117 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE]; member
|
D | vc1dec.c | 58 int coefs[2][7]; member
|
D | siren.c | 560 int *power_categories, float *coefs, int scale_factor) in decode_vector()
|
/third_party/gstreamer/gstplugins_bad/gst/siren/ |
D | huffman.c | 55 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()
|
D | decoder.c | 100 float coefs[320]; in Siren7_DecodeFrame() local
|
D | rmlt.c | 92 siren_rmlt_decode_samples (float *coefs, float *old_coefs, int dct_length, in siren_rmlt_decode_samples()
|
D | encoder.c | 111 float coefs[320]; in Siren7_EncodeFrame() local
|
/third_party/libsnd/src/ALAC/ |
D | dp_enc.c | 43 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()
|
D | dp_dec.c | 53 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/ |
D | clustering_coefficient.cpp | 53 ClusteringContainer coefs(num_vertices(g)); in main() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hqdn3d.h | 33 int16_t *coefs[4]; member
|
/third_party/ffmpeg/libswresample/ |
D | noise_shaping_data.c | 23 double const * coefs; member
|
/third_party/ffmpeg/libavcodec/mips/ |
D | aacpsy_mips.h | 65 const float *coefs, const int cutoff) in calc_thr_3gpp_mips()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
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); in jsimd_encode_mcu_AC_refine_prepare_neon() local
|
/third_party/boost/libs/multiprecision/example/ |
D | floating_point_examples.cpp | 368 static const std::array<mp_type, 32U> coefs = in mysin() local
|