Skip to content

Commit

Permalink
Fix to culLevel calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhaughton-argon committed Apr 5, 2018
1 parent 7396844 commit 05ca78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06.bitstream.syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -3265,9 +3265,9 @@ Subsampled_Size[ BLOCK_SIZES ][ 2 ][ 2 ] = {
| dcCategory = sign ? 1 : 2
| }
| Quant[ pos ] = Quant[ pos ] & 0xFFFFF
| culLevel += Quant[ pos ]
| if ( sign )
| Quant[ pos ] = - Quant[ pos ]
| culLevel += Quant[ pos ]
| }
| culLevel = Min( 63, culLevel )
| }
Expand Down

0 comments on commit 05ca78b

Please sign in to comment.