Home | History | Annotate | Download | only in encode

Lines Matching refs:packed_seq_buffer

1115     unsigned char *packed_seq_buffer = NULL, *packed_pic_buffer = NULL;
1134 length_in_bits = build_packed_seq_buffer(ctx, &ctx->seq_param, &packed_seq_buffer);
1148 (length_in_bits + 7) / 8, 1, packed_seq_buffer,
1152 free(packed_seq_buffer);