/external/libopus/celt/ |
D | bands.h | 54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… 61 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, 69 int spreading_decision(const CELTMode *m, celt_norm *X, int *average, 77 void haar1(celt_norm *X, int N0, int stride); 102 … celt_norm * X, celt_norm * Y, unsigned char *collapse_masks, const celt_ener *bandE, int *pulses, 106 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, …
|
D | vq.h | 49 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, 63 unsigned alg_unquant(celt_norm *X, int N, int K, int spread, int B, 66 void renormalise_vector(celt_norm *X, int N, opus_val16 gain); 68 int stereo_itheta(celt_norm *X, celt_norm *Y, int stereo, int N);
|
D | vq.c | 41 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s) in exp_rotation1() 44 celt_norm *Xptr; in exp_rotation1() 48 celt_norm x1, x2; in exp_rotation1() 57 celt_norm x1, x2; in exp_rotation1() 65 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) in exp_rotation() 112 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, in normalise_residual() 154 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, ec_enc *enc in alg_quant() 160 VARDECL(celt_norm, y); in alg_quant() 175 ALLOC(y, N, celt_norm); in alg_quant() 229 y[j] = (celt_norm)iy[j]; in alg_quant() [all …]
|
D | bands.c | 131 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands() 173 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands() 192 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands() 201 const celt_norm * OPUS_RESTRICT x; in denormalise_bands() 258 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, … in anti_collapse() 294 celt_norm *X; in anti_collapse() 353 static void intensity_stereo(const CELTMode *m, celt_norm *X, celt_norm *Y, const celt_ener *bandE,… in intensity_stereo() 370 celt_norm r, l; in intensity_stereo() 378 static void stereo_split(celt_norm *X, celt_norm *Y, int N) in stereo_split() 383 celt_norm r, l; in stereo_split() [all …]
|
D | arch.h | 92 typedef opus_val16 celt_norm; typedef 137 typedef float celt_norm; typedef
|
D | celt_encoder.c | 535 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias) in l1_metric() 549 int *tf_res, int lambda, celt_norm *X, int N0, int LM, in tf_analysis() 558 VARDECL(celt_norm, tmp); in tf_analysis() 559 VARDECL(celt_norm, tmp_1); in tf_analysis() 570 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis() 571 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis() 754 static int alloc_trim_analysis(const CELTMode *m, const celt_norm *X, in alloc_trim_analysis() 857 static int stereo_analysis(const CELTMode *m, const celt_norm *X, in stereo_analysis() 1255 VARDECL(celt_norm, X); in celt_encode_with_ec() 1686 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_encode_with_ec()
|
D | celt_decoder.c | 377 VARDECL(celt_norm, X); in celt_decode_lost() 389 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_decode_lost() 417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20); in celt_decode_lost() 662 VARDECL(celt_norm, X); 896 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
|