OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gc_thres
(Results
1 - 1
of
1
) sorted by null
/external/aac/libAACdec/src/
usacdec_acelp.cpp
406
FIXP_DBL fac, L_tmp,
gc_thres
;
local
408
gc_thres
= *p_gc_threshold;
411
if (L_tmp <
gc_thres
) {
414
if (L_tmp >
gc_thres
) {
415
L_tmp =
gc_thres
;
420
if (L_tmp <
gc_thres
) {
421
L_tmp =
gc_thres
;
[
all
...]
Completed in 92 milliseconds