AV1_REF_FRAME_LAST  357 libavcodec/cbs_av1_syntax_template.c     ref_frame_idx[AV1_REF_FRAME_LAST - AV1_REF_FRAME_LAST] = current->last_frame_idx;
AV1_REF_FRAME_LAST  358 libavcodec/cbs_av1_syntax_template.c     ref_frame_idx[AV1_REF_FRAME_GOLDEN - AV1_REF_FRAME_LAST] = current->golden_frame_idx;
AV1_REF_FRAME_LAST  384 libavcodec/cbs_av1_syntax_template.c         ref_frame_idx[AV1_REF_FRAME_ALTREF - AV1_REF_FRAME_LAST] = ref;
AV1_REF_FRAME_LAST  398 libavcodec/cbs_av1_syntax_template.c         ref_frame_idx[AV1_REF_FRAME_BWDREF - AV1_REF_FRAME_LAST] = ref;
AV1_REF_FRAME_LAST  412 libavcodec/cbs_av1_syntax_template.c         ref_frame_idx[AV1_REF_FRAME_ALTREF2 - AV1_REF_FRAME_LAST] = ref;
AV1_REF_FRAME_LAST  418 libavcodec/cbs_av1_syntax_template.c         if (ref_frame_idx[ref_frame - AV1_REF_FRAME_LAST] < 0 ) {
AV1_REF_FRAME_LAST  429 libavcodec/cbs_av1_syntax_template.c                 ref_frame_idx[ref_frame - AV1_REF_FRAME_LAST] = ref;
AV1_REF_FRAME_LAST  825 libavcodec/cbs_av1_syntax_template.c         infer(loop_filter_ref_deltas[AV1_REF_FRAME_LAST],     0);
AV1_REF_FRAME_LAST 1093 libavcodec/cbs_av1_syntax_template.c     for (ref = AV1_REF_FRAME_LAST; ref <= AV1_REF_FRAME_ALTREF; ref++) {