Home
last modified time | relevance | path

Searched refs:L_gc_thres (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpvamrwbdecoder.cpp194 dec_state->L_gc_thres = 0; in pvDecoder_AmrWb_Reset()
1007 if (L_tmp < st->L_gc_thres) in pvDecoder_AmrWb()
1011 if (L_tmp > st->L_gc_thres) in pvDecoder_AmrWb()
1013 L_tmp = st->L_gc_thres; in pvDecoder_AmrWb()
1020 if (L_tmp < st->L_gc_thres) in pvDecoder_AmrWb()
1022 L_tmp = st->L_gc_thres; in pvDecoder_AmrWb()
1025 st->L_gc_thres = L_tmp; in pvDecoder_AmrWb()
De_pv_amrwbdec.h96 int32 L_gc_thres; /* threshold for noise enhancer */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dcod_main.h68 Word32 L_gc_thres; /* threshold for noise enhancer */ member
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
DvoAMRWBEnc.c93 cod_state->L_gc_thres = 0; in Reset_encoder()
1252 if(L_tmp < st->L_gc_thres) in coder()
1255 if(L_tmp > st->L_gc_thres) in coder()
1257 L_tmp = st->L_gc_thres; in coder()
1262 if(L_tmp < st->L_gc_thres) in coder()
1264 L_tmp = st->L_gc_thres; in coder()
1267 st->L_gc_thres = L_tmp; in coder()