Home
last modified time | relevance | path

Searched refs:AV1_REF_FRAME_LAST (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dav1.h62 AV1_REF_FRAME_LAST = 1, enumerator
H A Dcbs_av1_syntax_template.c364 ref_frame_idx[AV1_REF_FRAME_LAST - AV1_REF_FRAME_LAST] = current->last_frame_idx; in set_frame_refs()
365 ref_frame_idx[AV1_REF_FRAME_GOLDEN - AV1_REF_FRAME_LAST] = current->golden_frame_idx; in set_frame_refs()
391 ref_frame_idx[AV1_REF_FRAME_ALTREF - AV1_REF_FRAME_LAST] = ref; in set_frame_refs()
405 ref_frame_idx[AV1_REF_FRAME_BWDREF - AV1_REF_FRAME_LAST] = ref; in set_frame_refs()
419 ref_frame_idx[AV1_REF_FRAME_ALTREF2 - AV1_REF_FRAME_LAST] = ref; in set_frame_refs()
425 if (ref_frame_idx[ref_frame - AV1_REF_FRAME_LAST] < 0 ) { in set_frame_refs()
436 ref_frame_idx[ref_frame - AV1_REF_FRAME_LAST] = ref; in set_frame_refs()
868 infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST], 0); in loop_filter_params()
1161 for (ref = AV1_REF_FRAME_LAST; re in global_motion_params()
[all...]
H A Dnvdec_av1.c256 ppc->global_motion[i].invalid = !frame_header->is_global[AV1_REF_FRAME_LAST + i]; in nvdec_av1_start_frame()
257 ppc->global_motion[i].wmtype = s->cur_frame.gm_type[AV1_REF_FRAME_LAST + i]; in nvdec_av1_start_frame()
259 ppc->global_motion[i].wmmat[j] = s->cur_frame.gm_params[AV1_REF_FRAME_LAST + i][j]; in nvdec_av1_start_frame()
H A Dvdpau_av1.c242 info->global_motion[i].invalid = !frame_header->is_global[AV1_REF_FRAME_LAST + i]; in vdpau_av1_start_frame()
243 info->global_motion[i].wmtype = s->cur_frame.gm_type[AV1_REF_FRAME_LAST + i]; in vdpau_av1_start_frame()
245 info->global_motion[i].wmmat[j] = s->cur_frame.gm_params[AV1_REF_FRAME_LAST + i][j]; in vdpau_av1_start_frame()
H A Dav1dec.c205 for (ref = AV1_REF_FRAME_LAST; ref <= AV1_REF_FRAME_ALTREF; ref++) { in global_motion_params()
215 for (ref = AV1_REF_FRAME_LAST; ref <= AV1_REF_FRAME_ALTREF; ref++) { in global_motion_params()
294 AV1_REF_FRAME_LAST + FFMIN(forward_idx, backward_idx); in skip_mode_params()
296 AV1_REF_FRAME_LAST + FFMAX(forward_idx, backward_idx); in skip_mode_params()
316 AV1_REF_FRAME_LAST + FFMIN(forward_idx, second_forward_idx); in skip_mode_params()
318 AV1_REF_FRAME_LAST + FFMAX(forward_idx, second_forward_idx); in skip_mode_params()
H A Ddxva2_av1.c144 pp->frame_refs[i].wminvalid = h->cur_frame.gm_invalid[AV1_REF_FRAME_LAST + i]; in fill_picture_parameters()
145 pp->frame_refs[i].wmtype = h->cur_frame.gm_type[AV1_REF_FRAME_LAST + i]; in fill_picture_parameters()
147 pp->frame_refs[i].wmmat[j] = h->cur_frame.gm_params[AV1_REF_FRAME_LAST + i][j]; in fill_picture_parameters()
H A Dvaapi_av1.c309 for (int i = AV1_REF_FRAME_LAST; i <= AV1_REF_FRAME_ALTREF; i++) { in vaapi_av1_start_frame()

Completed in 8 milliseconds