• Home
  • Raw
  • Download

Lines Matching refs:celt_norm

137 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR…  in normalise_bands()
177 void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, celt_norm * OPUS_RESTR… in normalise_bands()
196 void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X, in denormalise_bands()
203 const celt_norm * OPUS_RESTRICT x; in denormalise_bands()
268 void anti_collapse(const CELTMode *m, celt_norm *X_, unsigned char *collapse_masks, int LM, int C, … in anti_collapse()
305 celt_norm *X; in anti_collapse()
388 static void intensity_stereo(const CELTMode *m, celt_norm * OPUS_RESTRICT X, const celt_norm * OPUS… in intensity_stereo()
405 celt_norm r, l; in intensity_stereo()
413 static void stereo_split(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, int N) in stereo_split()
426 static void stereo_merge(celt_norm * OPUS_RESTRICT X, celt_norm * OPUS_RESTRICT Y, opus_val16 mid, … in stereo_merge()
469 celt_norm r, l; in stereo_merge()
479 int spreading_decision(const CELTMode *m, const celt_norm *X, int *average, in spreading_decision()
500 const celt_norm * OPUS_RESTRICT x = X+M*eBands[i]+c*N0; in spreading_decision()
583 static void deinterleave_hadamard(celt_norm *X, int N0, int stride, int hadamard) in deinterleave_hadamard()
586 VARDECL(celt_norm, tmp); in deinterleave_hadamard()
590 ALLOC(tmp, N, celt_norm); in deinterleave_hadamard()
609 static void interleave_hadamard(celt_norm *X, int N0, int stride, int hadamard) in interleave_hadamard()
612 VARDECL(celt_norm, tmp); in interleave_hadamard()
616 ALLOC(tmp, N, celt_norm); in interleave_hadamard()
632 void haar1(celt_norm *X, int N0, int stride) in haar1()
701 celt_norm *X, celt_norm *Y, int N, int *b, int B, int B0, in compute_theta()
904 static unsigned quant_band_n1(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, int b, in quant_band_n1()
905 celt_norm *lowband_out) in quant_band_n1()
909 celt_norm *x = X; in quant_band_n1()
944 static unsigned quant_partition(struct band_ctx *ctx, celt_norm *X, in quant_partition()
945 int N, int b, int B, celt_norm *lowband, in quant_partition()
956 celt_norm *Y=NULL; in quant_partition()
977 celt_norm *next_lowband2=NULL; in quant_partition()
1083 X[j] = (celt_norm)((opus_int32)ctx->seed>>20); in quant_partition()
1110 static unsigned quant_band(struct band_ctx *ctx, celt_norm *X, in quant_band()
1111 int N, int b, int B, celt_norm *lowband, in quant_band()
1112 int LM, celt_norm *lowband_out, in quant_band()
1113 opus_val16 gain, celt_norm *lowband_scratch, int fill) in quant_band()
1236 static unsigned quant_band_stereo(struct band_ctx *ctx, celt_norm *X, celt_norm *Y, in quant_band_stereo()
1237 int N, int b, int B, celt_norm *lowband, in quant_band_stereo()
1238 int LM, celt_norm *lowband_out, in quant_band_stereo()
1239 celt_norm *lowband_scratch, int fill) in quant_band_stereo()
1286 celt_norm *x2, *y2; in quant_band_stereo()
1320 celt_norm tmp; in quant_band_stereo()
1384 static void special_hybrid_folding(const CELTMode *m, celt_norm *norm, celt_norm *norm2, int start,… in special_hybrid_folding()
1398 celt_norm *X_, celt_norm *Y_, unsigned char *collapse_masks, in quant_all_bands()
1407 celt_norm * OPUS_RESTRICT norm, * OPUS_RESTRICT norm2; in quant_all_bands()
1408 VARDECL(celt_norm, _norm); in quant_all_bands()
1409 VARDECL(celt_norm, _lowband_scratch); in quant_all_bands()
1410 VARDECL(celt_norm, X_save); in quant_all_bands()
1411 VARDECL(celt_norm, Y_save); in quant_all_bands()
1412 VARDECL(celt_norm, X_save2); in quant_all_bands()
1413 VARDECL(celt_norm, Y_save2); in quant_all_bands()
1414 VARDECL(celt_norm, norm_save2); in quant_all_bands()
1416 celt_norm *lowband_scratch; in quant_all_bands()
1437 ALLOC(_norm, C*(M*eBands[m->nbEBands-1]-norm_offset), celt_norm); in quant_all_bands()
1448 ALLOC(_lowband_scratch, resynth_alloc, celt_norm); in quant_all_bands()
1453 ALLOC(X_save, resynth_alloc, celt_norm); in quant_all_bands()
1454 ALLOC(Y_save, resynth_alloc, celt_norm); in quant_all_bands()
1455 ALLOC(X_save2, resynth_alloc, celt_norm); in quant_all_bands()
1456 ALLOC(Y_save2, resynth_alloc, celt_norm); in quant_all_bands()
1457 ALLOC(norm_save2, resynth_alloc, celt_norm); in quant_all_bands()
1480 celt_norm * OPUS_RESTRICT X, * OPUS_RESTRICT Y; in quant_all_bands()