Searched refs:pit_sharp (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.cpp573 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
1378 Word16 pit_sharp; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder.cpp333 int16 pit_sharp; local
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)

Completed in 966 milliseconds