OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:past_gain_pit
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ec_gains.h
102
Word16
past_gain_pit
;
member in struct:__anon19273
/frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp
153
/* 4 *
past_gain_pit
*/
185
int16 *
past_gain_pit
, *past_gain_code, *past_qua_en, *gbuf, *pbuf, *prev_gc;
local
193
past_gain_pit
= mem + 4;
220
*
past_gain_pit
= tmp;
222
if (*
past_gain_pit
> 15565)
224
*
past_gain_pit
= 15565; /* 0.95 in Q14 */
230
*gain_pit = mult_int16(pdown_unusable[state], *
past_gain_pit
);
234
*gain_pit = mult_int16(pdown_usable[state], *
past_gain_pit
);
287
pbuf[4] = *
past_gain_pit
;
355
*
past_gain_pit
= *gain_pit
[
all
...]
Completed in 453 milliseconds