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

/external/chromium_org/third_party/opus/src/silk/float/
H A Dfind_LTP_FLP.c38 silk_float *LTPredCodGain, /* O LTP coding gain */
85 if( LTPredCodGain != NULL ) {
94 *LTPredCodGain = 3.0f * silk_log2( LPC_res_nrg / LPC_LTP_res_nrg );
35 silk_find_LTP_FLP( silk_float b[ MAX_NB_SUBFR * LTP_ORDER ], silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], silk_float *LTPredCodGain, const silk_float r_lpc[], const opus_int lag[ MAX_NB_SUBFR ], const silk_float Wght[ MAX_NB_SUBFR ], const opus_int subfr_length, const opus_int nb_subfr, const opus_int mem_offset ) argument
H A Dstructs_FLP.h104 silk_float LTPredCodGain; member in struct:__anon14722
/external/libopus/silk/float/
H A Dfind_LTP_FLP.c38 silk_float *LTPredCodGain, /* O LTP coding gain */
85 if( LTPredCodGain != NULL ) {
94 *LTPredCodGain = 3.0f * silk_log2( LPC_res_nrg / LPC_LTP_res_nrg );
35 silk_find_LTP_FLP( silk_float b[ MAX_NB_SUBFR * LTP_ORDER ], silk_float WLTP[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], silk_float *LTPredCodGain, const silk_float r_lpc[], const opus_int lag[ MAX_NB_SUBFR ], const silk_float Wght[ MAX_NB_SUBFR ], const opus_int subfr_length, const opus_int nb_subfr, const opus_int mem_offset ) argument
H A Dstructs_FLP.h104 silk_float LTPredCodGain; member in struct:__anon24553

Completed in 436 milliseconds