HomeSort by relevance Sort by last modified time
    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));
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 */
    [all...]

Completed in 530 milliseconds