HomeSort by relevance Sort by last modified time
    Searched refs:redundancy_bytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 225 int redundancy_bytes = 0; local
378 /* redundancy_bytes will be at least two, in the non-hybrid
380 redundancy_bytes = mode==MODE_HYBRID ?
383 len -= redundancy_bytes;
389 redundancy_bytes = 0;
393 dec.storage -= redundancy_bytes;
444 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
497 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);
opus_encoder.c 971 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */ local
    [all...]

Completed in 49 milliseconds