Skip to content
Snippets Groups Projects
Verified Commit b7f2a343 authored by Jan Buethe's avatar Jan Buethe Committed by Jean-Marc Valin
Browse files

fixed debug code

parent 5ad80f37
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ void dred_encode_silk_frame(DREDEnc *enc, const opus_int16 *silk_frame)
ec_dec_init(&ec_dec, ec_get_buffer(&enc->ec_encoder), bytes);
dred_decode_state(&ec_dec, state);
q_level = DRED_ENC_Q0;
offset = q_level * DRED_LATENT_DIM;
dred_decode_latents(
&ec_dec,
latents,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment