OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WLTP
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/opus/src/silk/fixed/
find_pred_coefs_FIX.c
80
VARDECL( opus_int32,
WLTP
);
87
ALLOC(
WLTP
, psEnc->sCmn.nb_subfr * LTP_ORDER * LTP_ORDER, opus_int32 );
90
silk_find_LTP_FIX( psEncCtrl->LTPCoef_Q14,
WLTP
, &psEncCtrl->LTPredCodGain_Q7,
96
&psEnc->sCmn.sum_log_gain_Q7,
WLTP
, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr);
main_FIX.h
161
opus_int32
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
find_LTP_FIX.c
45
opus_int32
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
73
WLTP_ptr =
WLTP
;
/external/libopus/silk/fixed/
find_pred_coefs_FIX.c
80
VARDECL( opus_int32,
WLTP
);
87
ALLOC(
WLTP
, psEnc->sCmn.nb_subfr * LTP_ORDER * LTP_ORDER, opus_int32 );
90
silk_find_LTP_FIX( psEncCtrl->LTPCoef_Q14,
WLTP
, &psEncCtrl->LTPredCodGain_Q7,
96
&psEnc->sCmn.sum_log_gain_Q7,
WLTP
, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr);
main_FIX.h
161
opus_int32
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
find_LTP_FIX.c
45
opus_int32
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
73
WLTP_ptr =
WLTP
;
/external/chromium_org/third_party/opus/src/silk/float/
find_pred_coefs_FLP.c
44
silk_float
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ];
65
silk_find_LTP_FLP( psEncCtrl->LTPCoef,
WLTP
, &psEncCtrl->LTPredCodGain, res_pitch,
70
&psEnc->sCmn.sum_log_gain_Q7,
WLTP
, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr );
find_LTP_FLP.c
37
silk_float
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
56
WLTP_ptr =
WLTP
;
main_FLP.h
157
silk_float
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
/external/libopus/silk/float/
find_pred_coefs_FLP.c
44
silk_float
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ];
65
silk_find_LTP_FLP( psEncCtrl->LTPCoef,
WLTP
, &psEncCtrl->LTPredCodGain, res_pitch,
70
&psEnc->sCmn.sum_log_gain_Q7,
WLTP
, psEnc->sCmn.mu_LTP_Q9, psEnc->sCmn.LTPQuantLowComplexity, psEnc->sCmn.nb_subfr );
find_LTP_FLP.c
37
silk_float
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
56
WLTP_ptr =
WLTP
;
main_FLP.h
157
silk_float
WLTP
[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
Completed in 1754 milliseconds