Lines Matching defs:info
39 VdpPictureInfoMPEG4Part2 *info = &pic_ctx->info.mpeg4;
44 info->forward_reference = VDP_INVALID_HANDLE;
45 info->backward_reference = VDP_INVALID_HANDLE;
46 info->vop_coding_type = 0;
52 info->backward_reference = ref;
53 info->vop_coding_type = 2;
58 info->forward_reference = ref;
61 info->trd[0] = s->pp_time;
62 info->trb[0] = s->pb_time;
63 info->trd[1] = s->pp_field_time >> 1;
64 info->trb[1] = s->pb_field_time >> 1;
65 info->vop_time_increment_resolution = s->avctx->framerate.num;
66 info->vop_fcode_forward = s->f_code;
67 info->vop_fcode_backward = s->b_code;
68 info->resync_marker_disable = !ctx->resync_marker;
69 info->interlaced = !s->progressive_sequence;
70 info->quant_type = s->mpeg_quant;
71 info->quarter_sample = s->quarter_sample;
72 info->short_video_header = avctx->codec->id == AV_CODEC_ID_H263;
73 info->rounding_control = s->no_rounding;
74 info->alternate_vertical_scan_flag = s->alternate_scan;
75 info->top_field_first = s->top_field_first;
78 info->intra_quantizer_matrix[i] = s->intra_matrix[n];
79 info->non_intra_quantizer_matrix[i] = s->inter_matrix[n];