Home | History | Annotate | Download | only in celt

Lines Matching refs:celt_norm

136 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)
176 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)
195 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
202 const celt_norm * OPUS_RESTRICT x;
267 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, int size,
304 celt_norm *X;
363 static void intensity_stereo(const CELTMode *m, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS_RESTRICT Y, const celt_ener *bandE, int bandID, int N)
380 celt_norm r, l;
388 static void stereo_split(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, int N)
401 static void stereo_merge(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, opus_val16 mid, int N, int arch)
444 celt_norm r, l;
454 int spreading_decision(const CELTMode *m, const celt_norm *X, int *average,
475 const celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0;
558 static void deinterleave_hadamard(celt_norm *X, int N0, int stride, int hadamard)
561 VARDECL(celt_norm, tmp);
565 ALLOC(tmp, N, celt_norm);
584 static void interleave_hadamard(celt_norm *X, int N0, int stride, int hadamard)
587 VARDECL(celt_norm, tmp);
591 ALLOC(tmp, N, celt_norm);
607 void haar1(celt_norm *X, int N0, int stride)
672 celt_norm *X, celt_norm *Y, int N, int *b, int B, int B0,
845 static unsigned quant_band_n1(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, int b,
846 celt_norm *lowband_out)
855 celt_norm *x = X;
890 static unsigned quant_partition(struct band_ctx *ctx, celt_norm *X,
891 int N, int b, int B, celt_norm *lowband,
907 celt_norm *Y=NULL;
928 celt_norm *next_lowband2=NULL;
1043 X[j] = (celt_norm)((opus_int32)ctx->seed>>20);
1070 static unsigned quant_band(struct band_ctx *ctx, celt_norm *X,
1071 int N, int b, int B, celt_norm *lowband,
1072 int LM, celt_norm *lowband_out,
1073 opus_val16 gain, celt_norm *lowband_scratch, int fill)
1202 static unsigned quant_band_stereo(struct band_ctx *ctx, celt_norm *X, celt_norm *Y,
1203 int N, int b, int B, celt_norm *lowband,
1204 int LM, celt_norm *lowband_out,
1205 celt_norm *lowband_scratch, int fill)
1258 celt_norm *x2, *y2;
1292 celt_norm tmp;
1364 celt_norm *X_, celt_norm *Y_, unsigned char *collapse_masks,
1373 celt_norm * OPUS_RESTRICT norm, * OPUS_RESTRICT norm2;
1374 VARDECL(celt_norm, _norm);
1375 celt_norm *lowband_scratch;
1395 ALLOC(_norm, C*(M*eBands[m->nbEBands-1]-norm_offset), celt_norm);
1418 celt_norm * OPUS_RESTRICT X, * OPUS_RESTRICT Y;