OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_select_table
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
celt.h
189
extern const signed char
tf_select_table
[4][8];
celt.c
174
const signed char
tf_select_table
[4][8] = {
variable
celt_encoder.c
640
cost0 = curr0 + abs(metric[i]-2*
tf_select_table
[LM][4*isTransient+2*sel+0]);
641
cost1 = curr1 + abs(metric[i]-2*
tf_select_table
[LM][4*isTransient+2*sel+1]);
679
cost0 = curr0 + abs(metric[i]-2*
tf_select_table
[LM][4*isTransient+2*tf_select+0]);
680
cost1 = curr1 + abs(metric[i]-2*
tf_select_table
[LM][4*isTransient+2*tf_select+1]);
732
tf_select_table
[LM][4*isTransient+0+tf_changed]!=
733
tf_select_table
[LM][4*isTransient+2+tf_changed])
738
tf_res[i] =
tf_select_table
[LM][4*isTransient+2*tf_select+tf_res[i]];
[
all
...]
celt_decoder.c
314
tf_select_table
[LM][4*isTransient+0+tf_changed] !=
315
tf_select_table
[LM][4*isTransient+2+tf_changed])
321
tf_res[i] =
tf_select_table
[LM][4*isTransient+2*tf_select+tf_res[i]];
[
all
...]
Completed in 7837 milliseconds