Lines Matching refs:used_frame
357 int8_t ref_frame_idx[AV1_REFS_PER_FRAME], used_frame[AV1_NUM_REF_FRAMES];
368 used_frame[i] = 0;
369 used_frame[current->last_frame_idx] = 1;
370 used_frame[current->golden_frame_idx] = 1;
384 if (!used_frame[i] && hint >= cur_frame_hint &&
392 used_frame[ref] = 1;
398 if (!used_frame[i] && hint >= cur_frame_hint &&
406 used_frame[ref] = 1;
412 if (!used_frame[i] && hint >= cur_frame_hint &&
420 used_frame[ref] = 1;
429 if (!used_frame[j] && hint < cur_frame_hint &&
437 used_frame[ref] = 1;