Opened 14 years ago Closed 13 years ago #177 closed enhancement (fixed)Use of div and modulo operations slows down address computation
Description
Address computation in TComPicYUV and TComDataCU relies on use of division and modulo operations. In many cases the denominator is a power of 2 but there is no way for a compiler to figure it out. It would be desirable to make use of bit shift and and operations to lessen the burden of address computation. In some cases use of pre-computed look-up tables would also be beneficial (e.g., when deriving an address within a picture based on a linear CU address). Change History (4)comment:1 Changed 13 years ago by fbossen
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
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
|
Fixed in r1056