Searched refs:remappedIndex (Results 1 – 1 of 1) sorted by relevance
256 for (uint16_t remappedIndex = 0; remappedIndex < m_dpbDescriptor.dpbSize; remappedIndex++) { in find_remapped_index() local257 if (m_referenceDXVAIndices[remappedIndex].originalIndex == originalIndex) { in find_remapped_index()258 return remappedIndex; in find_remapped_index()275 uint16_t remappedIndex = m_invalidIndex; in update_entry() local279 remappedIndex = find_remapped_index(index); in update_entry()282 if (remappedIndex == m_invalidIndex || remappedIndex == m_currentOutputIndex) { in update_entry()285 remappedIndex = m_currentOutputIndex; in update_entry()290 m_upD3D12TexturesStorageManager->get_reference_frame(remappedIndex); in update_entry()295 return remappedIndex; in update_entry()306 uint16_t remappedIndex = find_remapped_index(index); in store_future_reference() local[all …]