Searched refs:celt_to_silk (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_decoder.c228 int celt_to_silk=0; local
397 celt_to_silk = ec_dec_bit_logp(&dec, 1);
461 if (redundancy && celt_to_silk)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) )
512 if (redundancy && !celt_to_silk)
522 if (redundancy && celt_to_silk)
571 st->prev_redundancy = redundancy && !celt_to_silk;
H A Dopus_encoder.c940 int celt_to_silk = 0; local
1188 celt_to_silk = (st->mode != MODE_CELT_ONLY);
1189 if (!celt_to_silk)
1205 celt_to_silk = 1;
1651 celt_to_silk = 0;
1775 ec_enc_bit_logp(&enc, celt_to_silk, 1);
1814 if (redundancy && celt_to_silk)
1855 if (redundancy && !celt_to_silk)
/external/libopus/src/
H A Dopus_decoder.c228 int celt_to_silk=0; local
397 celt_to_silk = ec_dec_bit_logp(&dec, 1);
461 if (redundancy && celt_to_silk)
487 if (st->prev_mode == MODE_HYBRID && !(redundancy && celt_to_silk && st->prev_redundancy) )
512 if (redundancy && !celt_to_silk)
522 if (redundancy && celt_to_silk)
571 st->prev_redundancy = redundancy && !celt_to_silk;
H A Dopus_encoder.c940 int celt_to_silk = 0; local
1188 celt_to_silk = (st->mode != MODE_CELT_ONLY);
1189 if (!celt_to_silk)
1205 celt_to_silk = 1;
1651 celt_to_silk = 0;
1775 ec_enc_bit_logp(&enc, celt_to_silk, 1);
1814 if (redundancy && celt_to_silk)
1855 if (redundancy && !celt_to_silk)

Completed in 1346 milliseconds