Home
last modified time | relevance | path

Searched refs:TILT_FAC (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/inc/
Dcnst.h57 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */ macro
/frameworks/av/media/codecs/amrwb/dec/src/
Dpvamrwbdecoder_cnst.h110 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */ macro
/frameworks/av/media/codecs/amrwb/enc/src/
DvoAMRWBEnc.c443 Deemph2(wsp, TILT_FAC, L_FRAME, &(st->mem_wsp)); in coder()
775 Deemph2(xn, TILT_FAC, L_SUBFR, &(st->mem_w0)); in coder()
784 Preemph2(code + M, TILT_FAC, L_SUBFR / 2, &tmp); in coder()
822 Deemph2(h1, TILT_FAC, L_SUBFR, &tmp); /* h1 in Q14 */ in coder()