Home
last modified time | relevance | path

Searched refs:round_robin_idx (Results 1 – 1 of 1) sorted by relevance

/external/libaom/av1/qmode_rc/
Dreference_manager.cc187 int round_robin_idx = 0; in GetRefFrameListByPriority() local
192 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()