Searched refs:TILT_FAC (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_cnst.h110 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dcnst.h57 #define TILT_FAC 22282 /* tilt factor (denominator) (0.68 in Q15) */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c443 Deemph2(wsp, TILT_FAC, L_FRAME, &(st->mem_wsp));
773 Deemph2(xn, TILT_FAC, L_SUBFR, &(st->mem_w0));
782 Preemph2(code + M, TILT_FAC, L_SUBFR / 2, &tmp);
820 Deemph2(h1, TILT_FAC, L_SUBFR, &tmp); /* h1 in Q14 */

Completed in 82 milliseconds