Lines Matching refs:vseq
47 #define vseq_var(name) vseq->name, name
48 #define vseq_field(name) vseq->seq_fields.bits.name, name
56 VAEncSequenceParameterBufferVP8 *vseq = ctx->codec_sequence_params;
58 vseq->frame_width = avctx->width;
59 vseq->frame_height = avctx->height;
61 vseq->frame_width_scale = 0;
62 vseq->frame_height_scale = 0;
64 vseq->error_resilient = 0;
65 vseq->kf_auto = 0;
68 vseq->bits_per_second = ctx->va_bit_rate;
69 vseq->intra_period = ctx->gop_size;