OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L_gc_thres
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h
96
int32
L_gc_thres
; /* threshold for noise enhancer */
pvamrwbdecoder.cpp
194
dec_state->
L_gc_thres
= 0;
1007
if (L_tmp < st->
L_gc_thres
)
1011
if (L_tmp > st->
L_gc_thres
)
1013
L_tmp = st->
L_gc_thres
;
1020
if (L_tmp < st->
L_gc_thres
)
1022
L_tmp = st->
L_gc_thres
;
1025
st->
L_gc_thres
= L_tmp;
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cod_main.h
68
Word32
L_gc_thres
; /* threshold for noise enhancer */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
93
cod_state->
L_gc_thres
= 0;
[
all
...]
Completed in 470 milliseconds