Home
last modified time | relevance | path

Searched refs:resynth (Results 1 – 4 of 4) sorted by relevance

/external/libopus/celt/
Dbands.c675 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 …]
Dvq.h67 opus_val16 gain, int resynth, int arch);
Dvq.c327 opus_val16 gain, int resynth, int arch) in alg_quant() argument
346 if (resynth) in alg_quant()
/external/libopus/doc/
Dopus_update.patch9 - 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…