Home
last modified time | relevance | path

Searched refs:celt_norm (Results 1 – 9 of 9) sorted by relevance

/external/libopus/celt/mips/
Dvq_mipsr1.h40 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, int N, opus_val…
41 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread);
42 static void renormalise_vector_mips(celt_norm *X, int N, opus_val16 gain, int arch);
45 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s) in exp_rotation1()
49 celt_norm *Xptr; in exp_rotation1()
54 celt_norm x1, x2; in exp_rotation1()
63 celt_norm x1, x2; in exp_rotation1()
76 void renormalise_vector_mips(celt_norm *X, int N, opus_val16 gain, int arch) in renormalise_vector_mips()
85 celt_norm *xptr = X; in renormalise_vector_mips()
/external/libopus/celt/
Dbands.h54 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,
70 int spreading_decision(const CELTMode *m, const celt_norm *X, int *average,
78 void haar1(celt_norm *X, int N0, int stride);
104 celt_norm * X, celt_norm * Y, unsigned char *collapse_masks,
110 void anti_collapse(const CELTMode *m, celt_norm *X_,
Dvq.h54 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B,
68 unsigned alg_unquant(celt_norm *X, int N, int K, int spread, int B,
71 void renormalise_vector(celt_norm *X, int N, opus_val16 gain, int arch);
73 int stereo_itheta(const celt_norm *X, const celt_norm *Y, int stereo, int N, int arch);
Dvq.c43 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s) in exp_rotation1()
47 celt_norm *Xptr; in exp_rotation1()
52 celt_norm x1, x2; in exp_rotation1()
61 celt_norm x1, x2; in exp_rotation1()
70 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) in exp_rotation()
117 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X, in normalise_residual()
161 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, ec_enc *enc in alg_quant()
167 VARDECL(celt_norm, y); in alg_quant()
182 ALLOC(y, N, celt_norm); in alg_quant()
236 y[j] = (celt_norm)iy[j]; in alg_quant()
[all …]
Dbands.c136 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands()
176 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands()
195 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands()
202 const celt_norm * OPUS_RESTRICT x; in denormalise_bands()
267 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, … in anti_collapse()
304 celt_norm *X; in anti_collapse()
363 static void intensity_stereo(const CELTMode *m, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS… in intensity_stereo()
380 celt_norm r, l; in intensity_stereo()
388 static void stereo_split(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, int N) in stereo_split()
401 static void stereo_merge(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, opus_val16 mid, … in stereo_merge()
[all …]
Dcelt_decoder.c279 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[], in celt_synthesis()
454 celt_norm *X; in celt_decode_lost()
456 VARDECL(celt_norm, X); in celt_decode_lost()
468 X = (celt_norm*)(out_syn[C-1]+overlap/2); in celt_decode_lost()
470 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_decode_lost()
493 X[boffs+j] = (celt_norm)((opus_int32)seed>>20); in celt_decode_lost()
720 celt_norm *X;
722 VARDECL(celt_norm, X);
975 X = (celt_norm*)(out_syn[CC-1]+overlap/2);
977 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
Darch.h98 typedef opus_val16 celt_norm; typedef
152 typedef float celt_norm; typedef
Dcelt_encoder.c537 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias) in l1_metric()
551 int *tf_res, int lambda, celt_norm *X, int N0, int LM, in tf_analysis()
560 VARDECL(celt_norm, tmp); in tf_analysis()
561 VARDECL(celt_norm, tmp_1); in tf_analysis()
572 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis()
573 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()
838 static int stereo_analysis(const CELTMode *m, const celt_norm *X, in stereo_analysis()
1321 VARDECL(celt_norm, X); in celt_encode_with_ec()
1758 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_encode_with_ec()
Dcelt.h220 void celt_synthesis(const CELTMode *mode, celt_norm *X, celt_sig * out_syn[],