Lines Matching defs:size
81 int size;
286 * Out buffer size: extra bytes are needed to cope with
289 * half-subpackets, of identical but arbitrary size.
942 int sub_packet_size = p->size;
985 int buf_size = avpkt->size;
1004 q->subpacket[0].size = avctx->block_align;
1007 q->subpacket[i].size = 2 * buf[avctx->block_align - q->num_subpackets + i];
1008 q->subpacket[0].size -= q->subpacket[i].size + 1;
1009 if (q->subpacket[0].size < 0) {
1011 "frame subpacket size total > avctx->block_align!\n");
1018 q->subpacket[i].bits_per_subpacket = (q->subpacket[i].size * 8) >>
1022 "subpacket[%i] size %i js %i %i block_align %i\n",
1023 i, q->subpacket[i].size, q->subpacket[i].joint_stereo, offset,
1028 offset += q->subpacket[i].size;
1031 i, q->subpacket[i].size * 8, get_bits_count(&q->gb));