Opened 4 years ago
Last modified 4 years ago
#1285 new enhancement
Cleanup of some variable names
Reported by: | yjpiao | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | VTM | Version: | VTM-9.3 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
There are some variable names may need to be changed considering their actual meanings, such as rightPixel, belowPixel, rightSign, belowSign in transform skip residual coding related functions.
rightPixel-->leftPixel
belowPixel-->abovePixel
rightSign-->leftSign
belowSign-->aboveSign
Note: See TracTickets for help on using tickets.
Note that the corresponding variables in the spec were fixed in ticket #652.