Lines Matching defs:pb2
487 PutBitContext *const pb2 = s->data_partitioning ? &s->pb2 : &s->pb;
489 PutBitContext *const dc_pb = s->data_partitioning && s->pict_type != AV_PICTURE_TYPE_I ? &s->pb2 : &s->pb;
710 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]);
712 put_bits(pb2, 2, dquant_code[s->dquant + 2]);
716 put_bits(pb2, 1, s->interlaced_dct);
717 put_bits(pb2, 1, 0);
737 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]);
739 put_bits(pb2, 2, dquant_code[s->dquant + 2]);
743 put_bits(pb2, 1, s->interlaced_dct);
744 put_bits(pb2, 1, 1);
769 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]);
772 put_bits(pb2, 1, s->interlaced_dct);
835 put_bits(pb2, 1, s->ac_pred);
837 put_bits(pb2, ff_h263_cbpy_tab[cbpy][1], ff_h263_cbpy_tab[cbpy][0]);
1332 init_put_bits(&s->pb2, start + pb_size + tex_size, pb_size);
1337 const int pb2_len = put_bits_count(&s->pb2);
1352 flush_put_bits(&s->pb2);
1355 set_put_bits_buffer_size(&s->pb, s->pb2.buf_end - s->pb.buf);
1356 ff_copy_bits(&s->pb, s->pb2.buf, pb2_len);