Searched refs:celt_norm (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dvq.h49 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);
H A Dbands.h54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M);
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, int size,
H A Dvq.c41 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s)
44 celt_norm *Xptr;
48 celt_norm x1, x2;
57 celt_norm x1, x2;
65 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
112 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X,
154 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, ec_enc *enc
160 VARDECL(celt_norm, y);
175 ALLOC(y, N, celt_norm);
229 y[j] = (celt_norm)i
[all...]
H A Dbands.c131 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
173 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
192 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
201 const celt_norm * OPUS_RESTRICT x;
258 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, int size,
294 celt_norm *X;
353 static void intensity_stereo(const CELTMode *m, celt_norm *X, celt_norm *Y, const celt_ener *bandE, int bandID, int N)
370 celt_norm r, l;
378 static void stereo_split(celt_norm *
[all...]
H A Darch.h92 typedef opus_val16 celt_norm; typedef
137 typedef float celt_norm; typedef
H A Dcelt_encoder.c535 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias)
549 int *tf_res, int lambda, celt_norm *X, int N0, int LM,
558 VARDECL(celt_norm, tmp);
559 VARDECL(celt_norm, tmp_1);
570 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
571 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
754 static int alloc_trim_analysis(const CELTMode *m, const celt_norm *X,
857 static int stereo_analysis(const CELTMode *m, const celt_norm *X,
1255 VARDECL(celt_norm, X);
1686 ALLOC(X, C*N, celt_norm); /**< Interleave
[all...]
H A Dcelt_decoder.c377 VARDECL(celt_norm, X);
389 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
662 VARDECL(celt_norm, X);
896 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
/external/libopus/celt/
H A Dvq.h49 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);
H A Dbands.h54 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M);
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, int size,
H A Dvq.c41 static void exp_rotation1(celt_norm *X, int len, int stride, opus_val16 c, opus_val16 s)
44 celt_norm *Xptr;
48 celt_norm x1, x2;
57 celt_norm x1, x2;
65 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
112 static void normalise_residual(int * OPUS_RESTRICT iy, celt_norm * OPUS_RESTRICT X,
154 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, ec_enc *enc
160 VARDECL(celt_norm, y);
175 ALLOC(y, N, celt_norm);
229 y[j] = (celt_norm)i
[all...]
H A Dbands.c131 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
173 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTRICT X, const celt_ener *bandE, int end, int C, int M)
192 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
201 const celt_norm * OPUS_RESTRICT x;
258 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, int size,
294 celt_norm *X;
353 static void intensity_stereo(const CELTMode *m, celt_norm *X, celt_norm *Y, const celt_ener *bandE, int bandID, int N)
370 celt_norm r, l;
378 static void stereo_split(celt_norm *
[all...]
H A Darch.h92 typedef opus_val16 celt_norm; typedef
137 typedef float celt_norm; typedef
H A Dcelt_encoder.c535 static opus_val32 l1_metric(const celt_norm *tmp, int N, int LM, opus_val16 bias)
549 int *tf_res, int lambda, celt_norm *X, int N0, int LM,
558 VARDECL(celt_norm, tmp);
559 VARDECL(celt_norm, tmp_1);
570 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
571 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
754 static int alloc_trim_analysis(const CELTMode *m, const celt_norm *X,
857 static int stereo_analysis(const CELTMode *m, const celt_norm *X,
1255 VARDECL(celt_norm, X);
1686 ALLOC(X, C*N, celt_norm); /**< Interleave
[all...]
H A Dcelt_decoder.c377 VARDECL(celt_norm, X);
389 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
662 VARDECL(celt_norm, X);
896 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */

Completed in 253 milliseconds