Searched refs:pitch_high_bits (Results 1 – 1 of 1) sorted by relevance
133 opus_int32 pitch_high_bits, pitch_low_bits; in silk_encode_indices() local134 … pitch_high_bits = silk_DIV32_16( psIndices->lagIndex, silk_RSHIFT( psEncC->fs_kHz, 1 ) ); in silk_encode_indices()135 …pitch_low_bits = psIndices->lagIndex - silk_SMULBB( pitch_high_bits, silk_RSHIFT( psEncC->fs_kHz, … in silk_encode_indices()137 silk_assert( pitch_high_bits < 32 ); in silk_encode_indices()138 ec_enc_icdf( psRangeEnc, pitch_high_bits, silk_pitch_lag_iCDF, 8 ); in silk_encode_indices()