Searched refs:byte_offset_bits (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h80 int byte_offset_bits; member in struct:WMACodecContext
H A Dwma.c179 s->byte_offset_bits = av_log2((int)(bps * s->frame_len / 8.0 + 0.5)) + 2;
230 bps, bps1, high_freq, s->byte_offset_bits);
H A Dwmadec.c852 bit_offset = get_bits(&s->gb, s->byte_offset_bits + 3);
891 pos = bit_offset + 4 + 4 + s->byte_offset_bits + 3;
907 pos = get_bits_count(&s->gb) + ((bit_offset + 4 + 4 + s->byte_offset_bits + 3) & ~7);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwma.c137 s->byte_offset_bits = av_log2((int)(bps * s->frame_len / 8.0 + 0.5)) + 2;
138 if (s->byte_offset_bits + 3 > MIN_CACHE_BITS) {
139 av_log(avctx, AV_LOG_ERROR, "byte_offset_bits %d is too large\n", s->byte_offset_bits);
192 bps, bps1, high_freq, s->byte_offset_bits);
H A Dwma.h75 int byte_offset_bits; member in struct:WMACodecContext
H A Dwmadec.c859 bit_offset = get_bits(&s->gb, s->byte_offset_bits + 3);
897 pos = bit_offset + 4 + 4 + s->byte_offset_bits + 3;
913 pos = get_bits_count(&s->gb) + ((bit_offset + 4 + 4 + s->byte_offset_bits + 3) & ~7);

Completed in 92 milliseconds