D1 and D2
Digital tape component format (D1) and digital tape composite format (D2) used for
professional video recording. Both can go through multiple generations of dubbing without
visible loss of picture quality.
D/A (digital to analog)
The conversion of digital signals to analog form.
D/A converter (DAC)
Device that converts digital signals to analog form.
Data partitioning
A method for dividing a bitstream into two bitstreams for error resilience. The two
bitstreams must be recombined before decoding.
DAT
Digital audio tape (DAT) is a storage device that records digital information on
a magnetic tape measuring 4mm in width.
D CC
Short for Direct Cable Connection, a Windows 95 feature
that enables two computers to be connected via a serial or parallel cable. Once connected,
the two computers function as if they were on a local-area network (LAN). Either computer
can access files on the other computer. But because DCC does not require network interface
cards (NICs), it is less expensive and simpler. The limitations are that it can connect
only two PCs, and the data transfer rate is slower than with a true LAN.
DC coefficient
The DCT coefficient for which the frequency is zero in both dimensions.
DCT (Discrete Cosine Transform)
A compression technique in which data is digitized, then put through a process of
intraframe coding and interframe coding, enabling the system to transmit the first image
and thereafter only transmit the differences from one frame to the next. See lossy
compression.
DCT coefficient
The amplitude of a specific cosine basis function. See DCT.
Decibel (dB)
A logarithmic measure of the ratio between two powers, voltages, currents, sound
intensities, etc. Signal-to-noise ratios are expressed in decibels.
Decoder input buffer
The first-in-first-out (FIFO) buffer specified in a video buffering verifier.
Decoder input rate
The data rate specified in a video buffering verifier and encoded in the coded video
bitstream.
Decoding
A process that converts an input coded bitstream into pictures or audio samples.
De facto Standard
A format, language, or protocol that has become a standard not because it has
been approved by a standards organization but because it is widely used and recognized by
the industry as being standard. Some examples of de facto standards include:
· Hayes command set for controlling modems
· Kermit Communications Protocol
· Xmodem Communications Protocol
· Hewlett-Packard Printer Control Language (PCL) for laser printers.
· PostScript page description language for laser printers
Dequantization
The process of rescaling quantized DCT coefficients after their representation in the
bitstream has been decoded and before they are presented to the inverse DCT.
Digital videoA video represented by computer-readable binary numbers that
describe a finite set of colors and luminance levels. See analog video.
DIAL UP ACCESS
Refers to connecting a device to a network via a modem and a public telephone
network. Dial-up access is really just like a phone connection, except that the parties at
the two ends are computer devices rather than people. Because dial-up access uses normal
telephone lines, the quality of the connection is not always good and data rates are
limited. In the past, the maximum data rate with dial-up access was 28.8 Kbps (28,800 bits
per second), but new technologies such as ISDN are providing faster rates.
An alternative way to connect two computers is through a leased line, which is a
permanent connection between two devices. Leased lines provide faster throughput and
better quality connections, but they are also more expensive.
Direct3D
Direct3D is Microsoft's standardized 3D programming interface. When game and application
developers create their 3D content they ensure compatibility with the Direct3D standard.
All of Matrox's 3D accelerators support Direct3D.
Dithering
Used to hide the banding of colors when rendering with a low number of colors (for example
16-bits). Banding is what happens when there are not enough shades of colors, resulting in
the eye being able to see a distinct change of colors between two shades.
DIMM
Short for dual in-line memory module, a small
circuit board that holds memory chips. A single in-line memory module (SIMM) has a 32-bit
path to the memory chips whereas a DIMM has a 64-bit path. Because the Pentium processor
requires a 64-bit path to memory, you need to install SIMMs two at a time. With DIMMs, you
can install memory one DIMM at a time.
Disc
Flat, circular, rotating medium that can store various types of information, both analog
and digital. "Disc" is often used in reference to optical storage media, while
"disk" refers to magnetic storage media. Disc is often used as a short form for
videodisc or compact audio disc (CD).
Disk
Alternative spelling for "disc" that generally refers to magnetic storage medium
on which information can be accessed at random. Floppy disks and hard disks are examples.
Display order
The order in which decoded pictures are displayed. Normally this is the same order in
which the pictures entered the encoder.
Dithering
A process that improves the perceived quality of a screen graphic when the color palette
is reduced. For example, when converting from 24-bit color to 8-bit color (an 8-bit
palette has only 256 colors compared to the 24-bit palette's millions), dithering adds
pixels of different colors to simulate the original color. Dithering is also known as
"error diffusion."
Double buffering
Double buffering is a technique of dividing the frame buffer into two areas, one
"draw" buffer and one display buffer. This allows the application to display a
frame of animation from one buffer while drawing the next frame into the other buffer,
therefore increasing performance by doing two things at once.
DRAM
Pronounced dee-ram, DRAM stands for dynamic random access
memory, a type of memory used in most personal. A type of physical memory used
in most personal computers. The term dynamic indicates that the memory must be constantly
refreshed else it will lose its contents.
DSVD
(Digital Simultaneous Voice and Data) An all-digital technology for concurrent
voice and data (SVD) transmission over a single analog telephone line. DSVD is endorsed by
Intel, Hayes, U.S. Robotics and others and has been submitted to the ITU for possible
standardization. DSVD modems became available in the first half of 1995.
DTMF
Short for Dual Tone Multi-Frequency, the system used by touch-tone telephones.
DTMF assigns a specific frequency, or tone, to each key so that it can easily be
identified by a microprocessor.
Dual-channel audio
The ability to reproduce two audio channels, playing them either simultaneously or
independently; a characteristic of all optical videodisc systems.
DYUV or delta-YUV
An efficient color-coding scheme for natural pictures used in CD-i. The human eye is less
sensitive to color variations than to intensity variations, so DYUV encodes luminance (Y)
information at full bandwidth and chrominance (UV) information at half bandwidth or less,
storing only the differences (deltas) between each value and the one following it. |