Lines Matching defs:offset
1032 * Parse the offset of the first pitch-adaptive window pulses, and
1051 int bits, offset;
1063 for (offset = start_offset[bits]; offset < 0; offset += pitch[0]) ;
1064 s->aw_n_pulses[0] = (pitch[0] - 1 + MAX_FRAMESIZE / 2 - offset) / pitch[0];
1065 s->aw_first_pulse_off[0] = offset - s->aw_pulse_range / 2;
1066 offset += s->aw_n_pulses[0] * pitch[0];
1067 s->aw_n_pulses[1] = (pitch[1] - 1 + MAX_FRAMESIZE - offset) / pitch[1];
1068 s->aw_first_pulse_off[1] = offset - (MAX_FRAMESIZE + s->aw_pulse_range) / 2;
1105 /* set offset of first pulse to within this block */
1143 /* find the 'aidx'th offset that is not excluded */
1167 /* set offset for next block, relative to start of that block */
1287 /* Set the offset from which we start reading wmavoice_std_codebook */
1336 * block from the correct offset. */