Home | History | Annotate | Download | only in celt

Lines Matching refs:octave

1039       /* Don't search for the fir last 1.5 octave of the range because
1502 int octave;
1505 octave = EC_ILOG(pitch_index)-5;
1506 ec_enc_uint(enc, octave, 6);
1507 ec_enc_bits(enc, pitch_index-(16<<octave), 4+octave);