Home | History | Annotate | Download | only in celt

Lines Matching refs:octave

1099       /* Don't search for the fir last 1.5 octave of the range because
1576 int octave;
1579 octave = EC_ILOG(pitch_index)-5;
1580 ec_enc_uint(enc, octave, 6);
1581 ec_enc_bits(enc, pitch_index-(16<<octave), 4+octave);