Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder/TEncSbac.cpp
- Timestamp:
- 14 Jul 2015, 03:24:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncSbac.cpp
r1259 r1260 335 335 336 336 /** Coding of coeff_abs_level_minus3 337 * \param uiSymbol value of coeff_abs_level_minus3 338 * \param ruiGoRiceParam reference to Rice parameter 339 * \returns Void 337 * \param symbol value of coeff_abs_level_minus3 338 * \param rParam reference to Rice parameter 339 * \param useLimitedPrefixLength 340 * \param channelType plane type (luma/chroma) 340 341 */ 341 342 Void TEncSbac::xWriteCoefRemainExGolomb ( UInt symbol, UInt &rParam, const Bool useLimitedPrefixLength, const ChannelType channelType ) … … 1112 1113 1113 1114 /** Encode (X,Y) position of the last significant coefficient 1114 * \param uiPosX X component of last coefficient1115 * \param uiPosY Y component of last coefficient1116 * \param width Block width1117 * \param height Block height1118 * \param eTType plane type / luminance or chrominance1119 * \param uiScanIdx scan type (zig-zag, hor, ver)1115 * \param uiPosX X component of last coefficient 1116 * \param uiPosY Y component of last coefficient 1117 * \param width Block width 1118 * \param height Block height 1119 * \param component chroma component ID 1120 * \param uiScanIdx scan type (zig-zag, hor, ver) 1120 1121 * This method encodes the X and Y component within a block of the last significant coefficient. 1121 1122 */ … … 1579 1580 1580 1581 /** Code SAO EO class or BO band position 1581 * \param uiLength1582 * \param uiCode1583 1582 */ 1584 1583 Void TEncSbac::codeSaoUflc ( UInt uiLength, UInt uiCode ) … … 1588 1587 1589 1588 /** Code SAO merge flags 1590 * \param uiCode1591 * \param uiCompIdx1592 1589 */ 1593 1590 Void TEncSbac::codeSaoMerge ( UInt uiCode ) … … 1597 1594 1598 1595 /** Code SAO type index 1599 * \param uiCode1600 1596 */ 1601 1597 Void TEncSbac::codeSaoTypeIdx ( UInt uiCode)
Note: See TracChangeset for help on using the changeset viewer.