Lines Matching defs:offset
97 int next_packet_start; ///< start offset of the next WMA packet in the demuxer packet
98 uint8_t packet_offset; ///< offset to the frame in the packet
101 int frame_offset; ///< frame offset in the bit reservoir
102 int subframe_offset; ///< subframe offset in the bit reservoir
293 * @param offset sample offset in the frame
296 static int decode_subframe_length(WmallDecodeCtx *s, int offset)
301 if (offset == s->samples_per_frame - s->min_samples_per_subframe)
413 int i, offset = 0;
415 s->channel[c].subframe_offsets[i] = offset;
416 offset += s->channel[c].subframe_len[i];
842 int offset = s->samples_per_frame;
849 /* reset channel context and find the next block offset and size
853 if (offset > s->channel[i].decoded_samples) {
854 offset = s->channel[i].decoded_samples;
868 if (offset == s->channel[i].decoded_samples &&