#748 closed defect (duplicate)m_fracBits is not reset when entering a new tile
Description
This is a trivial bug of HM8.0 encoder.
Before encoding a new tile, all the variables of RD cabac coder are reset, except m_fracBits. It may have very very small impact on coding results, but fixing it will ensure the intention of independent tile.
it's proposed to modify
}
to
Void TEncBinCABAC::start()
#if FAST_BIT_EST
#endif Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by ksuehring
comment:3 Changed 11 years ago by ksuehring
Closed as duplicate of #1275. 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
|
Closed as duplicate of #1275.
I'm closing this as duplicate and keep the newer ticket #1275