OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLSFInterpCoef_Q2
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
process_NLSFs.c
51
silk_assert( psEncC->useInterpolatedNLSFs == 1 || psEncC->indices.
NLSFInterpCoef_Q2
== ( 1 << 2 ) );
70
doInterpolate = ( psEncC->useInterpolatedNLSFs == 1 ) && ( psEncC->indices.
NLSFInterpCoef_Q2
< 4 );
74
psEncC->indices.
NLSFInterpCoef_Q2
, psEncC->predictLPCOrder );
80
i_sqr_Q15 = silk_LSHIFT( silk_SMULBB( psEncC->indices.
NLSFInterpCoef_Q2
, psEncC->indices.
NLSFInterpCoef_Q2
), 11 );
96
psEncC->indices.
NLSFInterpCoef_Q2
, psEncC->predictLPCOrder );
decode_parameters.c
60
psDec->indices.
NLSFInterpCoef_Q2
= 4;
63
if( psDec->indices.
NLSFInterpCoef_Q2
< 4 ) {
67
pNLSF0_Q15[ i ] = psDec->prevNLSF_Q15[ i ] + silk_RSHIFT( silk_MUL( psDec->indices.
NLSFInterpCoef_Q2
,
decode_indices.c
95
psDec->indices.
NLSFInterpCoef_Q2
= (opus_int8)ec_dec_icdf( psRangeDec, silk_NLSF_interpolation_factor_iCDF, 8 );
97
psDec->indices.
NLSFInterpCoef_Q2
= 4;
encode_indices.c
108
silk_assert( psIndices->
NLSFInterpCoef_Q2
>= 0 && psIndices->
NLSFInterpCoef_Q2
< 5 );
109
ec_enc_icdf( psRangeEnc, psIndices->
NLSFInterpCoef_Q2
, silk_NLSF_interpolation_factor_iCDF, 8 );
structs.h
123
opus_int8
NLSFInterpCoef_Q2
;
decode_core.c
64
if( psDec->indices.
NLSFInterpCoef_Q2
< 1 << 2 ) {
NSQ.c
106
if( psIndices->
NLSFInterpCoef_Q2
== 4 ) {
NSQ_del_dec.c
172
if( psIndices->
NLSFInterpCoef_Q2
== 4 ) {
[
all
...]
/external/chromium_org/third_party/opus/src/silk/float/
find_LPC_FLP.c
56
psEncC->indices.
NLSFInterpCoef_Q2
= 4;
88
psEncC->indices.
NLSFInterpCoef_Q2
= (opus_int8)k;
97
if( psEncC->indices.
NLSFInterpCoef_Q2
== 4 ) {
102
silk_assert( psEncC->indices.
NLSFInterpCoef_Q2
== 4 ||
/external/chromium_org/third_party/opus/src/silk/fixed/
find_LPC_FIX.c
59
psEncC->indices.
NLSFInterpCoef_Q2
= 4;
134
psEncC->indices.
NLSFInterpCoef_Q2
= (opus_int8)k;
139
if( psEncC->indices.
NLSFInterpCoef_Q2
== 4 ) {
144
silk_assert( psEncC->indices.
NLSFInterpCoef_Q2
== 4 || ( psEncC->useInterpolatedNLSFs && !psEncC->first_frame_after_reset && psEncC->nb_subfr == MAX_NB_SUBFR ) );
Completed in 90 milliseconds