Home | History | Annotate | Download | only in encode

Lines Matching refs:packed_seq_buffer

1131     unsigned char *packed_seq_buffer = NULL, *packed_pic_buffer = NULL;
1150 length_in_bits = build_packed_seq_buffer(ctx, &ctx->seq_param, &packed_seq_buffer);
1164 (length_in_bits + 7) / 8, 1, packed_seq_buffer,
1168 free(packed_seq_buffer);