Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO


Ignore:
Timestamp:
14 Jul 2015, 03:24:13 (10 years ago)
Author:
seregin
Message:

port rev 4257

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp

    r1259 r1260  
    113113 * \param bWriteMode       file open mode: true=read, false=write
    114114 * \param fileBitDepth     bit-depth array of input/output file data.
     115 * \param MSBExtendedBitDepth
    115116 * \param internalBitDepth bit-depth array to scale image data to/from when reading/writing.
    116117 */
     
    670671 * file had been provided at the lower-bitdepth compliant to Rec601/709.
    671672 *
    672  * @param pPicYuv      input picture YUV buffer class pointer
    673  * @param aiPad        source padding size, aiPad[0] = horizontal, aiPad[1] = vertical
     673 * @param pPicYuvUser      input picture YUV buffer class pointer
     674 * @param pPicYuvTrueOrg
     675 * @param ipcsc
     676 * @param aiPad            source padding size, aiPad[0] = horizontal, aiPad[1] = vertical
     677 * @param format           chroma format
    674678 * @return true for success, false in case of error
    675679 */
     
    752756 * assumed to be at TVideoIO::m_fileBitdepth depth.
    753757 *
    754  * @param pPicYuv     input picture YUV buffer class pointer
    755  * @param aiPad       source padding size, aiPad[0] = horizontal, aiPad[1] = vertical
     758 * @param pPicYuvUser      input picture YUV buffer class pointer
     759 * @param ipCSC
     760 * @param confLeft         conformance window left border
     761 * @param confRight        conformance window right border
     762 * @param confTop          conformance window top border
     763 * @param confBottom       conformance window bottom border
     764 * @param format           chroma format
    756765 * @return true for success, false in case of error
    757766 */
Note: See TracChangeset for help on using the changeset viewer.