Searched refs:TILT_FAC (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/codecs/amrwb/enc/inc/ |
D | cnst.h | 57 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */ macro
|
/frameworks/av/media/codecs/amrwb/dec/src/ |
D | pvamrwbdecoder_cnst.h | 110 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */ macro
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | voAMRWBEnc.c | 443 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()
|