Skip to content
Snippets Groups Projects
Commit a99ed78b authored by Savanna Shaw's avatar Savanna Shaw Committed by Adam Edward Barton
Browse files

Fix bug in seeded TGC RDO to PRD decoding

The seeded TGC RDO to PRD decoding filters the RDOs to be decoded based on the onlineId of the RDO. However, the onlineId is not unique (an onlineId value can correspond to several different offline hash Id values), so we were sometimes decoding RDOs that fall outside of the RoI we are interested in. Adding an additional check that the offline HashId for the RDO is contained within the HashIds requested to be decoded to avoid decoding unwanted RDOs.
parent f6451c06
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment