OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tf_changed
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
celt_decoder.c
290
int
tf_changed
;
local
300
tf_changed
= curr = 0;
307
tf_changed
|= curr;
314
tf_select_table[LM][4*isTransient+0+
tf_changed
] !=
315
tf_select_table[LM][4*isTransient+2+
tf_changed
])
[
all
...]
celt_encoder.c
717
int
tf_changed
;
local
727
curr =
tf_changed
= 0;
735
tf_changed
|= curr;
743
tf_select_table[LM][4*isTransient+0+
tf_changed
]!=
744
tf_select_table[LM][4*isTransient+2+
tf_changed
])
[
all
...]
/external/libopus/celt/
celt_decoder.c
290
int
tf_changed
;
local
300
tf_changed
= curr = 0;
307
tf_changed
|= curr;
314
tf_select_table[LM][4*isTransient+0+
tf_changed
] !=
315
tf_select_table[LM][4*isTransient+2+
tf_changed
])
[
all
...]
celt_encoder.c
717
int
tf_changed
;
local
727
curr =
tf_changed
= 0;
735
tf_changed
|= curr;
743
tf_select_table[LM][4*isTransient+0+
tf_changed
]!=
744
tf_select_table[LM][4*isTransient+2+
tf_changed
])
[
all
...]
/external/mksh/src/
histrap.c
1249
old_changed = p->flags &
TF_CHANGED
;
1250
p->flags &= ~
TF_CHANGED
;
1261
if (p->flags &
TF_CHANGED
)
1262
/* don't clear
TF_CHANGED
*/
1316
p->flags |=
TF_CHANGED
;
[
all
...]
sh.h
863
#define
TF_CHANGED
BIT(8) /* used by runtrap() to detect trap changes */
[
all
...]
Completed in 192 milliseconds