OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIT_SHARP
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_cnst.h
97
#define
PIT_SHARP
27853 /* pitch sharpening factor = 0.85 Q15 */
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
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
cnst.h
44
#define
PIT_SHARP
27853 /* pitch sharpening factor = 0.85 Q15 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
[
all
...]
Completed in 93 milliseconds