Searched refs:resynth (Results 1 – 4 of 4) sorted by relevance
/external/libopus/celt/ |
D | bands.c | 675 int resynth; member 931 if (ctx->resynth) in quant_band_n1() 1059 cm = alg_quant(X, N, K, spread, B, ec, gain, ctx->resynth, ctx->arch); in quant_partition() 1066 if (ctx->resynth) in quant_partition() 1192 if (ctx->resynth) in quant_band() 1318 if (ctx->resynth) in quant_band_stereo() 1370 if (ctx->resynth) in quant_band_stereo() 1425 int resynth = 1; in quant_all_bands() local 1427 int resynth = !encode || theta_rdo; in quant_all_bands() local 1444 if (encode && resynth) in quant_all_bands() [all …]
|
D | vq.h | 63 opus_val16 gain, int resynth, int arch);
|
D | vq.c | 331 opus_val16 gain, int resynth, int arch) in alg_quant() argument 350 if (resynth) in alg_quant()
|
/external/libopus/doc/ |
D | opus_update.patch | 9 - if (resynth && M*eBands[i]-N >= M*eBands[start] && (update_lowband || lowband_offset==0)) 10 + if (resynth && (M*eBands[i]-N >= M*eBands[start] || i==start+1) && (update_lowband || lowban…
|