HomeSort by relevance Sort by last modified time
    Searched refs:quantOffsetType (Results 1 - 19 of 19) sorted by null

  /external/libopus/silk/
code_signs.c 46 const opus_int quantOffsetType, /* I Quantization offset type */
57 i = silk_SMULBB( 7, silk_ADD_LSHIFT( quantOffsetType, signalType, 1 ) );
80 const opus_int quantOffsetType, /* I Quantization offset type */
91 i = silk_SMULBB( 7, silk_ADD_LSHIFT( quantOffsetType, signalType, 1 ) );
decode_pulses.c 41 const opus_int quantOffsetType, /* I quantOffsetType */
114 silk_decode_signs( psRangeDec, pulses, frame_length, signalType, quantOffsetType, sum_pulses );
main.h 112 const opus_int quantOffsetType, /* I Quantization offset type */
122 const opus_int quantOffsetType, /* I Quantization offset type */
151 const opus_int quantOffsetType, /* I quantOffsetType */
408 const opus_int quantOffsetType, /* I quantOffsetType */
encode_pulses.c 63 const opus_int quantOffsetType, /* I quantOffsetType */
204 silk_encode_signs( psRangeEnc, pulses, frame_length, signalType, quantOffsetType, sum_pulses );
decode_frame.c 74 psDec->indices.quantOffsetType, psDec->frame_length );
decode_indices.c 57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 );
encode_indices.c 58 typeOffset = 2 * psIndices->signalType + psIndices->quantOffsetType;
structs.h 122 opus_int8 quantOffsetType;
decode_core.c 62 offset_Q10 = silk_Quantization_Offsets_Q10[ psDec->indices.signalType >> 1 ][ psDec->indices.quantOffsetType ];
dec_API.c 216 channel_state[ n ].indices.quantOffsetType, channel_state[ n ].frame_length );
NSQ.c 106 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
NSQ_del_dec.c 161 offset_Q10 = silk_Quantization_Offsets_Q10[ psIndices->signalType >> 1 ][ psIndices->quantOffsetType ];
    [all...]
enc_API.c 369 silk_encode_pulses( psRangeEnc, psEnc->state_Fxx[ n ].sCmn.indices_LBRR[i].signalType, psEnc->state_Fxx[ n ].sCmn.indices_LBRR[i].quantOffsetType,
  /external/libopus/silk/float/
process_gains_FLP.c 86 psEnc->sCmn.indices.quantOffsetType = 0;
88 psEnc->sCmn.indices.quantOffsetType = 1;
93 quant_offset = silk_Quantization_Offsets_Q10[ psEnc->sCmn.indices.signalType >> 1 ][ psEnc->sCmn.indices.quantOffsetType ] / 1024.0f;
noise_shape_analysis_FLP.c 178 psEnc->sCmn.indices.quantOffsetType = 0;
199 psEnc->sCmn.indices.quantOffsetType = 0;
201 psEnc->sCmn.indices.quantOffsetType = 1;
encode_frame_FLP.c 201 silk_encode_pulses( psRangeEnc, psEnc->sCmn.indices.signalType, psEnc->sCmn.indices.quantOffsetType,
  /external/libopus/silk/fixed/
process_gains_FIX.c 100 psEnc->sCmn.indices.quantOffsetType = 0;
102 psEnc->sCmn.indices.quantOffsetType = 1;
107 quant_offset_Q10 = silk_Quantization_Offsets_Q10[ psEnc->sCmn.indices.signalType >> 1 ][ psEnc->sCmn.indices.quantOffsetType ];
noise_shape_analysis_FIX.c 206 psEnc->sCmn.indices.quantOffsetType = 0;
231 psEnc->sCmn.indices.quantOffsetType = 0;
233 psEnc->sCmn.indices.quantOffsetType = 1;
encode_frame_FIX.c 214 silk_encode_pulses( psRangeEnc, psEnc->sCmn.indices.signalType, psEnc->sCmn.indices.quantOffsetType,

Completed in 138 milliseconds