OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pitch_fac
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
spstproc.cpp
199
Word16
pitch_fac
;
local
209
pitch_fac
= gain_pit;
215
pitch_fac
= gain_pit >> 1;
251
*
pitch_fac
Q13 Q14
263
L_temp = ((Word32) * (p_exc++) *
pitch_fac
) << 1;
264
L_temp2 = ((Word32) * (p_exc--) *
pitch_fac
) << 1;
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.h
176
Word16
pitch_fac
, /* i Q14 : pitch factor used to scale the
ph_disp.cpp
398
pitch_fac
= pitch factor used to scale the LTP excitation (Word16)
446
Word16
pitch_fac
, // i Q14 : pitch factor used to scale the
618
L_temp = L_mult ( x[i],
pitch_fac
);
662
Word16
pitch_fac
, /* i Q14 : pitch factor used to scale the
886
L_temp = L_mult(x[i],
pitch_fac
, pOverflow);
dec_amr.cpp
573
Word16 gain_pit, gain_code, gain_code_mix, pit_sharp, pit_flag,
pitch_fac
;
1380
Word16
pitch_fac
;
local
[
all
...]
Completed in 19 milliseconds