Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO
- Timestamp:
- 14 Jul 2015, 03:24:13 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1259 r1260 113 113 * \param bWriteMode file open mode: true=read, false=write 114 114 * \param fileBitDepth bit-depth array of input/output file data. 115 * \param MSBExtendedBitDepth 115 116 * \param internalBitDepth bit-depth array to scale image data to/from when reading/writing. 116 117 */ … … 670 671 * file had been provided at the lower-bitdepth compliant to Rec601/709. 671 672 * 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 674 678 * @return true for success, false in case of error 675 679 */ … … 752 756 * assumed to be at TVideoIO::m_fileBitdepth depth. 753 757 * 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 756 765 * @return true for success, false in case of error 757 766 */
Note: See TracChangeset for help on using the changeset viewer.