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