Searched refs:round_robin_idx (Results 1 – 1 of 1) sorted by relevance
187 int round_robin_idx = 0; in GetRefFrameListByPriority() local192 const RefUpdateType ref_update_type = round_robin_list[round_robin_idx]; in GetRefFrameListByPriority()193 int priority_idx = priority_idx_list[round_robin_idx]; in GetRefFrameListByPriority()203 ++priority_idx_list[round_robin_idx]; in GetRefFrameListByPriority()205 round_robin_idx = (round_robin_idx + 1) % round_robin_size; in GetRefFrameListByPriority()