OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redundancy_bytes
(Results
1 - 2
of
2
) sorted by null
/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 201 milliseconds