OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:A_Q24
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
find_pitch_lags_FIX.c
52
opus_int32
A_Q24
[ MAX_FIND_PITCH_LPC_ORDER ];
102
silk_k2a(
A_Q24
, rc_Q15, psEnc->sCmn.pitchEstimationLPCOrder );
106
A_Q12[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT(
A_Q24
[ i ], 12 ) );
/external/libopus/silk/fixed/
find_pitch_lags_FIX.c
52
opus_int32
A_Q24
[ MAX_FIND_PITCH_LPC_ORDER ];
102
silk_k2a(
A_Q24
, rc_Q15, psEnc->sCmn.pitchEstimationLPCOrder );
106
A_Q12[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT(
A_Q24
[ i ], 12 ) );
Completed in 2665 milliseconds