Skip to content

Commit

Permalink
[Editorial] Fix index for RefFrameId
Browse files Browse the repository at this point in the history
Fix the index for the RefFrameId array in Section 7.21. Reference frame loading process.
  • Loading branch information
wantehchang authored and peterderivaz committed Feb 5, 2019
1 parent d9f3428 commit 85276be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08.decoding.process.md
Original file line number Diff line number Diff line change
Expand Up @@ -7276,7 +7276,7 @@ FeatureEnabled[ j ][ k ] and FeatureData[ j ][ k ] for j = 0 .. MAX_SEGMENTS-1,
This process is the reverse of the reference frame update process specified in [section 7.20][]. It loads saved values for a previous reference
frame back into the current frame variables. The index of the saved reference frame to load is given by the syntax element frame_to_show_map_idx.

* current_frame_id is set equal to RefFrameId[ i ].
* current_frame_id is set equal to RefFrameId[ frame_to_show_map_idx ].

* UpscaledWidth is set equal to RefUpscaledWidth[ frame_to_show_map_idx ].

Expand Down

0 comments on commit 85276be

Please sign in to comment.