Searched defs:prevLag (Results 1 - 7 of 7) sorted by path

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dpitch_analysis_core_FIX.c87 opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoiced */
370 if( prevLag > 0 ) {
372 prevLag = silk_DIV32_16( silk_LSHIFT( prevLag, 1 ), 3 );
374 prevLag = silk_RSHIFT( prevLag, 1 );
376 prevLag_log2_Q7 = silk_lin2log( (opus_int32)prevLag );
429 if( prevLag > 0 ) {
81 silk_pitch_analysis_core( const opus_int16 *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, opus_int *LTPCorr_Q15, opus_int prevLag, const opus_int32 search_thres1_Q16, const opus_int search_thres2_Q13, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
/external/chromium_org/third_party/opus/src/silk/float/
H A Dpitch_analysis_core_FLP.c73 opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoiced */
314 if( prevLag > 0 ) {
316 prevLag = silk_LSHIFT( prevLag, 1 ) / 3;
318 prevLag = silk_RSHIFT( prevLag, 1 );
320 prevLag_log2 = silk_log2( (silk_float)prevLag );
365 if( prevLag > 0 ) {
67 silk_pitch_analysis_core_FLP( const silk_float *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, silk_float *LTPCorr, opus_int prevLag, const silk_float search_thres1, const silk_float search_thres2, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
/external/chromium_org/third_party/opus/src/silk/
H A Dstructs.h144 opus_int prevLag; member in struct:__anon14732
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddefines.h200 int16_t prevLag, prevLpc[LPC_FILTERORDER+1]; member in struct:iLBC_Dec_Inst_t_
/external/libopus/silk/fixed/
H A Dpitch_analysis_core_FIX.c87 opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoiced */
370 if( prevLag > 0 ) {
372 prevLag = silk_DIV32_16( silk_LSHIFT( prevLag, 1 ), 3 );
374 prevLag = silk_RSHIFT( prevLag, 1 );
376 prevLag_log2_Q7 = silk_lin2log( (opus_int32)prevLag );
429 if( prevLag > 0 ) {
81 silk_pitch_analysis_core( const opus_int16 *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, opus_int *LTPCorr_Q15, opus_int prevLag, const opus_int32 search_thres1_Q16, const opus_int search_thres2_Q13, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
/external/libopus/silk/float/
H A Dpitch_analysis_core_FLP.c73 opus_int prevLag, /* I Last lag of previous frame; set to zero is unvoiced */
314 if( prevLag > 0 ) {
316 prevLag = silk_LSHIFT( prevLag, 1 ) / 3;
318 prevLag = silk_RSHIFT( prevLag, 1 );
320 prevLag_log2 = silk_log2( (silk_float)prevLag );
365 if( prevLag > 0 ) {
67 silk_pitch_analysis_core_FLP( const silk_float *frame, opus_int *pitch_out, opus_int16 *lagIndex, opus_int8 *contourIndex, silk_float *LTPCorr, opus_int prevLag, const silk_float search_thres1, const silk_float search_thres2, const opus_int Fs_kHz, const opus_int complexity, const opus_int nb_subfr, int arch ) argument
/external/libopus/silk/
H A Dstructs.h144 opus_int prevLag; member in struct:__anon24563

Completed in 231 milliseconds