OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diff_table
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/src/
opus_multistream_encoder.c
188
static const opus_val16
diff_table
[17] = {
local
211
return max +
diff_table
[low] + MULT16_16_Q15(frac, SUB16(
diff_table
[low+1],
diff_table
[low]));
[
all
...]
/external/libopus/src/
opus_multistream_encoder.c
188
static const opus_val16
diff_table
[17] = {
local
211
return max +
diff_table
[low] + MULT16_16_Q15(frac, SUB16(
diff_table
[low+1],
diff_table
[low]));
[
all
...]
Completed in 1162 milliseconds