Changeset 993 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 21 Jan 2015, 21:20:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComUpsampleFilter.cpp
r944 r993 646 646 Int y = j; 647 647 #if R0209_GENERIC_PHASE 648 refPos16 = (((y - srlTOffsetC)*scale X- addY) >> shiftYM4) + refOffsetYC;648 refPos16 = (((y - srlTOffsetC)*scaleY - addY) >> shiftYM4) + refOffsetYC; 649 649 #else 650 650 #if REF_REGION_OFFSET
Note: See TracChangeset for help on using the changeset viewer.