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

  /external/libopus/src/
opus_encoder.c 1049 int redundancy_bytes; local
1089 int redundancy_bytes = 0; \/* Number of bytes to use for redundancy frame *\/ local
    [all...]
opus_decoder.c 223 int redundancy_bytes = 0; local
409 /* redundancy_bytes will be at least two, in the non-hybrid
411 redundancy_bytes = mode==MODE_HYBRID ?
414 len -= redundancy_bytes;
420 redundancy_bytes = 0;
424 dec.storage -= redundancy_bytes;
475 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
531 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL, 0);

Completed in 159 milliseconds