Lines Matching defs:cur_frame
45 const AV1RawFilmGrainParams *film_grain = &s->cur_frame.film_grain;
52 AVFrame *cur_frame = s->cur_frame.f;
59 ret = ff_nvdec_start_frame_sep_ref(avctx, cur_frame, apply_grain);
63 fdd = (FrameDecodeData*)cur_frame->private_ref->data;
67 .PicWidthInMbs = (cur_frame->width + 15) / 16,
68 .FrameHeightInMbs = (cur_frame->height + 15) / 16,
75 .width = cur_frame->width,
76 .height = cur_frame->height,
120 .coded_lossless = s->cur_frame.coded_lossless,
139 s->cur_frame.skip_mode_frame_idx[0] : 0,
141 s->cur_frame.skip_mode_frame_idx[1] : 0,
183 .temporal_layer_id = s->cur_frame.temporal_id,
184 .spatial_layer_id = s->cur_frame.spatial_id,
257 ppc->global_motion[i].wmtype = s->cur_frame.gm_type[AV1_REF_FRAME_LAST + i];
259 ppc->global_motion[i].wmmat[j] = s->cur_frame.gm_params[AV1_REF_FRAME_LAST + i][j];