CAN CSA-ISO IEC 14496-5AA-2012 Information technology - Coding of audio-visual objects - Part 5 Reference software - AMENDMENT 27 Scalable complexity 3D mesh coding reference softw.pdf
《CAN CSA-ISO IEC 14496-5AA-2012 Information technology - Coding of audio-visual objects - Part 5 Reference software - AMENDMENT 27 Scalable complexity 3D mesh coding reference softw.pdf》由会员分享,可在线阅读,更多相关《CAN CSA-ISO IEC 14496-5AA-2012 Information technology - Coding of audio-visual objects - Part 5 Reference software - AMENDMENT 27 Scalable complexity 3D mesh coding reference softw.pdf(18页珍藏版)》请在麦多课文档分享上搜索。
1、Information technology Coding of audio-visual objects Part5:Reference software AMENDMENT27:Scalablecomplexity3Dmeshcoding reference softwareAmendment 27:2012 (IDT) toNational Standard of CanadaCAN/CSA-ISO/IEC 14496-5-06(ISO/IEC 14496-5:2001, IDT)NOT FOR RESALE.PUBLICATION NON DESTINE LA REVENTE.CSA
2、Standards Update ServiceAmendment 27:2012 toCAN/CSA-ISO/IEC 14496-5-06March 2012Title: Information technology Coding of audio-visual ob jects Part5:Reference software AMENDMENT27:Scalablecomple xity3Dmeshcoding reference softwarePagination: 13 pages (iii preliminary and 10 text)To register for e-mai
3、l notification about any updates to this publication go on-line to shop.csa.caclick on E-mail Services under MY ACCOUNTclick on CSA Standards Update ServiceThe List ID that you will need to register for updates to this publication is 2418153.If you require assistance, please e-mail techsupportcsa.ca
4、 or call 416-747-2233.Visit CSAs policy on privacy at csagroup.org/legal to find out how we protect your personal information.Reference numberISO/IEC 14496-5:2001/Amd.27:2011(E)ISO/IEC 2011INTERNATIONAL STANDARD ISO/IEC14496-5Second edition2001-12-15AMENDMENT 272011-02-15Information technology Codin
5、g of audio-visual objects Part 5: Reference software AMENDMENT 27: Scalable complexity 3D mesh coding reference software Technologies de linformation Codage des objets audiovisuels Partie 5: Logiciel de rfrence AMENDEMENT 27: Logiciel de rfrence dencodage de maille en 3D de complexit atteignable ISO
6、/IEC 14496-5:2001/Amd.27:2011(E) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobes licensing policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the ed
7、iting. In downloading this file, parties accept therein the responsibility of not infringing Adobes licensing policy. The ISO Central Secretariat accepts no liability in this area. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can b
8、e found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat a
9、t the address given below. COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2011 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing f
10、rom either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org ii ISO/IEC 2011 All rights reservedAmendment 27:2012 to CAN/CSA-ISO/IEC
11、 14496-5-06ISO/IEC 14496-5:2001/Amd.27:2011(E) ISO/IEC 2011 All rights reserved iiiForeword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of
12、ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizati
13、ons, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are drafted in accordance with the rules given in the ISO/IEC Dire
14、ctives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of th
15、e national bodies casting a vote. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights. Amendment 27 to ISO/IEC 14496-5:2001 was prepared by Joint
16、Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 29, Coding of audio, picture, multimedia and hypermedia information. ISO/IEC 14496-16:2009 introduced a scalable complexity mesh coding. This Amendment deals with the reference software of the SC3DMC tool. Amendment 27:2012 t
17、o CAN/CSA-ISO/IEC 14496-5-06ISO/IEC 14496-5:2001/Amd.27:2011(E) ISO/IEC 2011 All rights reserved 1Information technology Coding of audio-visual objects Part 5: Reference software AMENDMENT 27: Scalable complexity 3D mesh coding reference software Add 7.5 Reference Software for the Scalable Complexit
18、y 3D Mesh Compression: 7.5 Reference Software for the Scalable Complexity 3D Mesh Compression (SC3DMC) 7.5.1 Introduction This is the description of the reference software for SC3DMC. 7.5.2 Description of Classes 7.5.2.1 SC3DMC Classes Class Function Files Description SC3DMCEncoder void SetIFS(Index
19、edFaceSet * ifs) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Links the S3DMCEncoder to the IndexedFaceSet to be compressed SC3DMCEncoder void SetParams(EncodingParams params) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Sets the encoding parameters SC3DMCEncoder unsigned int GetEstimated Comp
20、ressedStreamSize() SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Returns the number of bytes to be allocated for the compressed stream SC3DMCEncoder int Encode(unsigned char * compressedStream, unsigned int & compressedStream Size) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Encodes the IFS Am
21、endment 27:2012 to CAN/CSA-ISO/IEC 14496-5-06ISO/IEC 14496-5:2001/Amd.27:2011(E) 2 ISO/IEC 2011 All rights reservedSC3DMCEncoder void EncodeHeader (unsigned char * compressedStream, unsigned int & compressedStream Size) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Writes the header information to
22、 the binary stream SC3DMCEncoder void EncodeDataBuffer (unsigned char * compressedStream, unsigned int & compressedStream Size) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Writes the data buffer to the binary stream SC3DMCEncoder void Insert_Data(unsigned char * compressedStream, unsigned int &
23、compressedStream Size, int symbol, int length) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Insert symbol into char array with length bits SC3DMCEncoder void Flush(unsigned char * compressedStream, unsigned int & compressedStream Size) SC3DMC_SC3DMCEncoder.h SC3DMC_SC3DMCEncoder.cpp Performing th
24、e zero-padding SC3DMCDecoder void SetIFS(IndexedFaceSet * ifs) SC3DMC_SC3DMCDecoder.h SC3DMCDecoder.cpp Connects the S3DMCdecoder to the output IFS SC3DMCDecoder IndexedFaceSet * GetIFS() SC3DMC_SC3DMCDecoder.h SC3DMC_SC3DMCDecoder.cpp Returns a pointer to the output IFS SC3DMCDecoder unsigned int G
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- CANCSAISOIEC144965AA2012INFORMATIONTECHNOLOGYCODINGOFAUDIOVISUALOBJECTSPART5REFERENCESOFTWAREAMENDMENT27SCALABLECOMPLEXITY3DMESHCODINGREFERENCESOFTWPDF

链接地址:http://www.mydoc123.com/p-590492.html