ChipFind - Datasheet

Part Number MAP-CA DSP

Download:  PDF   ZIP

Document Outline

Equator Software Reference
Datasheet: MAP-CA DSP
MPEG-4 Video Decoder
Equator Technologies, Inc.
May 11, 2001
Document Number: SWR.DS.M4VD.2001.05.11
Equator Software Reference
Datasheet: MAP-CA DSP MPEG-4 Video Decoder
May 11, 2001
Copyright © 2001 Equator Technologies, Inc.
Equator makes no warranty for the use of its products, assumes no responsibility for any errors
which may appear in this document, and makes no commitment to update the information
contained herein. Equator reserves the right to change or discontinue this product at any time,
without notice. There are no express or implied licenses granted hereunder to design or
fabricate any integrated circuits based on information in this document.
The following are trademarks of Equator Technologies, Inc., and may be used to identify
Equator products only: Equator, MAP, MAP1000, MAP1000A, MAP-CA, MAP Series,
Broadband Signal Processor, BSP, FIRtree, DataStreamer, iMMediaC, iMMediaTools, Media
Intrinsics, VersaPort, SofTV, StingRay, Equator Around, and the Equator Around logo. Other
product and company names contained herein may be trademarks of their respective owners.
The MAP-CA digital signal processor was jointly developed by Equator Technologies, Inc.,
and Hitachi, Ltd.
1
Equator Technologies, Inc.
Datasheet: MAP-CA DSP MPEG-4 Video Decoder
May 11, 2001
MAP-CA DSP MPEG-4 video decoder at a glance
The Equator Technologies, Inc. MAP-CA DSP MPEG-4 Decoder Media Library Reference Source
Code Software Package provides an example implementation of MPEG-4 video image decoding on the
MAP-CA digital signal processor. This software can be used by developers as a reference for creating
their own MPEG-4 decoders for the MAP-CA DSP.
Features
The MAP-CA DSP MPEG-4 video decoder provides a number of important features for software
developers:
·
implementation as a well-documented set of C source code modules that utilize MAP-CA DSP
Media Intrinsics C extensions
·
inclusion of highly optimized, re-usable software modules, designed to allow users of the
MAP-CA DSP to quickly adopt these modules to their own code base
·
examples of efficient and parallel use of resources on the MAP-CA DSP, including
·
DataStreamer DMA controller
·
VLx coprocessor
·
Media Intrinsics C extensions
·
data cache and instruction cache
Benefits
The MAP-CA DSP MPEG-4 video decoder provides easily adaptable software modules for software
developers. The benefits include
·
substantial savings in development costs
·
greatly improved time to market
Performance
The MAP-CA DSP MPEG-4 Decoder Media Library Reference Source Code is intended to provide a
basis for customer development of MPEG-4 decoder software, and has not yet been fully optimized for
performance, nor does it contain comprehensive error handling or other production-level code routines.
As such, it does not demonstrate the full potential performance of optimized code running on the
MAP-CA DSP.
The MAP-CA DSP is capable of decoding two Simple Profile at Simple Level (SP@SL) MPEG-4 video
streams in real time, with sufficient cycles left to perform other tasks, such as the audio and system
decoding.
2
Datasheet: MAP-CA DSP MPEG-4 Video Decoder
Equator Technologies, Inc.
May 11, 2001
Processor support
The MAP-CA DSP MPEG-4 Decoder Media Library Reference Source Code Software Package fully
supports the MAP-CA digital signal processor.
Development platform support
The MAP-CA DSP MPEG-4 Decoder Media Library Reference Source Code Software Package fully
supports the Shark series of evaluation and development platforms from Equator Technologies.
Functionality
The MAP-CA DSP MPEG-4 video decoder passes all MPEG-4 standard conformance streams. This
decoder supports 4:2:0 coded video format and Simple Profile at Simple Level (SP@SL) video streams.
The decoder performs DC prediction and AC prediction. The current version of this decoder does not
support error checking.
Ordering information
To order the MAP-CA DSP MPEG-4 Decoder Media Library Reference Source Code Software
Package, use part number 098-0208-10.
For more information, contact your nearest Equator sale office:
Corporate Headquarters
Japan
Equator Technologies, Inc.
Equator Japan KK
1300 White Oaks Road
Harmony Wing 5F
Campbell, CA 95008
1-32-4 Hon-cho, Nakano-ku
Phone: (408) 369-5200
Tokyo, Japan 164-0012
FAX: (408) 371-9106
Phone + 81-3-5354-7530
Email:
info@equator.com
FAX: +81-3-5354-7540
URL:
http://www.equator.com
Email:
info@equator.com
Western North America
Europe
Equator Technologies, Inc.
Equator Europe
19782 MacArthur Blvd, Suite 210
Les Algorithmes
Irvine, California 92612
Batiment Aristote A 06410 Biot 2000 Route Des Lucioles
Phone: (949) 260-0974
Sophia Antipolis
, France
FAX: (949) 263-0926
Phone: +33 (0) 492944716
Email:
info@equator.com
FAX: +33 (0) 492944717
Email:
info@equator.com
Eastern North America
Equator Technologies, Inc.
571 West Lake Avenue, Suite 12
Bay Head, New Jersey 08742
Phone: (732) 892-5221
FAX: (732) 892-5234
Email:
info@equator.com
To locate your local Equator sales office, or for further information, go to
http://www.equator.com
3
Equator Technologies, Inc.
Datasheet: MAP-CA DSP MPEG-4 Video Decoder
May 11, 2001
Type style conventions
With the exception of section and subsection headings, the formatting of text in this document follows
the following conventions:
Normal descriptive text is presented in Times New Roman font.
Italicized Times New Roman text is used for document titles.
Underlined Times New Roman text is used for emphasis in normal descriptive text.
Any input or output text for any computer program is presented in
Courier New
font. This includes
source code, command-line text, and program output.
Italicized Courier New
text is used for any portion of a path, including individual file
names.
Bold Courier New
text is used for any placeholder for a set of text input or output items for a
program.