OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psIndices
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
encode_indices.c
47
const SideInfoIndices *
psIndices
;
50
psIndices
= &psEncC->indices_LBRR[ FrameIndex ];
52
psIndices
= &psEncC->indices;
58
typeOffset = 2 *
psIndices
->signalType +
psIndices
->quantOffsetType;
73
silk_assert(
psIndices
->GainsIndices[ 0 ] >= 0 &&
psIndices
->GainsIndices[ 0 ] < MAX_DELTA_GAIN_QUANT - MIN_DELTA_GAIN_QUANT + 1 );
74
ec_enc_icdf( psRangeEnc,
psIndices
->GainsIndices[ 0 ], silk_delta_gain_iCDF, 8 );
77
silk_assert(
psIndices
->GainsIndices[ 0 ] >= 0 &&
psIndices
->GainsIndices[ 0 ] < N_LEVELS_QGAIN )
[
all
...]
NSQ.c
73
SideInfoIndices *
psIndices
, /* I/O Quantization Indices */
97
NSQ->rand_seed =
psIndices
->Seed;
104
offset_Q10 = silk_Quantization_Offsets_Q10[
psIndices
->signalType >> 1 ][
psIndices
->quantOffsetType ];
106
if(
psIndices
->NLSFInterpCoef_Q2 == 4 ) {
127
if(
psIndices
->signalType == TYPE_VOICED ) {
145
silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL,
psIndices
->signalType );
147
silk_noise_shape_quantizer( NSQ,
psIndices
->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14,
NSQ_del_dec.c
109
SideInfoIndices *
psIndices
, /* I/O Quantization Indices */
147
psDD->Seed = ( k +
psIndices
->Seed ) & 3;
156
offset_Q10 = silk_Quantization_Offsets_Q10[
psIndices
->signalType >> 1 ][
psIndices
->quantOffsetType ];
162
if(
psIndices
->signalType == TYPE_VOICED ) {
172
if(
psIndices
->NLSFInterpCoef_Q2 == 4 ) {
194
if(
psIndices
->signalType == TYPE_VOICED ) {
245
psEncC->nStatesDelayedDecision, LTP_scale_Q14, Gains_Q16, pitchL,
psIndices
->signalType, decisionDelay );
247
silk_noise_shape_quantizer_del_dec( NSQ, psDelDec,
psIndices
->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15,
269
psIndices
->Seed = psDD->SeedInit
[
all
...]
main.h
231
SideInfoIndices *
psIndices
, /* I/O Quantization Indices */
250
SideInfoIndices *
psIndices
, /* I/O Quantization Indices */
/external/chromium_org/third_party/opus/src/silk/float/
wrappers_FLP.c
98
SideInfoIndices *
psIndices
, /* I/O Quantization indices */
150
if(
psIndices
->signalType == TYPE_VOICED ) {
151
LTP_scale_Q14 = silk_LTPScales_table_Q14[
psIndices
->LTP_scaleIndex ];
163
silk_NSQ_del_dec( &psEnc->sCmn, psNSQ,
psIndices
, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166
silk_NSQ( &psEnc->sCmn, psNSQ,
psIndices
, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
main_FLP.h
299
SideInfoIndices *
psIndices
, /* I/O Quantization indices */
Completed in 983 milliseconds