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

  /external/chromium_org/third_party/opus/src/src/
opus_decoder.c 227 int redundancy_bytes = 0; local
398 /* redundancy_bytes will be at least two, in the non-hybrid
400 redundancy_bytes = mode==MODE_HYBRID ?
403 len -= redundancy_bytes;
409 redundancy_bytes = 0;
413 dec.storage -= redundancy_bytes;
464 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
517 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);
opus_encoder.c 939 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */ local
    [all...]
  /external/libopus/src/
opus_decoder.c 227 int redundancy_bytes = 0; local
398 /* redundancy_bytes will be at least two, in the non-hybrid
400 redundancy_bytes = mode==MODE_HYBRID ?
403 len -= redundancy_bytes;
409 redundancy_bytes = 0;
413 dec.storage -= redundancy_bytes;
464 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes,
517 celt_decode_with_ec(celt_dec, data+len, redundancy_bytes, redundant_audio, F5, NULL);
opus_encoder.c 939 int redundancy_bytes = 0; /* Number of bytes to use for redundancy frame */ local
    [all...]

Completed in 36 milliseconds