Opened 13 years ago Closed 12 years ago #423 closed defect (wontfix)Syntax Elements ctxIdxTable is inconsistent with Syntax in Tablular form
Description
Example: rem_intra_pred_mode is list as ae(v) in the prediction unit syntax table, but is listed as using the decode bypass method in the table entitled "Syntax elements and associated types of binarization, maxBinIdxCtx, ctxIdxTable, and ctxIdxOffset".
In the HM5 code, the bits are being encoded via encodeBinsEP (equiprobable mode). Change History (4)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by bbross
comment:3 Changed 12 years ago by bbross
comment:4 Changed 12 years ago by bbross
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
ae(v) means that "9.3 CABAC parsing process for slice data" is invoked to parse the syntax element.
The CABAC engine also contains a coding bypass with equal probability that is used for some syntax element in order to increase the throughput.
Therefore the descriptor ae(v) is correct for these syntax elements.
Syntax elements, like the pcm ones, that are not using CABAC and need byte alignment do not have ae(v) descriptors.