HomeSort by relevance Sort by last modified time
    Searched refs:celt_norm (Results 1 - 7 of 7) sorted by null

  /external/libopus/celt/
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);
bands.h 54 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,
vq.c 41 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)iy[j]
    [all...]
bands.c 131 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 *X, celt_norm *Y, int N
    [all...]
arch.h 92 typedef opus_val16 celt_norm; typedef
137 typedef float celt_norm; typedef
celt_encoder.c 535 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,
    [all...]
celt_decoder.c 377 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 */
    [all...]

Completed in 347 milliseconds