Searched refs:silk_LTPScales_table_Q14 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/fixed/
H A DLTP_scale_ctrl_FIX.c52 psEncCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ];
/external/chromium_org/third_party/opus/src/silk/float/
H A DLTP_scale_ctrl_FLP.c51 psEncCtrl->LTP_scale = (silk_float)silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ] / 16384.0f;
H A Dwrappers_FLP.c151 LTP_scale_Q14 = silk_LTPScales_table_Q14[ psIndices->LTP_scaleIndex ];
/external/libopus/silk/fixed/
H A DLTP_scale_ctrl_FIX.c52 psEncCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ];
/external/libopus/silk/float/
H A DLTP_scale_ctrl_FLP.c51 psEncCtrl->LTP_scale = (silk_float)silk_LTPScales_table_Q14[ psEnc->sCmn.indices.LTP_scaleIndex ] / 16384.0f;
H A Dwrappers_FLP.c151 LTP_scale_Q14 = silk_LTPScales_table_Q14[ psIndices->LTP_scaleIndex ];
/external/chromium_org/third_party/opus/src/silk/
H A Dtables_other.c100 const opus_int16 silk_LTPScales_table_Q14[ 3 ] = { 15565, 12288, 8192 }; variable
H A Dtables.h86 extern const opus_int16 silk_LTPScales_table_Q14[ 3 ]; /* 6 */
H A Ddecode_parameters.c108 psDecCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ Ix ];
/external/libopus/silk/
H A Dtables_other.c100 const opus_int16 silk_LTPScales_table_Q14[ 3 ] = { 15565, 12288, 8192 }; variable
H A Dtables.h86 extern const opus_int16 silk_LTPScales_table_Q14[ 3 ]; /* 6 */
H A Ddecode_parameters.c108 psDecCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ Ix ];

Completed in 193 milliseconds