OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TILT_FAC
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_cnst.h
110
#define
TILT_FAC
22282 /* tilt factor (denominator) (0.68 in Q15) */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cnst.h
57
#define
TILT_FAC
22282 /* tilt factor (denominator) (0.68 in Q15) */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
443
Deemph2(wsp,
TILT_FAC
, L_FRAME, &(st->mem_wsp));
775
Deemph2(xn,
TILT_FAC
, L_SUBFR, &(st->mem_w0));
784
Preemph2(code + M,
TILT_FAC
, L_SUBFR / 2, &tmp);
822
Deemph2(h1,
TILT_FAC
, L_SUBFR, &tmp); /* h1 in Q14 */
[
all
...]
Completed in 194 milliseconds