HomeSort by relevance Sort by last modified time
    Searched refs:pit_sharp (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp 573 Word16 gain_pit, gain_code, gain_code_mix, pit_sharp, pit_flag, pitch_fac;
839 pit_sharp = shl (st->sharp, 1);
848 pit_sharp = shl (st->sharp, 1);
857 pit_sharp = shl (st->sharp, 1);
866 pit_sharp = shl (st->sharp, 1);
873 pit_sharp = shl (st->sharp, 1);
892 // pit_sharp = gain_pit;
893 // if (pit_sharp > 1.0) pit_sharp = 1.0;
895 pit_sharp = shl (gain_pit, 1)
1378 Word16 pit_sharp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 333 int16 pit_sharp; local
803 Pit_shrp(code, tmp, PIT_SHARP, L_SUBFR);
913 pit_sharp = shl_int16(gain_pit, 1);
915 if (pit_sharp > 16384)
919 tmp = mult_int16(exc2[i], pit_sharp);
928 pit_sharp = 0;
1077 if (pit_sharp > 16384)
    [all...]

Completed in 262 milliseconds