OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loss_distortion
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
quant_bands.c
142
static opus_val32
loss_distortion
(const opus_val16 *eBands, opus_val16 *oldEBands, int start, int end, int len, int C)
function
279
new_distortion =
loss_distortion
(eBands, oldEBands, start, effEnd, m->nbEBands, C);
/external/libopus/celt/
quant_bands.c
142
static opus_val32
loss_distortion
(const opus_val16 *eBands, opus_val16 *oldEBands, int start, int end, int len, int C)
function
279
new_distortion =
loss_distortion
(eBands, oldEBands, start, effEnd, m->nbEBands, C);
Completed in 85 milliseconds