Searched defs:LTPredCodGain_Q7 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dfind_LTP_FIX.c46 opus_int *LTPredCodGain_Q7, /* O LTP coding gain */
146 if( LTPredCodGain_Q7 != NULL ) {
157 *LTPredCodGain_Q7 = ( opus_int )silk_SMULBB( 3, silk_lin2log( div_Q16 ) - ( 16 << 7 ) );
159 silk_assert( *LTPredCodGain_Q7 == ( opus_int )silk_SAT16( silk_MUL( 3, silk_lin2log( div_Q16 ) - ( 16 << 7 ) ) ) );
43 silk_find_LTP_FIX( opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], opus_int *LTPredCodGain_Q7, const opus_int16 r_lpc[], const opus_int lag[ MAX_NB_SUBFR ], const opus_int32 Wght_Q15[ MAX_NB_SUBFR ], const opus_int subfr_length, const opus_int nb_subfr, const opus_int mem_offset, opus_int corr_rshifts[ MAX_NB_SUBFR ] ) argument
H A Dstructs_FIX.h104 opus_int LTPredCodGain_Q7; member in struct:__anon13979
/external/libopus/silk/fixed/
H A Dfind_LTP_FIX.c46 opus_int *LTPredCodGain_Q7, /* O LTP coding gain */
146 if( LTPredCodGain_Q7 != NULL ) {
157 *LTPredCodGain_Q7 = ( opus_int )silk_SMULBB( 3, silk_lin2log( div_Q16 ) - ( 16 << 7 ) );
159 silk_assert( *LTPredCodGain_Q7 == ( opus_int )silk_SAT16( silk_MUL( 3, silk_lin2log( div_Q16 ) - ( 16 << 7 ) ) ) );
43 silk_find_LTP_FIX( opus_int16 b_Q14[ MAX_NB_SUBFR * LTP_ORDER ], opus_int32 WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], opus_int *LTPredCodGain_Q7, const opus_int16 r_lpc[], const opus_int lag[ MAX_NB_SUBFR ], const opus_int32 Wght_Q15[ MAX_NB_SUBFR ], const opus_int subfr_length, const opus_int nb_subfr, const opus_int mem_offset, opus_int corr_rshifts[ MAX_NB_SUBFR ] ) argument
H A Dstructs_FIX.h104 opus_int LTPredCodGain_Q7; member in struct:__anon23744

Completed in 128 milliseconds