OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dec_state
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp
178
Decoder_State *
dec_state
;
local
180
dec_state
= (Decoder_State *) st;
182
pv_memset((void *)
dec_state
->old_exc,
184
(PIT_MAX + L_INTERPOL)*sizeof(*
dec_state
->old_exc));
186
pv_memset((void *)
dec_state
->past_isfq,
188
M*sizeof(*
dec_state
->past_isfq));
191
dec_state
->old_T0_frac = 0; /* old pitch value = 64.0 */
192
dec_state
->old_T0 = 64;
193
dec_state
->first_frame = 1;
194
dec_state
->L_gc_thres = 0
[
all
...]
Completed in 51 milliseconds