Lines Matching refs:pb2
277 PutBitContext pb2; in encode_picture_ls() local
290 init_put_bits(&pb2, ctx->buf, ctx->size); in encode_picture_ls()
305 ls_encode_line(&state, &pb2, last, in, t, avctx->width, 1, 0, 8); in encode_picture_ls()
314 ls_encode_line(&state, &pb2, last, in, t, avctx->width, 1, 0, 16); in encode_picture_ls()
326 ls_encode_line(&state, &pb2, last + j, in + j, Rc[j], in encode_picture_ls()
340 ls_encode_line(&state, &pb2, last + j, in + j, Rc[j], in encode_picture_ls()
356 put_bits(&pb2, 7, 0); in encode_picture_ls()
359 if (put_bytes_count(&pb2, 0) > INT_MAX / 8 - AV_INPUT_BUFFER_PADDING_SIZE) in encode_picture_ls()
361 size_in_bits = put_bits_count(&pb2); in encode_picture_ls()
362 flush_put_bits(&pb2); in encode_picture_ls()
401 init_get_bits(&gb, pb2.buf, size_in_bits); in encode_picture_ls()