CA2654116C - Efficient fixed-point approximations of forward and inverse discrete cosine transforms - Google Patents

Efficient fixed-point approximations of forward and inverse discrete cosine transforms Download PDF

Info

Publication number
CA2654116C
CA2654116C CA2654116A CA2654116A CA2654116C CA 2654116 C CA2654116 C CA 2654116C CA 2654116 A CA2654116 A CA 2654116A CA 2654116 A CA2654116 A CA 2654116A CA 2654116 C CA2654116 C CA 2654116C
Authority
CA
Canada
Prior art keywords
value
matrix
calculating
factor
coefficient
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CA2654116A
Other languages
French (fr)
Other versions
CA2654116A1 (en
Inventor
Yuriy Reznik
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qualcomm Inc
Original Assignee
Qualcomm Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qualcomm Inc filed Critical Qualcomm Inc
Publication of CA2654116A1 publication Critical patent/CA2654116A1/en
Application granted granted Critical
Publication of CA2654116C publication Critical patent/CA2654116C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/14Fourier, Walsh or analogous domain transformations, e.g. Laplace, Hilbert, Karhunen-Loeve, transforms
    • G06F17/147Discrete orthonormal transforms, e.g. discrete cosine transform, discrete sine transform, and variations therefrom, e.g. modified discrete cosine transform, integer transforms approximating the discrete cosine transform
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/625Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding using discrete cosine transform [DCT]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/44Decoders specially adapted therefor, e.g. video decoders which are asymmetric with respect to the encoder
    • H04N19/45Decoders specially adapted therefor, e.g. video decoders which are asymmetric with respect to the encoder performing compensation of the inverse transform mismatch, e.g. Inverse Discrete Cosine Transform [IDCT] mismatch
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding
    • H04N19/61Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding in combination with predictive coding

Abstract

Techniques are described to approximate computation of an inverse discrete cosine transform using fixed-point calculations. According to these techniques, matrixes of scaled coefficients are generated by multiplying coefficients in matrixes of encoded coefficients by scale factors. Next, matrixes of biased coefficients are generated by adding a midpoint bias value to a DC coefficient of the matrix of scaled coefficients. Fixed-point arithmetic is then used to apply a transform to the matrixes of biased coefficients. Values in the resulting matrixes are then right-shifted in order to derive matrixes of pixel component values. Matrixes of pixel component values are then combined to create matrixes of pixels. The matrixes of pixels generated by these techniques closely resemble matrixes of pixels decompressed using the ideal inverse discrete cosine transform ("IDCT").

Description

EFFICIENT FIXED-POINT APPROXIMATIONS OF
FORWARD AND INVERSE DISCRETE COSINE TRANSFORMS

TECHNICAL FIELD
[0002] The disclosure relates to computer graphics and multimedia, and particularly to compression of graphics, images, and video information.

BACKGROUND
[0003] Many existing image and video coding standards employ compression techniques in order to allow high-resolution images and video to be stored or transmitted as a relatively compact files or data streams. Such coding standards include Joint Photographic Experts Group (JPEG), Moving Pictures Experts Group (MPEG)-1, MPEG-2, MPEG-4 part 2, H.261, H.263, and other image or video coding standards.
[0004] In accordance with many of these standards, video frames are compressed using "spatial" encoding. These frames may be original frames (i.e., i-frames) or may be residual frames generated by a temporal encoding process that uses motion compensation.
During spatial encoding, frames are broken into equal sized blocks of pixels.
For example, an uncompressed frame may be broken into a set of 8x8 blocks of pixels. For each block of pixels, pixel components are separated into matrixes of pixel component values. For example, each block of pixels may be divided into a matrix of Y pixel component values, a matrix of U pixel component values, and a matrix of V pixel component values.
In this example, Y pixel component values indicate luminance values and U and V pixel component values represent chrominance values.
[0005] Furthermore, during spatial encoding, a forward discrete cosine transform (FDCT) is applied to each matrix of pixel component values in a frame that is being encoded. An ideal one-dimensional FDCT is defined by:

N-1 '(2n + 1)k) t(k)= c(k)ys(n)cos 2N

where s is the array of N original values, t is the array of N transformed values, and the coefficients c are given by c(0)= N,c(k)= 2/N
for 1 <k<N- 1.
[0006] An ideal two-dimensional FDCT is defined by the formula:

N-1 N-1 ~c(2m + 1)l ~r(2n + 1)j t(i, j) = c(i, j)l I s(m, n)cos cos n=1 m=0 where s is the array of N original values, t is the array of N transformed values, and c(i j) is given by c(ij) = c(i)c(j), and with c(k) defined as in the one-dimensional case.
[0007] A matrix of coefficients is produced when the block of pixel component values is transformed using the FDCT. This matrix of coefficients may then be quantized and encoded using, for example, Huffman or arithmetic codes. A video bitstream represents the combined result of performing this process on all blocks of color component values in a series of video frames in an uncompressed series of video frames.
[0008] An uncompressed video frame may be derived from a video bitstream by reversing this process. In particular, to each matrix of coefficients in the bitstream is decompressed and the decompressed values are de-quantized in order to derive matrixes of transformed coefficients. An inverse discrete cosine transform ("IDCT") is then applied to each matrix of transformed coefficients in order to derive matrixes of pixel component values. An ideal one-dimensional IDCT is defined by:

N-1 (2n + 1)k s(n) _ Y c(k)t(k)cos k-0 2N

where s is the array of N original values, t is the array of N transformed values, and the coefficients c are given by c(0)= N,c(k)= 2/N
for 1 < k < N - 1.
An ideal two-dimensional IDCT is defined by the formula:

N-1N-1 7(2m+I~ 7(2n+I)j s(m,n) jjc(i, j)t(i, j)cos cos iSO l=o The resulting matrixes of pixel component values are then reassembled into blocks of pixels and these blocks of pixels are be reassembled to form a decoded frame.
If the decoded frame is an i-frame, the frame is now completely decoded. However, if the uncompressed frame is a predictive or a bi-predictive frame, the decoded frame is merely a decoded residual frame. A completed frame is generated by constructing a reconstructed frame using motion vectors associated with the decoded frame and then adding the reconstructed frame to the decoded residual frame.
[0009] Under ideal circumstances, no information is lost by using an FDCT to encode or an IDCT to decode a block of pixel component values. Consequently, under these ideal circumstances, a decoded version of a video frame is identical to the original version of the video frame. However, computing an FDCT or an IDCT may be computationally difficult because the computation of FDCTs and IDCTs involve the use of real numbers and significant numbers of multiplication operations. For this reason, real numbers used in FDCTs and IDCTs are frequently approximated using limited precision numbers.
Rounding errors result from using limited precision numbers to represent real number values. Furthermore, quantization and dequantization may contribute additional errors.
[0010] Errors in the compression and decompression process may result in significant differences between the original uncompressed frame and the final uncompressed frame.
For example, colors in the final uncompressed frame may differ from colors in the original uncompressed frame. Furthermore, errors caused by a mismatch between the encoder's implementation of the IDCTs and the decoder's implementation of the IDCT may accumulate during the encoding and decoding of sequences of predicted frames.
These accumulated errors are commonly referred to as "IDCT drift".

SUMMARY
[0011] Techniques are described to approximate computation of an inverse discrete cosine transform using fixed-point calculations. According to these techniques, matrixes of scaled coefficients are generated by multiplying coefficients in matrixes of encoded coefficients by scale factors. Next, matrixes of biased coefficients are generated by adding a midpoint bias value to a DC coefficient of the matrix of scaled coefficients. Fixed-point arithmetic is then used to apply a transform to the matrixes of biased coefficients.
Values in the resulting matrixes are then right-shifted in order to derive matrixes of pixel component values. Matrixes of pixel component values are then combined to create matrixes of pixels. The matrixes of pixels generated by these techniques closely resemble matrixes of pixels decompressed using the ideal inverse discrete cosine transform ("IDCT").
[0012] In one aspect, a method comprises scaling each coefficient in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients. In this method, A = 1024, B = 1138, C = 1730, D = 1609, E
= 1264, F
= 1922, G = 1788, H = 2923, I = 2718, and J = 2528. The method also comprises using repeated applications of a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients. In addition, the method comprises right-shifting transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients. Each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional IDCT to the matrix of encoded coefficients. Furthermore, the method comprises displaying an 8x8 block of pixels. Each pixel in the 8x8 block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
[0013] In another aspect, a device comprises a scaling module that scales each coefficient in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients, wherein A = 1024, B = 1138, C = 1730, D = 1609, E = 1264, F = 1922, G = 1788, H = 2923, I = 2718, and J = 2528. The device also comprises an inverse transform module that uses repeated applications of a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients. Furthermore, the device comprises a right-shift module that right-shifts transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients. Each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional IDCT to the matrix of encoded coefficients. The device also comprises an output module that outputs an 8x8 block of pixels. Each pixel in the block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
[0014] In another aspect, a device comprises means for scaling coefficients in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients, wherein A = 1024, B = 1138, C = 1730, D = 1609, E = 1264, F = 1922, G = 1788, H = 2923, I = 2718, and J = 2528. In addition, the device comprises means for using repeated applications of a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients.
Furthermore, the device comprises means for right-shifting transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients.
Each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional IDCT to the matrix of encoded coefficients. In addition, the device comprises means for outputting an 8x8 block of pixels. Each pixel in the block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
[0015] In another aspect, the invention is directed to a computer-readable medium containing instructions. The instructions cause a programmable processor to scale each coefficient in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients, wherein A = 1024, B = 1138, C = 1730, D
= 1609, E = 1264, F = 1922, G = 1788, H = 2923, I = 2718, and J = 2528. The instructions also cause the programmable processor to use repeated applications a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients. In addition, the instructions cause the programmable processor to right-shift transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients. Each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional IDCT to the matrix of encoded coefficients. The instructions also cause the programmable processor to output signals that cause a display unit to display an 8x8 block of pixels. Each pixel in the block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
[0016] In some cases, the computer-readable medium may form part of a computer program product, which may be sold to manufacturers and/or used in a video coding device. The computer program product may include the computer-readable medium, and in some cases, may also include packaging materials.
[0017] The details of one or more examples are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the invention will be apparent from the description and drawings, and from the claims.

BRIEF DESCRIPTION OF DRAWINGS
[0018] FIG. 1 is a block diagram illustrating an exemplary device that encodes and decodes media files.
[0019] FIG. 2 is a block diagram illustrating exemplary details of an encoding module.
[0020] FIG. 3 is a block diagram illustrating exemplary details of a decoding module.
[0021] FIG. 4 is a flowchart illustrating an exemplary operation of the encoding module.
[0022] FIG. 5 is a flowchart illustrating an exemplary operation of the decoding module.
[0023] FIG. 6 is a block diagram illustrating exemplary details of an inverse discrete cosine transform ("IDCT") module.
[0024] FIG. 7 is a flowchart illustrating an exemplary operation of the inverse transform module.
[0025] FIG. 8 is a block diagram illustrating exemplary details of a forward discrete cosine transform ("FDCT") module.
[0026] FIG. 9 is a flowchart illustrating an exemplary operation of the forward vector transform module.
[0027] FIG 1 OA is a flow diagram illustrating an exemplary one-dimensional transform.
[0028] FIG. 10B is a flow diagram illustrating an exemplary scaled one-dimensional transform.
[0029] FIG. 11 is a flow diagram illustrating an exemplary scaled one-dimensional transform used by the inverse transform module.

DETAILED DESCRIPTION
[0030] FIG. 1 is a block diagram illustrating an exemplary device 2 that encodes and decodes media files. Device 2 may comprise a personal computer, a mobile radiotelephone, a server, a network appliance, a computer integrated into a vehicle, a video gaming platform, a portable video game device, a computer workstation, a computer kiosk, digital signage, a mainframe computer, a television set-top box, a network telephone, a personal digital assistant, a video game platform, a mobile media player, a home media player, digital video projector, a personal media player (e.g., an iPod), or another type of electronic device.
[0031] Device 2 may include a media source 4 to generate media data. Media source 4 may comprise a digital video or still photo camera to capture image data.
Media source 4 may be built into device 2 or may be attached to device 2 as a peripheral device. Media source 4 may also comprise a microphone to record audio data. Media source 4 may provide media data to a processor 6. Processor 6 may comprise a digital signal processor (DSP), a microprocessor, or some other type of integrated circuit.
[0032] When processor 6 receives media data from media source 4, an encoding module 8 may encode the media data. Encoding module 8 may comprise software executed by processor 6. Alternatively, encoding module 8 may comprise specialized hardware within processor 6 that encodes the media data. In still another alternative, encoding module 8 may comprise any combination of software and hardware to encode the media data.
[0033] Encoding module 8 may store the encoded media data in a media repository 10.
Media repository 10 may comprise flash memory, random access memory, a hard disk drive, or some other type of volatile or non-volatile data storage unit.
[0034] A decoding module 12 may retrieve encoded media data from media repository 10.
Decoding module 12 may comprise software executed by processor 6.
Alternatively, decoding module 12 may comprise specialized hardware within processor 6 that decodes the encoded media data. In still another alternative, decoding module 12 may comprise a combination of software and hardware that collaborate to decode the encoded media data.
[0035] A media presentation unit 14 in device 2 may present media data decoded by decoding module 12. For example, media presentation unit 14 may comprise a computer monitor that presents image or video media data. In another example, media presentation unit 14 may comprise an audio output device (e.g., a speaker) that presents audio media data. Media presentation unit 14 may be integrated into device 2 or may be connected via a wired or wireless link to device 2 as a peripheral device.
[0036] Device 2 may also comprise a network interface 16. Network interface 16 may facilitate communication between device 2 and a computer network via a wired or wireless link. For example, network interface 16 may facilitate communication between device 2 and a mobile telephone network. Device 2 may receive media files via network interface 16. For example, device 2 may receive photographs, video clips, streaming video (e.g., television, video conference, movies), audio clips (e.g., ringtones, songs, MP3 files), streaming audio (e.g., digital radio stations, voice calls, etc.) through network interface 16.
When network interface 16 receives a media file or video bitstream, network interface 16 may store the media file or video bitstream in media repository 10.
[0037] A video signal may be described in terms of a sequence of pictures, which include frames (an entire picture), or fields (e.g., a picture that comprises either odd or even lines of a frame). Further, each frame or field may include two or more slices, or sub-portions of the frame or field. As used herein, either alone or in combination with other words, the term "frame" may refer to a picture, a frame, a field or a slice thereof.
[0038] When encoding module 8 encodes a series of video frames, encoding module 8 may start by selecting ones of the video frames to be "i-frames." For instance, encoding module 8 may select every eighth frame as an i-frame. I-frames are frames that do not reference other frames. After selecting the i-frames, encoding module 8 uses "spatial encoding" to encode the i-frames. Furthermore, encoding module 8 may use "temporal encoding" to encode the remaining frames.
[0039] To use spatial encoding to encode a frame, encoding module 8 may break the frame data into blocks of pixels. For example, encoding module 8 may break the frame data into blocks of pixels that are eight pixels wide and eight pixels high (i.e., each block of pixels contains 64 pixels). Encoding module 8 may then separate pixel component values of the pixels in each block of pixels into separate matrixes of pixel component values. The pixel component values of a pixel are the values that characterize the appearance of the pixel.
For example, each pixel may specify a Y pixel component value, a Cr pixel component value, and a Cb pixel component value. The Y pixel component value indicates the luminance of the pixel, the Cr pixel component value indicates the red chrominance of the pixel, and the Cb pixel component value indicates the blue chrominance of the pixel. In this example, when encoding module 8 separates the pixel component values of a block of pixels, encoding module 8 may obtain a matrix of Y pixel component values, a matrix of Cr pixel component values, and a matrix of Cb pixel component values.
[0040] After separating the pixel component values into matrixes of pixel component values, encoding module 8 generates matrixes of adjusted coefficients by left-shifting pixel component values in the matrixes of pixel component values. For each matrix of adjusted coefficients, encoding module 8 uses fixed-point arithmetic to repeatedly apply a one-dimensional transform to the matrix of adjusted coefficients, thereby generating matrixes of transformed coefficients. Next, encoding module 8 generates a matrix of scaled coefficients by scaling the matrix of transformed coefficients by a set of scale factors.
Each of these scale factors is an integer value. The scale factors have been selected in such a way that factors within the one-dimensional transform may be approximated using simple rational numbers.
[0041] Each scaled coefficient in the matrix of scaled coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional forward discrete cosine transform ("FDCT") to a corresponding matrix of color component values. An ideal one-dimensional FDCT is defined by:

N-1 2c(2n + 1)k) t(k)= c(k)ys(n)cos 2N

where s is the array of N original values, t is the array of N transformed values, and the coefficients c are given by c(0)= 1/N,c(k)= 2/N
for] <k<N-1.
An ideal two-dimensional FDCT is defined by the formula:

N-1 N-1 ~c(2m + 1)l ~c(2n + 1)j t(i, j) = c(i, j)l I s(m, n)cos cos n=1 m=0 where s is the array of N original values, t is the array of N transformed values, and c(i j) is given by c(i j) = c(i)c(j), and with c(k) defined as in the one-dimensional case.
[0042] After deriving a matrix of scaled coefficients, encoding module 8 generates a matrix of quantized coefficients by quantizing the coefficients in the matrix of scaled coefficients. Quantizing the scaled coefficients may reduce the amount of information associated with high-frequency coefficients in the matrix of scaled coefficients. After generating the matrix of quantized coefficients, encoding module 8 may apply an entropy encoding scheme to the matrix of quantized coefficients. For example, encoding module 8 may apply a Huffman encoding scheme to the quantized coefficients in the matrix of coefficients. When encoding module 8 applies the entropy encoding scheme to each of matrixes of quantized coefficients, encoding module 8 may output the encoded matrixes as a part of a video bitstream.
[0043] To use temporal encoding to encode a frame, encoding module 8 may divide the frame into "macroblocks". Depending on the coding standard used, these macroblocks may be of fixed or variable size and may be overlapping or non-overlapping.
For example, each macroblock may be a 16x16 block of pixels. For each macroblock in the frame, encoding module 8 may attempt to identify a source macroblock in one or more reference frames. Depending on the coding standard, the reference frames may be i-frames, predictive frames, or bi-predictive frames. If encoding module 8 is able to identify a source macroblock in a reference frame, encoding module 8 records a motion vector for the macroblock. The motion vector includes an x value that indicates the horizontal displacement of the macroblock relative to the identified source macroblock and a y value that indicates the vertical displacement of the macroblock relative to the identified source macroblock. If encoding module 8 is unable to identify a source macroblock for the macroblock, encoding module 8 may not be required to record a motion vector for the macroblock. Next, encoding module 8 generates a "reconstructed" frame. The reconstructed frame contains the frame that would result from moving the macroblocks from the reference frames in accordance with the recorded motion vectors for the current frame. After generating the reconstructed frame, encoding module 8 subtracts pixel component values in each pixel of the reconstructed frame from corresponding pixel component values in corresponding pixels of the current frame, resulting in a "residual"
frame. Encoding module 8 may then use an entropy encoding scheme to compress the motion vectors for the macroblocks of the current frame. In addition, encoding module 8 uses the spatial encoding technique described above to compress the residual frame.
[0044] Decoding module 12 may perform a similar process as encoding module 8, but in reverse. For instance, in order to perform a spatial decoding process, decoding module 12 may apply an entropy decoding scheme to each encoded matrix of quantized coefficients in an encoded video bitstream. Decoding module 12 may then de-quantize coefficients in each matrix of quantized coefficients, thereby generating a matrix of de-quantized coefficients for each matrix of quantized coefficients. For each matrix of quantized coefficients, decoding module 12 generates a matrix of scaled coefficients by scaling the matrix of quantized coefficients using a set of scale factors. These scale factors may be the same scale factors used in the spatial encoding process discussed above. After generating a matrix of scaled coefficients, decoding module 12 uses fixed-point arithmetic to repeatedly apply a one-dimensional transform to the matrix of quantized coefficients, thereby generating a matrix of transformed coefficients. For example, decoding module 12 may generate a matrix of intermediate coefficients by applying the one-dimensional transform to each row vector in a matrix of scaled coefficients. In this example, decoding module 12 may then generate the matrix of transformed coefficients by applying the one-dimensional transform to each column vector in the matrix of intermediate coefficients.
After generating a matrix of transformed coefficients, decoding module 12 generates a matrix of adjusted coefficients by right-shifting the transformed coefficients in the matrix of transformed coefficients.
[0045] Adjusted coefficients in the matrix of adjusted coefficients approximate values that would be produced by applying an ideal two-dimensional inverse discrete cosine transform ("IDCT") to the matrix of de-quantized coefficients. The ideal one-dimensional IDCT is defined by the formula:

N-1 c(2n + 1)k) t(k)= c(k)ys(n)cos 2N

where s is the array of N original values, t is the array of N transformed values, and the coefficients c are given by c(0)= 1IN,c(k)= 2/N

for 1 < k < N - 1. An ideal two-dimensional IDCT is defined by the formula:

N-1N-1 ;r(2m+1)i Tc(2n+1)j s(m,n)= JJc(i, j)t(i, j)cos cos i=o l=o These blocks of pixel component values may then be reassembled into blocks of pixels and these blocks of pixels may be reassembled to form the uncompressed video frame.
[0046] After generating the matrix of adjusted coefficients, decoding module 12 may then clip the adjusted coefficients in the matrix of adjusted coefficients in order to ensure that the adjusted coefficients are within the permitted range for a pixel component value.
Decoding module 12 may then reassemble matrixes of clipped coefficients into blocks of pixels. After reassembling the blocks of pixel component values into blocks of pixels, decoding module 12 may generate an image by reassembling the blocks of pixels.
[0047] In order to decode a predictive frame, decoding module 12 may use the spatial decoding technique described above to decode the matrixes of quantized coefficients in the residual image for the predictive frame. In addition, decoding module 12 may use the entropy decoding scheme to decode the motion vectors of the predictive frame.
Next, decoding module 12 may generate a reconstructed frame by "moving" macroblocks of the reference frames of the predictive frame in accordance with the motion vectors. After generating the reconstructed frame, decoding module 12 adds pixel component values in each pixel of the decoded residual frame to corresponding pixel component values in corresponding pixels of the reconstructed frame. The result of this addition is the reconstructed predictive frame.
[0048] The techniques described in this disclosure may provide several advantages. For example, because these techniques apply fixed-point arithmetic, these techniques may be applied in smaller, less complex devices, such as mobile telephones, personal digital assistants, and personal media players. In addition, these techniques may be applied to formats that include International Telecommunication Union Standardization Sector (ITU-T) recommendations H.261, H.263, H.264, T.81 (JPEG), as well as International Organization for Standardization (ISO)/MEC Moving Pictures Experts Group (MPEG)-1, MPEG-2, and MPEG-4 Part 2 media formats.
[0049] FIG. 2 is a block diagram illustrating example details of encoding module 8.
Encoding module 8 may comprise a set of "modules." These modules may comprise subsets of the software instructions of encoding module 8. Alternatively, these modules may comprise firmware hardware such as one or more special-purpose hardware.
In another alternative, these modules may comprise software instructions and special-purpose hardware or firmware.
[0050] As illustrated in the example of FIG. 2, encoding module 8 includes a frame control module 20 that controls whether encoding module 8 processes a video frame as an i-frame, a predictive frame, or a bi-predictive frame. For instance, when encoding module 8 receives a video frame, frame control module 20 may determine whether a bitstream flag associated with the video frame indicates that the frame is an i-frame, a predictive frame, or a bi-predictive frame. If frame control module 20 determines that the bitstream flag indicates that the frame is an i-frame, frame control module 20 may cause the video frame to be processed by a set of modules that immediately perform spatial encoding on the video frame. On the other hand, if frame control module 20 determines that the frame is a predictive frame or a bi-predictive frame, frame control module 20 may cause the video frame to be processed by a set of modules that perform temporal encoding.
[0051] Encoding module 8 includes a series of modules to apply spatial encoding to video frames. These modules include a block splitter module 22, a component extraction module 24, a forward transform module 26, a quantization module 28, and an entropy encoding module 30. Block splitter module 22 may receive unencoded video frames from media source 4, network interface 16, or another source. When block splitter module 22 receives an unencoded video frame, block splitter module 22 may separate the frame into blocks of pixels. Block splitter module 22 may provide blocks of pixels to a component extraction module 24.
[0052] When component extraction module 24 receives a block of pixels, component extraction module 24 may convert pixel component values of each pixel into a different color format. For example, component extraction module 24 may convert each pixel from a Red-Green-Blue (RGB) color format to the YCrCb color format. After converting the pixels in the block to the different color format, component extraction module 24 may separate the pixel component values of the pixels in the block into matrixes of pixel component values. For example, component extraction module 24 may extract a matrix of Y values, a matrix of Cr values, and a matrix of Cb values from one block of pixels. The Y
values specify the brightness of pixels, Cr values specify red chrominance of pixels, and the Cb values specify blue chrominance of pixels. When component extraction module 24 has extracted the matrixes of pixel component values, component extraction module 24 may provide each of the matrixes separately to a Discrete Cosine Transform (DCT) module 26.
[0053] When forward transform module 26 receives a matrix of pixel component values, forward transform module 26 generates a matrix of scaled coefficients. Each coefficient in this matrix of scaled coefficients approximates a coefficient that would be produced by using an ideal forward discrete cosine transform to transform the matrix of pixel component values.
[0054] Forward transform module 26 uses fixed-point arithmetic to apply a one-dimensional transform to the matrixes of pixel component values. Using fixed-point arithmetic may be advantageous in some circumstances. For instance, smaller devices, such as mobile telephones might not include a floating point unit required to perform floating point arithmetic. Forward transform module 26 may begin a process of generating the matrix of scaled coefficients by left-shifting each of the pixel component values. For instance, forward transform module 26 may generate a matrix of adjusted coefficients by left-shifting each of the pixel component values by a number of bits of precision (i.e., the number of mantissa bits) of fixed-point representations of numbers that forward transform module 26 uses when applying the one-dimensional transform plus a number of bits of precision removed by scaling the transformed coefficients that result from applying the transform. After left-shifting each of the pixel-component values, forward transform module 26 may perform the transform on each of the row vectors of the matrix of adjusted coefficients. Performing a discrete cosine transform on each of the row vectors of the matrix of adjusted coefficients generates a matrix of intermediate coefficients. Next, forward transform module 26 may perform the transform on each of the column vectors of the matrix of intermediate coefficients. Performing the transform on each of the column vectors of the matrix of intermediate coefficients results in a matrix of transformed coefficients.
[0055] After generating the matrix of transformed coefficients, forward transform module 26 scales transformed coefficients at different positions in the matrix of transformed coefficients by different scale factors. As described below, decoding module 12 may use the reciprocals of these scale factors in the application of an inverse transform. When forward transform module 26 has finished scaling the transformed coefficients by the scale factors, forward transform module 26 may output the resulting matrix of scaled coefficients to quantization module 28.
[0056] When quantization module 28 receives a matrix of coefficients from forward transform module 26, quantization module 28 may quantize the scaled coefficients.
Quantization module 28 may quantize the scaled coefficients in a variety of ways depending on the coding standard being employed. For example, in accordance with the MPEG-4 part 2 standard, quantization module 28 may use the following quantization matrix to quantize coefficients in a matrix of scaled coefficients for an i-frame:
Furthermore, in this example, quantization module 28 may use the following quantization matrix to quantize coefficients in a matrix of scaled coefficients for a predictive or bi-predictive frame:

[0057] After quantization module 28 generates a matrix of quantized coefficients, entropy encoding module 30 may compress the matrix of quantized coefficients using an entropy encoding scheme. To compress the matrix of quantized coefficients using an entropy encoding scheme, entropy encoding module 30 may organize the quantized coefficients into a vector by taking a zigzag pattern of the coefficients. In other words, entropy encoding module 30 may arrange all of the quantized coefficients in the two dimensional matrix of quantized coefficients into a one-dimensional vector of quantized coefficients in a predictable. Entropy encoding module 30 may then apply an entropy encoding scheme, such as Huffman coding or arithmetic coding, to the vector of quantized coefficients.
[0058] Encoding module 8 also includes one or more modules to perform temporal encoding of video frames. As illustrated in the example of FIG. 2, encoding module 8 includes a motion estimation module 32, a reconstructed frame generation module 34, and a residual frame generation module 36. Motion estimation module 32 attempts to identify a source macroblock in a reference image for each macroblock in a current video frame.
Motion estimation module 32 may attempt to identify a source macroblock for a macroblock in the current frame by searching for macroblocks in the reference image that contain similar pixels as the macroblock. Motion estimation module 32 may search areas of different sizes in accordance with different coding standards in order to a identify source macroblock for a macroblock in the current frame. For instance, motion estimation module 32 may search for a source macroblock within an area that is pixels 32 pixels wide by 32 pixels high, with the current macroblock at the center of the search area. When motion estimation module 32 identifies a source macroblock for a macroblock in the current frame, motion estimation module 32 calculates a motion vector for the macroblock in the current frame. The motion vector for the macroblock in the current frame specifies an x value that indicates the difference in horizontal position between the identified source macroblock and the macroblock of the current frame. After motion estimation module 32 has either calculated a motion vector or has been unable to identify a source macroblock for each macroblock in the current frame, motion estimation module 32 may provide the calculated motion vectors for the current frame to reconstructed frame generation module 34.
[0059] Reconstructed frame generation module 34 may use the motion vectors and the reference frames to generate a reconstructed frame. Reconstructed frame generation module 34 may generate the reconstructed frame by applying the motion vectors for each macroblock in the current frame to the source macroblocks in the reference frames. In effect, reconstructed frame generation module 34 creates a frame in which the macroblocks of the reference frames have been "moved" to the positions indicated by the corresponding motion vectors of the current frame.
[0060] Residual frame generation module 36 may generate the residual frame by subtracting pixel component values in the reconstructed frame from corresponding pixel component values in the current frame. In general, the residual frame includes less information than either the reconstructed frame or the current frame. After residual frame generation module 36 generates the residual frame, residual frame generation module 36 provides the residual frame to block splitter module 22 in order to begin the process of spatially encoding the residual frame. Furthermore, motion estimation module 32 may provide the motion vectors for the current frame to entropy encoding module 30 in order to compress the motion vectors. After the residual frame is spatially encoded and entropy encoding module 30 has encoded the motion vectors, stream output module 38 may format the spatially encoded residual frame and the encoded motion vectors as part of a video bitstream.
[0061] FIG. 3 is a block diagram illustrating exemplary details of decoding module 12.
Decoding module 12 may comprise an entropy decoding module 44, a dequantization module 46, an inverse transform module 48, a pixel reconstruction module 50, a frame buffer 51, block combiner module 52, a frame control module 53, a reference frame storage module 54, a reconstructed frame generation module 56, and a predictive frame generation module 58. Some or all of these modules may comprise subsets of the software instructions of decoding module 12. Alternatively, some or all of these modules may comprise special-purpose hardware or firmware. In another alternative, these modules may comprise software instructions and special-purpose hardware or firmware.
[0062] When decoding module 12 receives a bitstream containing a video frame, entropy decoding module 44 may apply an entropy decoding scheme to the matrixes of quantized coefficients in the video frame. The bitstream may include a value that indicates to entropy decoding module 44 which entropy decoding scheme to apply the matrixes of quantized coefficients in the bitstream. In addition, entropy decoding module 44 may apply the same or a different entropy decoding scheme to decode the motion vectors of the video frame.
[0063] After entropy decoding module 44 applies the entropy decoding scheme to the matrixes of quantized coefficients in the video file, a dequantization module 46 may dequantize the coefficients in each of the matrixes of quantized coefficients.
Depending on the coding standard, dequantization module 46 may dequantize the coefficients in a variety of ways. For example, in accordance with the MPEG-4 part 2 standard, dequantization module 46 may use the two quantization matrixes listed above in two different ways. First, dequantization module 46 may use these quantization matrixes to perform H.263-style de-quantization. In H.263-style de-quantization, dequantization module 46 obtains reconstructed coefficients F"[v] [u] from quantized values QF[v] [u] as follows:

0, if QF[v][u] = 0, IF"[v][u]l _ (2 x jQF[v][u]l+1) x quantiser_ scale, if QF[v][u] # 0, quantiser_ scale is odd, (2 x IQF[v] [u]l + 1) x quantiser_ scale- 1, if QF[v] [u] # 0, quantiser_ scale is even.
F"[v][u]: F"[v][u]= Sign(QF[v][u])xjF"[v][u]j , which involves only one multiplication by quantiser_ scale, and Second, dequantization module 46 may use these quantization matrixes to perform MPEG-1/2-style de-quantization. In MPEG-1/2 style de-quantization, dequantization module 46 uses additional weighting matrices W[w] [v] [u] where w indicates which weighting matrix is being used:

F'' [v] [u 10, if QF[v][u] = 0 ((2 x QF[v][u] +k) x W[w][v][u] x quantiser_ scale) / 16, if QF[v][u] # 0 where :
k 0 intra blocks =
Sign(QF[v][u]) non-intrablocks [0064] As described in detail below, inverse transform module 48 scales each of the dequantized coefficients by specific scale factors and adds a midpoint bias term to the DC
coefficient of the resulting matrix of scaled coefficients. The DC coefficient is the coefficient at position (0,0) of the matrix of scaled coefficients. Next, inverse transform module 48 uses repeated applications a fixed-point one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients.
After transforming the matrix of scaled coefficients into the matrix of transformed coefficients, inverse transform module 48 right-shifts each transformed coefficient in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients. Each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional IDCT to the matrix of encoded coefficients. In addition, inverse transform module 48 may clip each of the adjusted coefficients in the matrix of adjusted coefficients in order to produce a matrix of clipped coefficients. The clipped coefficients have values that fall within ranges appropriate for the resulting pixel component value format. For example, the clipped coefficients may have values that fall within the range [-256, 255]. After inverse transform module 48 clips the adjusted coefficients, the resulting clipped values are pixel component values.
[0065] After inverse transform module 48 outputs a matrix of pixel component values, pixel reconstruction module 50 may generate a matrix of pixels by combining the matrix of pixel component values with matrixes of pixel component values associated with equivalent positions within a video frame. For example, pixel reconstruction module 50 may receive a matrix of Y pixel component values, a matrix of Cb pixel component values, and a matrix of Cr pixel component values from inverse transform module 48.
Each of these three matrixes may include pixel components for a single 8x8 block of pixels. Each of the pixels may include a Y pixel component value, a Cb pixel component value, and a Cr pixel component value. After generating the matrix of pixels, pixel reconstruction module 50 may provide the block of pixels to block combiner module 52.
[0066] When block combiner module 52 receives a block of pixels, block combiner module 52 may buffer the block of pixels until block combiner module 52 receives some or all of the blocks of pixels in a video frame. After receiving one or more of the blocks of pixels, block combiner module 52 may combine the blocks of pixels into a video frame and may output the video frame to frame buffer 51. The video frame may be stored in frame buffer 51 until it is displayed by media presentation unit 51. In addition, block combiner module 52 may output the video frame to a frame storage module 54.
Video frames in frame storage module 54 may be used as reference frames for the reconstruction of predictive and bi-predictive frames. In addition, video frames in frame storage module 54 may be residual frames that are used in the reconstruction of predictive and bi-predictive frames.
[0067] In order to reconstruct a predictive or a bi-predictive frame, decoding module 12 includes reconstructed frame generation module 56. Reconstructed frame generation module 56 receives the decoded motion vectors from entropy decoding module 44.
In addition, reconstructed frame generation module 56 retrieves the reference frames of the current frame from frame storage module 54. Reconstructed frame generation module 56 then "moves" macroblocks from their positions in the reference frames into positions indicated by the motion vectors. A reconstructed frame results from moving the macroblocks in this manner. After reconstructed frame generation module 56 generates the reconstructed frame, reconstructed frame generation module 56 provides the reconstructed frame to predictive frame generation module 58.
[0068] When predictive frame generation module 58 receives a temporary frame, predictive frame generation module 58 may retrieve from frame storage module 54 a residual frame for the current frame. After retrieving the residual frame, predictive frame generation module 58 may add corresponding color component values in each pixel of the residual frame and the reconstructed frame. A reconstructed video frame results from this addition. Next, predictive frame generation module 58 may output this reconstructed frame to frame buffer 51 for eventual display on media presentation unit 14.
[0069] FIG. 4 is a flowchart illustrating an example operation of encoding module 8.
Although the operation described in FIG. 4 is described in sequential fashion, it should be noted that the operation may be performed in a pipelined fashion.
[0070] Initially, encoding module 8 receives a sequence of unencoded video frames (60).
For example, encoding module 8 may receive a sequence of unencoded frames in the form of sets of pixels from media source 4. When encoding module 8 receives the sequence of unencoded frames, frame control module 20 in encoding module 8 may determine whether a current frame in the sequence of unencoded frames is to be encoded as an i-frame or as a predictive or bi-predictive frame (62).
[0071] If frame control module 20 determines that the current frame is to be encoded as an i-frame, block splitter module 22 in encoding module 8 may split the current frame into blocks of pixels (64). For example, encoding module 8 may split the current frame into 2x2, 4x4, or 8x8 blocks of pixels.
[0072] After splitting the current frame into blocks of pixels, component extraction module 24 may separate the pixel component values in each of the blocks of pixels (66).
As a result, there may be three blocks of pixel component values for each block of pixels: a block of Y values to represent the brightness of pixels, a block of Cb values to represent the blue chrominance of pixels, and a block of Cr values to represent the red chrominance of pixels.
[0073] Forward transform module 26 in encoding module 8 may then generate a matrix of scaled coefficients for each of the matrixes of pixel component values (68).
Coefficients in these matrixes of scaled coefficients are approximations of values that would be produced by using an ideal two-dimensional forward discrete cosine transform on respective ones of the matrixes of pixel component values.
[0074] After forward transform module 26 generates the matrixes of scaled coefficients for each of the matrixes of pixel components, quantization module 28 in encoding module 8 may quantize the coefficients in each of the matrixes of scaled coefficients (70). Once quantization module 28 has quantized the coefficients in each matrix of scaled coefficients, entropy encoding module 30 may perform an entropy encoding process on each of the matrixes of quantized coefficients (72). For example, encoding module 8 may apply a Huffman encoding scheme or an arithmetic encoding scheme to each matrix of the quantized coefficients. The entropy encoding process further compressed the data.
However, entropy encoding processes do not result in the loss of information.
After performing the entropy encoding process on each matrix of quantized coefficients, stream output module 38 in encoding module 8 may add the encoded matrixes of quantized coefficients to a bitstream for the sequence of video frames (74). After stream output module 38 adds the encoded matrixes to the bitstream, frame control module 20 may determine whether the current frame was the last video frame of the sequence of frames (76). If the current frame is the last frame of the sequence of frames ("YES"
of 76), encoding module 8 has completed the encoding of the sequence of frames (78).
On the other hand, if the current frame is not the last frame of the sequence of frames ("NO" of 76), encoding module 8 may loop back and determine whether a new current frame is to be encoded as an i-frame (62).
[0075] If the current frame is not to be encoded as an i-frame ("NO" of 62), motion estimation module 32 in encoding module 8 may divide the current frame into a set of macroblocks (80). Next, motion estimation module 32 may attempt to identify a source macroblock in one or more reference frames for each of the macroblocks in the current frame (82). Motion estimation module 32 may then calculate a motion vector for each of the macroblocks in the current frame for which motion estimation module 32 was able to identify a source macroblock (84). After motion estimation module 32 calculates the motion vectors, reconstructed frame generation module 34 uses the motion vectors to generate a reconstructed frame by "moving" the identified macroblocks in the reference frames into positions indicated by the motion vectors (86). Residual frame generation module 36 may then generate a residual frame for the current frame by subtracting the pixel component values in the reconstructed frame from corresponding pixel component values in the current frame (88). After residual frame generation module 36 generates the residual frame, entropy encoding module 30 may use an entropy encoding scheme to encode the motion vectors for the current frame (90). In addition, spatial encoding may be applied to the residual frame by applying steps (66) through (74) to the residual frame.
[0076] FIG. 5 is a flowchart illustrating an exemplary operation of decoding module 12.
Although the operation described in FIG. 5 is described in sequential fashion, it should be noted that the operation may be performed in a pipelined fashion.
[0077] Initially, decoding module 12 receives an encoded video frame (100).
After receiving the encoded video frame, entropy decoding module 44 in decoding module 12 may perform an entropy decoding process on blocks of data within the encoded frame (102). Entropy decoding module 44 may perform an entropy decoding process that is equivalent to the entropy encoding process used to encode the frame. For example, if encoding module 8 uses Huffman encoding to encode the frame, entropy decoding module 44 uses Huffman decoding to decode the frame. As a result of applying the entropy decoding process to each block of data in the frame, entropy decoding module 44 has produced a set of matrixes of quantized coefficients.
[0078] Next, dequantization module 46 in decoding module 12 may dequantize the coefficients in each of the matrixes of quantized coefficients (104). After dequantizing each coefficient in the matrixes of quantized coefficients, inverse transform module 48 in decoding module 12 generates matrixes of pixel component values (106). Pixel component values in one of the matrix of pixel component values are approximations of corresponding values that would be produced by transforming one of the matrixes of quantized coefficients using an ideal two-dimensional inverse discrete cosine transform.
[0079] When inverse transform module 48 has computed a matrix of pixel component values for each of the matrixes of coefficients, pixel reconstruction module 50 in decoding module 12 may combine appropriate matrixes of pixel component values in order to create blocks of pixels (108). For example, decoding module 12 may combine a block of Y
values with an associated block of Cr values and an associated block of Cb values in order to create a block of YCrCb pixels. After pixel reconstruction module 50 has created the blocks of pixels, block combiner module 52 may recombine the blocks of pixels into a video frame (110).
[0080] Next, frame control module 53 in decoding module 12 may determine whether the current frame is a i-frame (114). If the current frame is an i-frame ("YES" of 114), block combiner module 52 may output the video frame to frame buffer 51 (114). On the other hand, if the current frame is not an i-frame (i.e., the current frame is a predictive or bi-predictive frame) ("NO" of 114), entropy decoding module 44 uses an entropy decoding scheme to decode the motion vectors of the current frame (116). Next, reconstructed frame generation module 56 uses the decoded motion vectors and one or more reference frames in frame storage module 54 to generate a reconstructed frame (118). Predictive frame generation module 58 may then use the reconstructed frame and the frame generated by block combiner module 52 to generate a reconstructed frame (120).
[0081] FIG. 6 is a block diagram illustrating exemplary details of inverse transform module 48. As illustrated in the example of FIG. 6, inverse transform module 48 may comprise an input module 140. Input module 140 may receive a matrix of coefficients from dequantization module 46. For example, input module 140 may receive a pointer that indicates a location in a memory module of device 2 that stores the matrix of coefficients.
Alternatively, input module 140 may include internal data structures that store the matrix of coefficients.
[0082] When input module 140 receives a matrix of coefficients, input module 140 may provide the matrix of coefficients to a scaling module 142 in inverse transform module 48.
Scaling module 142 may perform operations that generate values that approximate scaling coefficients in the matrix of coefficients by scale factors at equivalent positions in a matrix of scale factors. For example, scaling module 142 may perform multiplication operations to generate values that approximate scaling coefficients in the matrix of coefficients by scale factors at equivalent positions in a matrix of scale factors. In another example, scaling module 142 may perform one or more addition and shift operations. Each of these scale factors may be an 8-bit integer value. When each of the scale factors is an 8-bit integer, the dynamic range of values produced during the transform is reduced.
[0083] After scaling module 142 generates the matrix of scaled coefficients, coefficient biasing module 144 may generate a matrix of biased coefficients by adding a midpoint bias value to the DC coefficient of the matrix of scaled coefficients. As discussed above, the DC coefficient of the matrix is typically the coefficient at the top left position of the matrix. In general, the DC coefficient represents a mean value of the other coefficients in the matrix.
[0084] In order to add a sign-adaptive bias value to the DC coefficient in a 16-bit processor, coefficient biasing module 144 may use the following formula:

DC coefficient = DC coefficient + (1 << (P + 2)).
In this formula, the term (1 << (P + 2)) is added to provide midpoint bias. P
is a constant referring to the number of fixed-point mantissa bits (i.e., bits to the right of the radix point) used in an transform applied by an inverse vector transform module 146. The number 2 is added to P because right-shift module 148 may right-shift all coefficients by (P + 3), where the number `3' comes from the bits of precision added by performing the transform.
To elaborate this point, if a number x is generated by left-shifting 1 by (P +
2) and a number z is generated by right-shifting x by (P + 3), z = /z. (Otherwise stated, 2P+2 /2 P+3 =
20 / 21 = /2) Thus, adding (1 << (P + 2)) to the DC coefficient is equivalent to adding (1 << (P + 3)) / 2 to the DC coefficient.
[0085] After coefficient biasing module 144 generates the matrix of biased coefficients, inverse vector transform module 146 may generate a matrix of intermediate values by applying a fixed-point scaled one-dimensional transform to each row vector of the matrix of biased coefficients. Next, inverse vector transform module 146 may compute a matrix of transformed coefficients by applying the fixed-point scaled one-dimensional transform to each column vector of the matrix of intermediate values. An exemplary operation to apply the fixed-point scale one dimensional transform to a vector of scaled coefficients is presented in FIG. I OB below.
[0086] After inverse vector transform module 146 generates the matrix of transformed coefficients, right-shift module 148 may generate a matrix of adjusted coefficients by right-shifting each of the coefficients in the matrix of transformed coefficients by a number of positions equal to the number of bits added during application of the transform and during scaling. For example, if applying the transform results in an additional three bits and scaling the coefficients adds an additional ten bits, right-shift module 108 may right-shift each of the coefficients by thirteen (3 + 10) positions.
[0087] After right-shift module 148 generates the matrix of adjusted coefficients, a clipping module 150 may generated a matrix of clipped coefficients by "clipping" the coefficients in the matrix of adjusted coefficients in order to restrict the coefficients to a maximum allowable range of pixel component values. For example, a typical pixel component value may range from -256 to 255. If the matrix of adjusted coefficients were to include a coefficient equal to 270, clipping module 150 would restrict this coefficient to the maximum allowable range by reducing the coefficient to 255. After clipping module 150 finishes clipping the coefficients, these coefficients may represent pixel component values. When clipping module 150 finishes clipping the coefficients in the matrix, clipping module 150 may provide the matrix of clipped coefficients to an output module 152.
[0088] When output module 152 receives a matrix of clipped coefficients (which are now pixel component values), output module 152 may output the matrix of pixel component values to pixel reconstruction module 50.
[0089] FIG 7 is a flowchart illustrating an exemplary operation of inverse transform module 34. Initially, input module 140 receives a matrix of coefficients (170). When input module 140 receives the matrix of coefficients, scaling module 142 may scale each value in the matrix of coefficients (172). For example, scaling module 142 may perform operations that multiply each coefficient in the matrix of coefficients by equivalently positioned values in a matrix of scale factors.
[0090] After scaling each coefficient in the matrix of coefficients, coefficient biasing module 144 may add a midpoint bias value to the DC coefficient of the matrix of coefficients (174). After coefficient biasing module 144 adds the bias value to the DC
coefficient of the matrix, inverse vector transform module 146 may determine whether a row counter is less than a maximum row counter (176). Initially, the row counter may be set to zero. The maximum row counter may be a static value that is equal to the number of rows in the matrix of coefficients. For example, if the matrix of coefficients includes eight rows, maximum row counter is equal to eight.
[0091] If the row counter is less than the maximum row counter ("YES" of 176), inverse vector transform module 146 may compute a fixed-point scaled one-dimensional transform on a row vector of the matrix of coefficients indicated by the row counter (178). When inverse vector transform module 146 computes the transform on a row vector of the matrix of coefficients, inverse vector transform module 146 may replace the original coefficients in the row vector of coefficients with a vector of intermediate coefficients.
After inverse vector transform module 146 computes the transform on a row vector of the matrix of coefficients, inverse vector transform module 146 may increment the row counter (180).
Inverse vector transform module 146 may then loop back and again determine whether the row counter is less than the maximum row counter (176).
[0092] If the row counter is not less than (i.e., is greater than or equal to) the maximum row counter ("NO" of 176), inverse vector transform module 146 may determine whether a column counter is less than a maximum column counter (182). Initially, the column counter may be set to zero. The maximum column counter may be a static value that is equal to the number of columns in the matrix of coefficients. For example, if the matrix of coefficients includes eight columns, the maximum column counter is equal to eight.
[0093] If the column counter is less than the maximum column counter ("YES" of 182), inverse vector transform module 146 may compute a one-dimensional transform on a column vector of the matrix of intermediate coefficients indicated by the column counter (184). When inverse transform module 34 computes the transform on a column vector of intermediate coefficients, inverse transform module 34 replaces the intermediate coefficients in the column vector with a vector of transformed coefficients.
[0094] After inverse vector transform module 146 computes the transform on a column vector of the matrix of coefficients, inverse vector transform module 146 may increment the column counter (186). Inverse vector transform module 146 may then loop back and again determine whether the column counter is less than the maximum column counter (182).
[0095] If the column counter is not less than (i.e., is greater than or equal to) the maximum column counter ("NO" of 182), right-shift module 148 may right-shift each of the transformed coefficients in the matrix (188). When right-shift module 148 right-shifts a coefficient, right-shift module 148 may shift the coefficient to the right by a certain number of positions. The result of right-shifting each of the second intermediate coefficients in the matrix is a matrix of adjusted values. After right-shift module 148 has right-shifted each of the transformed coefficients, clipping module 150 may clip the adjusted coefficients in order to ensure that the adjusted coefficients are within an appropriate range for pixel component values (190). For instance, clipping module 150 may clip the adjusted coefficients in order to ensure that the adjusted coefficients are within the range -256 to 255. When clipping module 150 finishes clipping the adjusted coefficients, output module 152 may output the resulting matrix of pixel component values (192).
[0096] FIG. 8 is a block diagram illustrating exemplary details of forward transform module 26. As illustrated in the example of FIG. 8, forward transform module comprises an input module 210 that receives a matrix of pixel component values from component extraction module 24. When input module 210 receives a matrix of pixel component values, input module 210 may provide the matrix of pixel component values to a left-shift module 212. Left-shift module 212 may shift all of the pixel component values in the matrix of pixel component values to the left by the number of mantissa bits used in values that a forward vector transform module 214 uses while performing the forward transform minus the number of mantissa bits removed by performing the forward transform. For example, if ten mantissa bits are used in values while performing the forward transform and three mantissa bits are removed by performing the forward discrete cosine transform, left-shift module 212 may shift the pixel component values to the left by seven positions. In another example, if three mantissa bits are used in values while performing the forward transform and three mantissa bits are removed by performing the forward transform, left-shift module 212 may shift the pixel component values to the left by zero positions.
[0097] After left-shift module 212 shifts the pixel component values, forward vector transform module 214 may apply a forward transform to each column vector in the matrix of pixel component values in order to produce a matrix of intermediate values.
Next, forward vector transform module 214 may apply the forward transform to each row vector in the matrix of intermediate values in order to produce a matrix of transformed coefficients. When forward vector transform module 214 applies the forward transform to a vector, forward vector transform module 214 may apply the forward transform described in FIG. 11, below. Note that the transform described in FIG. 11, below is a reverse of the transform described in FIG. 10A.
[0098] After forward vector transform module 214 produces the matrix of transformed coefficients, a scaling module 216 may apply scaling factors to each transformed coefficient in the matrix of transformed coefficients. Scaling module 216 may apply reciprocals of the scaling factors used by scaling module 142 in inverse transform module 48. For instance, if scaling module 142 scales the coefficients by shifting the coefficients to the left by three positions, scaling module 216 may scale the transformed values by shifting the transformed values to the right by three positions. In another example, if scaling module 142 scales the coefficients by multiplying the coefficients by individual scale factors in a matrix of scale factors, scaling module 216 may scale the transformed values by multiplying the transformed values by scale factors in the matrix of scale factors and then shifting the resulting values to the right by a magnitude. In order to decrease rounding errors, scaling module 216 may add a midpoint bias value to each of the transformed values after multiplying the transformed values by the scale factors. For instance, scaling module 216 may use the following equation to generate a matrix of scaled coefficients:
F[v][u] = (F'[v][u] * S[v][u] + (1 << 19) - ((F'[v][u] >= 0) ? 0 : 1)) > > 20 where v = 0..7, u = 0..7; where S[v] [u] is an entry in the matrix of scale factors, F is the matrix of scaled coefficients, and F' is the matrix of transformed coefficients.
[0099] After scaling module 216 generates the matrix of scaled coefficients, an output module 218 may output the matrix of coefficients to quantization module 28.
[00100] FIG. 9 is a flowchart illustrating an exemplary operation of forward transform module 26. Initially, input module 210 receives a matrix of pixel component values (230). When input module 140 receives the matrix of pixel component values, left-shift module 212 may generate a matrix of adjusted coefficients by upshifting each value in the matrix of pixel component values (232). For example, left-shift module 212 may shift all of the coefficients to the left by ten positions. In this example, left-shift module 212 may shift all of the coefficients to the right by ten positions because forward vector transform module 214 may use fixed point arithmetic in which numbers are encoded using ten bits in the fractional portion. Thus, by shifting the coefficients to the left by ten positions, left-shift module 212 effectively converts the pixel component values into fixed-point numbers with ten mantissa bits.
[00101] After left-shifting each pixel component value in the matrix of adjusted values, forward vector transform module 214 may determine whether a column counter is less than a maximum row counter (234). Initially, the column counter may be set to zero.
The maximum column counter may be a static value that is equal to the number of columns in the matrix of adjusted coefficients. For example, if the matrix of adjusted coefficients includes eight columns, maximum column counter is equal to eight.
[00102] If the column counter is less than the maximum column counter ("YES"
of 234), forward vector transform module 214 may compute a one-dimensional forward transform on a column vector indicated by the column counter (236). When forward vector transform module 214 computes the forward transform on a column vector of the matrix of adjusted coefficients, forward vector transform module 214 replaces the original adjusted coefficients in the column vector with intermediate coefficients.
After forward vector transform module 214 computes the forward transform on a column vector of the matrix of adjusted coefficients, forward vector transform module 214 may increment the column counter (238). Forward vector transform module 214 may then loop back and again determine whether the column counter is less than the maximum column counter (234).
[00103] If the column counter is not less than (i.e., is greater than or equal to) the maximum column counter ("NO" of 234), forward vector transform module 214 may determine whether a row counter is less than a maximum row counter (240).
Initially, the row counter may be set to zero. The maximum row counter may be a static value that is equal to the number of row vectors in the matrix of coefficients. For example, if the matrix of coefficients includes eight rows, the maximum row counter is equal to eight.
[00104] If the row counter is less than the maximum row counter ("YES" of 240), forward vector transform module 214 may compute a one-dimensional discrete cosine transform on a row vector indicated by the row counter (242). Because forward vector transform module 214 has already computed the forward transform on the row vectors of the matrix, the matrix of coefficients now contains intermediate coefficients.
When forward vector transform module 214 computes the forward transform on a row vector of intermediate coefficients, forward vector transform module 214 replaces the intermediate coefficients in the column vector with transformed coefficients.
[00105] After forward vector transform module 214 computes the discrete cosine transform on a row vector of the matrix of coefficients, forward vector transform module 214 may increment the row counter (244). Forward vector transform module 214 may then loop back and again determine whether the row counter is less than the maximum row counter (240).
[00106] If the row counter is not less than (i.e., is greater than or equal to) the maximum row counter ("NO" of 240), scaling module 216 may scale each transformed coefficient in the matrix of transformed coefficients (246). When scaling module 216 scales a coefficient, scaling module 216 may shift the coefficient to the right by a certain number of positions. After scaling module 216 has scaled each of the transformed coefficients, output module 218 may output the resulting matrix of scaled coefficients (248).
[00107] FIG. 10A is a flow diagram illustrating an exemplary one-dimensional transform 260. In FIG. 10A, the values Xo, X1, X2, X3, X4, X5, X6, and X7 represent input coefficients and values xo, xi, x2, x3, x4, x5, X6, and x7 represent output values of transform 260. The value associated with a line after a circle that encompasses a "+"
symbol is the result of adding the values associated with the arrows that points into the circle. The value associated with a line after a circle that encompasses an "x" symbol is the result of multiplying the coefficient positioned next to the circle and values associated with the lines that pass through the circles. The symbol "-" next to an arrow represents a negation of the value associated with the arrow. For example, if the value "10" is associated with an arrow before a "-" symbol, the value "-10" is associated with the arrow after the "-" symbol.
[00108] Transform 260 uses fourteen multiplications by seven unique irrational factors. For convenience this disclosure refers to these unique irrational factors as a, 0, y, 6, c, c and ii. In transform 260, a = J cos(3,r / 8), ( 3 = J sin(3,r / 8), y = cos(ir / 16), 6 =
sin(ir / 16), c = cos(3ir / 16), ~ = sin(3ir / 16), and rj _ . Note that a, 0, y, 6, c, ~, and rj AF2 are all irrational numbers. Because a, 0, y, 6, c, ~, and 11 are irrational numbers, tolerably accurate representations of a, 0, y, 6, r,, ~, and 11 may require a relatively large number of bits. Consequently, compliance with the requirements of typical coding standards might not be possible when using fixed-point numbers with relatively small numbers of mantissa bits to compute transform 260. Furthermore, because a, 0, y, 6, r,, ~, and 11 are irrational numbers, it might not be possible to reduce multiplications by a, 0, y, 6, r,, ~, and T1 to sequences of shift operations, addition operations, and or subtraction operations.
[00109] FIG. l0B is a flow diagram illustrating an exemplary one-dimensional scaled transform 270. Transform 270 is a scaled version of transform 260. In transform 270, the value rl has been factored out of transform 260, a value (ilw) has been be factored out of values y, 6, r,, and ~ of transform 260, and a value (l/gyp) has been factored out of values a and 0 of transform 260. When (l/yr) and (1/gyp) are factored out of these coefficients, the following vector represents values by which Xo-X7 are multiplied prior to transform 270:
< 1, (l/y<), (l/gyp), (,F2 / y<),1, (,F2 / y<), (l/gyp), (ilw) >.
The values of a, 0, y, 6, r,, ~ and r) may change when (l/yr) and (l/gyp) are factored out of a, 0, y, 6, r,, and ~. For purposes of convenience, the values a, 0, y, 6, E, and ~ after (1/AY) and (l/gyp) are factored out are referred to as a', (3', y', 6', E', and ~'. For example, when w =
1.352708058 and T = 0.959700091, a' z 133/256, (3' 321/256, y' z 679/512, 6' 135/512, E' z 4605/4096, and c' z 1539/2048.
[00110] Values a', (3', y', 6', E', and c' may be selected in various ways such that they would approximate products of a, 0, y, 6, r,, and c by corresponding factors AY or T. In general, the values of factors yr and T and values a', (3', y', 6', E', c' may be selected without changing the overall design of transform 270. Finding good values of these factors may represent a complex optimization problem that might yield multiple solutions with different complexity/precision tradeoffs. For instance, multiplications by some values of a', (3', y', 6', E', and c' may be more convenient to calculate than others.
Furthermore, the values of yr and T may be important because they serve as the basis for scale factors, and some scale factors may be more convenient to calculate than others. For example, multiplications by a first set values for a', (3', y', 6', E', and c' may approximated by a series of addition operations and shift operations that are shorter a series of addition operations and shift operations for a different set of values for a', (3', y', 6', E', and ~'. For instance, when yr = 1.352708058 and T = 0.959700091, y' may be approximated as 679/512. Three shift operations and three addition operations may be required to approximate a multiplication by 679/512. Furthermore, when yr = 1.1810842 and (p =
0.801251953, y' may be approximated as 18981/16384. Four shift operations and four addition operations may be required to approximate a multiplication by 18981/16384.
[00111] A matrix of scale factors may be computed by multiplying the transpose of the vector < 1, (I /V), (l /gyp), (,r2-/ yr), 1, (I / yr), (l /gyp), (1 /y<) >
by the same vector. This results in an 8x8 matrix of values:
A B C D A D C B
B E F G B G F E
C F H I C I H F
D G I J D J I G
A B C D A D C B
D G I J D J I G
C F H I C I H F
B E F G B G F E

In this matrix of scale factors, A = 1 * 1, B = 1 * 1 /(,ff / yr), C = 1 *
1/(p, D = 1 * (/ /
yr), E = (1/yr)2, F = (1/y<) * (l/gyp), G = (1/y<) * (,r2 / yr), H = (1/T)2, I
= (I/ T) * (-F2 / yr), andJ=(i /yr) * (j /yr).
[00112] Because the scale factors are multiplied with the coefficients prior to the application of the transform, the scale factors A, B, C, D, E, F, G, H, I, and J may be left-shifted by P positions, where P is a constant referring to a number of fixed-point mantissa bits (i.e., bits to the right of the radix point) used in an transform. This effectively converts the original coefficients into fixed-point numbers that have P mantissa bits.
In other words, each of the coefficients in the matrix is multiplied by 2P. The resulting values may then be approximated by integer values. Thus, A, B, C, D, E, F, G, H, I, and J
in the above matrix may be replaced with A' z 2P, B' z (Nf2- / Ni) * 2P, C' z 1/(p * 2P, D' . (,r2- l yr) *
2P, E' z (1/yr)2 * 2P, F' ,,, (1/yr) * (1/(p) * 2P, G' (1/yr) * (,f2 / Ni) *
2P, H' z (1/(p)2 * 2P, I' z (1 /gyp) * (-F2 / yr) * 2P, and J z (~2 / yr) * (,F2 l yr) * 2P.
[00113] For example, let Ni = 1.352708058, let (p = 0.959700091, and let P =
10.
Given these values of yr, (p, and P, the scale factors A' = 1024, B' = 757, C' = 1067, D' _ 1071, E' = 560, F' = 789, G' = 792, H' = 1112, I' = 1116, and J' = 1120 may be selected.
Thus, the following matrix of scale factors may result:
[00114] The following tables summarize exemplary scale factors and values of a', (3', y', 8', c', and ~' that may be used with transform 270.

Table 1: Constant factors approximations used in algorithm A.
Factor Value Algorithms: Complexity Times x=x*[A,...,J]>>2; x=x*[ a, 7,6]; y=x*[ ,8, ]; Adds Shifts used A' 2048 (x * A') = (x<<9). 0 1 4 B' 1703 x2=-x+(x<<6), 4 4 8 x3=x2+(x2<<3), x4=(x+x3)<<1, (x * B' = (x3+x4)>>2;
C' 2676 x2=-x+(x<<3), 3 3 8 x3=-x+(x2<<5), (x * C' = x3+ x3 1 ;
D' 2408 x2=x+(x<<5), 3 3 8 x3=x2<<1, x4=x+x3, (x * D') = x3+(x4<<3);
E' 1416 x2=x<<4, 3 3 4 x3=x2<<3, x4=x3-x2, x5=x+x4, (x * E' = x3+ x5 1 ;
F' 2225 x2=x<<5, 3 4 8 x3=x+(x2<<2), x4=x3 <<4, x5=x2+x3, (x * F' = (x4+x5)>>2;
G' 2003 x2=x<<4, 3 3 8 x3=x2-x, x4=-x3+(x2<<5), (x * G' = (x3>>2)+ x4;
H' 3496 x2=x<<3, 3 3 4 x3=x2-x, x4=x3<<1, x5=x2+x4, (x * H' = -x5+ x4 6 ;
I' 3147 x2=x<<9, 4 3 8 x3=-x+(x<<4), x4=x2+x3, x5=x2+x4, (x * I' = x5 2 +x4;
J' 2832 x2=x<<2, 3 3 4 x3=x2-x, x4=x3<<6, x5=x2+x4, (x * J') = x5+(x2<<7);
a' 53/128 (x*(3')=x, 3 3 2 (3' 1 x2 = x >> 2, x3 = x + x2, x4 = x2 - x, x*a' = x3 5 x4 1 ;
y' 151/128 x2 = x - (x >> 4), 3 3 2 8' 15/32 x3 = x2 + (x >> 7), (x * 8') = x2 >> 2;
x* _ +x3;
1 (x * s') = x 3 3 2 171/256 x2=(x>> 3)-x;
x3 = x+(xc >> 3);
(x =x3 x3 2;
Complexity of scaled 1D transform: 44 18 Total complexity of 2D scaling: 196 200 Complexity of a complete 2D transform: 901 552 Table 2: Constant factors approximations used in Algorithm B.
Factor Value Algorithms: Com lexi Times x=x*[ A,...,J, a, y, 8]; y-x*[ , Adds Shifts used A' 1024 (x * A') = x<<10; 0 1 4 B' 757 x2=-x+(x<<6), 3 3 8 x3=(x2<<2), x4=(x3<<1), (x * B') =x+x3, x=x4+x5;
C' 1067 x2=-x+(x<<6), 3 3 8 x3=-x+(x2<<2), (x * C' = x3<<2, x=x2+x4;
D' 1071 x2=x<<6, 2 2 8 x3=x2-x, (x * D' = x3+ x3 4 ;
E' 560 x2=x<<5, 2 2 4 x3=x+x2, x4=x3<<4, (x * E' = x2+x4;
F' 789 x2=x<<3, 3 3 8 x3=x2-x, x4=x3+(x2<<5), (x * F') = x4+(x4<<1);
G' 792 x2=x+(x<<5), 2 3 8 x3=x2<<1, x4=x2+x3, (x * G' = x4<<3;
H' 1112 x2=x<<4, 3 3 4 x3=x2-x, x4=x2+x3, x5=x3+(x4<<2), (x * H' = x5<<3;

I' 1116 x2=-x+(x<<5), 2 3 8 x3=x2<<3, x4=x2+x3, (x * I' = x4<<2;
J' 1120 x2=-x+(x<<3), 2 3 4 x3=x2+(x2<<2), (x * J') = x3<<5;
133/256 x2=x>>2, 3 4 2 R' 321/256 x3=x+x2, x4=x+(x3>>5), (x * a') = x4>>l;
(x * = x3-(-x2>>6);
71 679/512 x2=x>>4, 3 3 2 g' 135/512 x3=x>>9, x4=x+x2, (x * 8') = -x3+(x4>>2);
x* = x4 + x*6' ;
8' 4605/4096 x2 = x + (x >> 1), 3 4 2 1539/2048 0 = x2 + (x2 >> 9), -(x * ~') = -x3 >> 1;
x*s' =x2 1 ;
Complexity of scaled 1D transform: 44 22 Total complexity of 2D scaling: 148 172 Complexity of 2D transform w/o scaling: 704 352 Complexity of a complete 2D transform: 852+1 524+64 Table 3: Constant factors approximations used in Algorithm C.
Factor Value Algorithms: Comp exity Times x=x*[ A,...,J, a, y, 8]; y-x*[ , Adds Shifts used A' 1024 (x * A') = x<<10; 0 1 4 B' 1138 x2=x1<<1, 3 3 8 x3=x2<<3, x4=x2+x3, x5= x3-x2, (x * B' = (x4<<6)-x5;
C' 1730 x2=x1<<1, 3 3 8 x3=xl+x2, x4=x3<<3, x5=x3+x4, (x * C' = x2+ x5 6 ;
D' 1609 x2=x1 3, 3 3 8 x3=x2<<1, x4=xl+x2, x5=x3+x4, x*D' =x4+x5 6;
E' 1264 x2=x1 2, 2 3 4 x3=x2<<2, x4=x2+x3, x5=x4<<6, (x * E' = x5-x3;
F' 1922 x2=x1<<1, 2 3 8 x3=x2<<3, x4=-xl+x3, x5=x4<<7, (x * F) = x2+x5;
G' 1788 x2=x1 2, 2 3 8 x3=x2<<l, x4=x3-xl, x5=x4<<8, (x * G' = x5-x2;
H' 2923 x2=x1 l, 4 3 4 x3=xl+x2, x4=(x3<<3)-xl, x5=x4-x2, (x * H' = (x4<<7)-x5;
I' 2718 x2=x1 l, 3 4 8 x3=x2<<l, x4=xl+x3, x5=x4+(x4<<4), (x * I' = (x5<<5)-x2;
J' 2528 x2=x1 2, 2 3 4 x3=xl+x2, x4=x3<<4, x5=x4-xl, (x * J' = x5<<5;
q' 41/128 x2=x+(x>>5); 3 3 2 99/128 x3=x2>>2;
(x * a9)=x3+(x 4);
(x * (3')=x2-x3;
113/128 x2=(x>>3)-(x>>7); 4 4 2 g' 719/4096 x3=x2-(x>>l1);
(x * 8')=x2+(x3>>1);
(x * y' =x-x2;
1533/2048 x2=(x>>9)-x; 2 3 2 1/2 (x * c') = x>>l;
(x * s' = (x2>>2)-x2;
Complexity of a scaled 1D transform: 44 20 Total complexity of 2D scaling: 160 192 Complexity of a complete 2D transform: 865 576 [00115] To illustrate how IDCT module 48 may use the scale factors, constant values, and algorithms provided in the above tables, consider Table 3 above.
To apply an inverse discrete cosine transform using the values in Table 3, input module 140 in IDCT
module 48 may receive an 8x8 matrix of coefficients. Next, scaling module 142 scales a coefficient at position [0,0] of the matrix by a factor A; scales a coefficient at position [0,1 ]
of the matrix by a factor B; scales a coefficient at position [0,2] of the matrix by a factor C;
scales a coefficient at position [0,3] of the matrix by a factor D; scales a coefficient at position [0,4] of the matrix by the factor A; scales a coefficient at position [0,5] of the matrix by the factor D; scales a coefficient at position [0,6] of the matrix by the factor C;
scales a coefficient at position [0,7] of the matrix by the factor B; scales a coefficient at position [1,0] of the matrix by the factor B; scales a coefficient at position [1,1] of the matrix by a factor E; scales a coefficient at position [1,2] of the matrix by a factor F; scales a coefficient at position [1,3] of the matrix by a factor G; scales a coefficient at position [1,4] of the matrix by the factor B; scales a coefficient at position [1,5] of the matrix by the factor G; scales a coefficient at position [1,6] of the matrix by the factor F; scales a coefficient at position [1,7] of the matrix by the factor E; scales a coefficient at position [2,0] of the matrix by the factor C; scales a coefficient at position [2,1] of the matrix by the factor F; scales a coefficient at position [2,2] of the matrix by a factor H;
scales a coefficient at position [2,3] of the matrix by a factor I; scales a coefficient at position [2,4]
of the matrix by the factor C; scales a coefficient at position [2,5] of the matrix by the factor I; scales a coefficient at position [2,6] of the matrix by the factor H; scales a coefficient at position [2,7] of the matrix by the factor F; scales a coefficient at position [3,0] of the matrix by the factor D; scales a coefficient at position [3,1 ]
of the matrix by the factor G; scales a coefficient at position [3,2] of the matrix by the factor I; scales a coefficient at position [3,3] of the matrix by the factor J; scales a coefficient at position [3,4] of the matrix by the factor D; scales a coefficient at position [3,5] of the matrix by the factor J; scales a coefficient at position [3,6] of the matrix by the factor I; scales a coefficient at position [3,7] of the matrix by the factor G; scales a coefficient at position [4,0] of the matrix by the factor A; scales a coefficient at position [4,1 ]
of the matrix by the factor B; scales a coefficient at position [4,2] of the matrix by the factor C; scales a coefficient at position [4,3] of the matrix by the factor D; scales a coefficient at position [4,4] of the matrix by the factor A; scales a coefficient at position [4,5] of the matrix by the factor D; scales a coefficient at position [4,6] of the matrix by the factor C; scales a coefficient at position [4,7] of the matrix by the factor B; scales a coefficient at position [5,0] of the matrix by the factor D; scales a coefficient at position [5,1 ]
of the matrix by the factor G; scales a coefficient at position [5,2] of the matrix by the factor I; scales a coefficient at position [5,3] of the matrix by the factor J; scales a coefficient at position [5,4] of the matrix by the factor D; scales a coefficient at position [5,5] of the matrix by the factor J; scales a coefficient at position [5,6] of the matrix by the factor I; scales a coefficient at position [5,7] of the matrix by the factor G; scales a coefficient at position [6,0] of the matrix by the factor C; scales a coefficient at position [6,1] of the matrix by the factor F; scales a coefficient at position [6,2] of the matrix by a factor H;
scales a coefficient at position [6,3] of the matrix by a factor I; scales a coefficient at position [6,4]
of the matrix by the factor C; scales a coefficient at position [6,5] of the matrix by the factor I; scales a coefficient at position [6,6] of the matrix by the factor H; scales a coefficient at position [6,7] of the matrix by the factor F; scales a coefficient at position [7,0] of the matrix by the factor B; scales a coefficient at position [7,1 ]
of the matrix by a factor E; scales a coefficient at position [7,2] of the matrix by a factor F;
scales a coefficient at position [7,3] of the matrix by a factor G; scales a coefficient at position [7,4]
of the matrix by the factor B; scales a coefficient at position [7,5] of the matrix by the factor G; scales a coefficient at position [7,6] of the matrix by the factor F; and scales a coefficient at position [7,7] of the matrix by the factor E. When scaling module 142 scales these coefficients, scaling module 142 may use the values A = 1024, B = 1138, C = 1730, D = 1609, E = 1264, F = 1922, G = 1788, H = 2923, I = 2718, and J = 2528, as specified in Table 6. These scaled coefficients constitute a matrix of scaled coefficients.
[00116] After scaling module 142 scales the coefficients, inverse transform module 146 may apply a transform to each row vector of the matrix of scaled coefficients to produce a matrix of intermediate coefficients and apply the transform to each column vector of the matrix of intermediate coefficients to produce a matrix of transformed coefficients. Inverse transform module 146 may apply the transform to a row vector or a column vector by: calculating a value xo' by adding xo and x4; calculating a value x4' by adding xo and x4; calculating a value (x2 * a) by multiplying x2 by a value a;
calculating a value (x6* f3) by multiplying x6 by a value 0; calculating a value (x2* f3) by multiplying x2 by the value 0; calculating a value (x6*a) by multiplying x6 by a value a;
calculating a value x2' by adding (x2*(x) and -(x6*(3); calculating a value x6' by adding (x6*a) and (x2*(3);
calculating a value xo" by adding xo' and x6'; calculating a value x4" by adding x4' and x2';
calculating a value x2" by adding x4' and -X2'; calculating a value x6" by adding xo' and -X6'; calculating a value x7' by adding xi and x7; calculating a value xi' by adding xi and x7;
calculating a value x3' by multiplying x3 and square root of two; calculating a value x5' by multiplying x5 and square root of two; calculating a value x7" by adding x7' and x5';
calculating a value x3" by adding xi' and -X3'; calculating a value x5" by adding x7' and -X5'; calculating a value xi" by adding x3' and xi'; calculating a value (x7"*E) by multiplying x7" and a value r,; calculating a value (x7"*~) by multiplying x7"
and a value c; calculating a value (x3"*y) by multiplying x3" and a value y; calculating a value (x3"*6) by multiplying x3" and a value 6; calculating a value (x5"*6) by multiplying x5" and the value 6; calculating a value (x5"*y) by multiplying x5" and the value y;
calculating a value (xi"*~) by multiplying xi" and the value c; calculating a value (xi"*E) by multiplying xi"

and the value v; calculating a value x7"' by adding (x7"*E) and -(xi"*~);
calculating a value x3"' by adding (x3"*y) and -(x5"*6); calculating a value x5"' by adding (x5"*y) and (X3' * 6); calculating a value xi "' by adding (Xi' * c) and (X7 " * c);
calculating a value Xo by adding x7"' and x0"; calculating a value X, by adding x4" and x5"';
calculating a value X2 by adding x2" and x3"'; calculating a value X3 by adding x6" and x7"';
calculating a value X4 by adding x6" and xi"'; calculating a value X5 by adding x2" and-X3 "';
calculating a value X6 by adding x4" and-X5 "'; calculating a value X7 by adding xo" and xi"', wherein x0, xi, x2, x3, x4, x5, x6, x7are coefficients in a row vector or a column vector and X1, X2, X3, X4, X5, X6, and X7are output values of the transform. When performing these calculations, inverse transform module 146 uses the fractional values a = 41/128, 0 =
99/128, y =
1533/2048, 6 = 1/2 , E = 113/128, and ~ = 719/4096, products by which are computed by multiplier-less algorithms as specified in Table 3.
[00117] The following code contains an exemplary C-language implementation of transform 270:
/* Define the scaling factors values */
#define A 1024 #define B 1138 #define C 1730 #define D 1609 #define E 1264 #define F 1922 #define G 1788 #define H 2923 #define I 2718 #define J 2528 /* Define the matrix of scaling factors */
static int scale [8*8] = {
A, B, C, D, A, D, C, B, B, E, F, G, B, G, F, E, C, F, H, I, C, I, H, F, D, G, I, J, D, J, I, G, A, B, C, D, A, D, C, B, D, G, I, J, D, J, I, G, C, F, H, I, C, I, H, F, B, E, F, G, B, G, F, E

void scaled ld idct (int int *);
void idct (short *P) {
int block[8*8], block2[8*8], i;

/* Scale each of the input coefficients */

for (i=0; i<64; i++) block[i] = scale[i] * P[i];

/* Add bias to the DC coefficient */
block[0] += 1 << 12;

/* Apply the vector inverse discrete cosine transform to each row and column of the block. */
for (i=0; i<8; i++) scaled 1d idct (block + i*8, block2 + i);
for (i=0; i<8; i++) scaled ld idct (block2 + i*8, block + i);

/* Right-shift each of the transformed coefficients */
for (i=0; i<64; i++) P[i] = block[i] >> 13;
}

#define mull (y, z) {
int y2, y3;
y2 = (y >> 3) - (y >> 7) ;
y3 = y2 - (y >> 11);
z = y2 + (y3 >> 1);
y = y - y2;
}
#define mul_2(y,z) {
int y2;
y2 = (y >> 9) - y;
z = y >> 1;
y = (y2 >> 2) - y2;
}

#define mul_3(y,z) {
int y2, y3;
y2 = y + (y >> 5);
y3 = y2 >> 2;
y = y3 + (y >> 4);
z = y2 - y3;
}
void scaled ld idct (int *in, int *out) {
int x0, x1, x2, x3, x4, x5, x6, x7, xa, xb;
x1 = in[1];
x3 = in[3];
x5 = in[5];
x7 = in[7];
xa = x1 + x7;

xb = xl - x7;

xl = xa + x3;
x3 = xa - x3;
x7 = xb + x5;
x5 = xb - x5;
mul1(x3, xa);
mul1(x5, xb);
x3 = x3 - xb;
x5 = x5 + xa;
mul2(xl, xa);
mul2(x7, xb);
xl = xl + xb;
x7 = x7 - xa;
xO = in[O];
x2 = in[2];
x4 = in[4] ;
x6 = in [ 6] ;
mul3(x2, xa);
mul3(x6, xb);
x2 = x2 - xb;
x6 = x6 + xa;
xa = xO + x4;
xb = xO - x4;
xO = xa + x6;
x6 = xa - x6;
x4 = xb + x2;
x2 = xb - x2;
out[0*8] = xO + x1;
out[1*8] = x4 + x5;
out[2*8] = x2 + x3;
out[3*8] = x6 + x7;
out[4*8] = x6 - x7;
out[5*8] = x2 - x3;
out[6*8] = x4 - x5;
out[7*8] = xO - x1;
}

void scaled ld fdct (int int *);
void fdct (short *P) {
int block[8*8], block2[8*8], i;
for (i=0; i<64; i++) block[i] = P[i] << 7;

for (i=0; i<8; i++) scaled 1d fdct (block + i, block2 + i*8);
for (i=0; i<8; i++) scaled ld fdct (block2 + i, block + i*8);
for (i=0; i<64; i++) P[i] = (block[i] * scale[i] + Ox7FFFF - (block[i]>>31)) 20;
}
void scaled ld fdct (int *in, int *out) {
int xO, x1, x2, x3, x4, x5, x6, x7, xa, xb;
xO = in[0*8] + in[7*8];
x1 = in[0*8] - in[7*8];
x4 = in[1*8] + in[6*8];
x5 = in[1*8] - in[6*8];
x2 = in[2*8] + in[5*8];
x3 = in[2*8] - in[5*8];
x6 = in[3*8] + in[4*8];
x7 = in[3*8] - in[4*8];
mul1(x3, xa);
mul1(x5, xb);
x3 = x3 + xb;
x5 = x5 - xa;
mul2(x1, xa);
mul2(x7, xb);
x1 = x1 - xb;
x7 = x7 + xa;
xa = x1 + x3;
x3 = x1 - x3;
xb = x7 + x5;
x5 = x7 - x5;
x1 = xa + xb;
x7 = xa - xb;
xa = xO + x6;
x6 = xO - x6;
xb = x4 + x2;
x2 = x4 - x2;
xO = xa + xb;
x4 = xa - xb;
mul3(x2, xa);
mul3(x6, xb);
x2 = xb + x2;
x6 = x6 - xa;

out[0] = x0;
out[1] = x1;
out [2] = x2;
out [3] = x3;
out[4] = x4;
out [5] = x5;
out [ 6] = x6;
out[7] = x7;
}
[00118] FIG. 11 is a flow diagram illustrating an exemplary scaled transform used by forward transform module 214. In FIG. 11, the values Xo, X1, X2, X3, X4, X5, X6, and X7 represent output coefficients and values xo, xi, x2, x3, x4, x5, X6, and x7 represent input values. The value associated with a line after a circle that encompasses a "+" symbol is the result of adding the values associated with the arrows that points into the circle. The value associated with a line after a circle that encompasses an "x" symbol is the result of multiplying the coefficient positioned next to the circle and values associated with the lines that pass through the circles. The symbol "-" next to an arrow represents a negation of the value associated with the arrow. For example, if the value "10" is associated with an arrow before a "-" symbol, the value "-10" is associated with the arrow after the "-" symbol.
Furthermore, it should be noted that the techniques described above to reduce rounding error using negatived coefficients and subtraction may be used in algorithm 190.
[00119] In transform 280, the output values Xo through X7 are multiplied by the factors 1, gyp, gyp, yr, yr, yr, and yr, respectively. Notice that these factors are the reciprocals of the values factored out of a', (3', y', 6', E', and ~' in transform 270.
[00120] The techniques described herein may be implemented in hardware, software, firmware, or any combination thereof. Any features described as modules or components may be implemented together in an integrated logic device or separately as discrete but interoperable logic devices. If implemented in software, the techniques may be realized at least in part by a computer-readable medium comprising instructions that, when executed, performs one or more of the methods described above. The computer-readable medium may form part of a computer program product, which may include packaging materials. The computer-readable medium may comprise random access memory (RAM) such as synchronous dynamic random access memory (SDRAM), read-only memory (ROM), non-volatile random access memory (NVRAM), electrically erasable programmable read-only memory (EEPROM), FLASH memory, magnetic or optical data storage media, and the like. The techniques additionally, or alternatively, may be realized at least in part by a computer-readable communication medium that carries or communicates code in the form of instructions or data structures and that can be accessed, read, and/or executed by a computer.
[00121] The code may be executed by one or more processors, such as one or more digital signal processors (DSPs), general purpose microprocessors, an application specific integrated circuits (ASICs), field programmable logic arrays (FPGAs), or other equivalent integrated or discrete logic circuitry. Accordingly, the term "processor," as used herein may refer to any of the foregoing structure or any other structure suitable for implementation of the techniques described herein. In addition, in some aspects, the functionality described herein may be provided within dedicated software modules or hardware modules configured for encoding and decoding, or incorporated in a combined video encoder-decoder (CODEC).
[00122] Various embodiments of the invention have been described. These and other embodiments are within the scope of the following claims.

Claims (66)

1. A method comprising:
scaling each coefficient in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients, wherein A = 1024, B= 1138, C= 1730, D= 1609, E= 1264, F= 1922, G= 1788, H= 2923,1= 2718, and J= 2528;
using repeated applications of a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients;
right-shifting transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients;
wherein each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional inverse discrete cosine transform ("IDCT") to the matrix of encoded coefficients;
displaying an 8x8 block of pixels, wherein each pixel in the 8x8 block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
2. The method of claim 1, wherein using repeated applications of the fixed-point scaled one-dimensional transform comprises:
applying the fixed-point scaled one-dimensional transform to each row vector of the matrix of scaled coefficients to produce a matrix of intermediate coefficients;
applying the fixed-point scaled one-dimensional transform to each column vector of the matrix of intermediate coefficients to produce a matrix of transformed coefficients.
3. The method of claim 1, wherein displaying the 8x8 block of pixels comprises displaying the 8x8 block of pixels as part of a video frame in a video sequence.
4. The method of claim 1, wherein displaying the 8x8 block of pixels comprises displaying the 8x8 block of pixels as part of a still image.
5. The method of claim 1, wherein scaling coefficients in the matrix of coefficients comprises:
scaling a coefficient at position [0,0] of the matrix of encoded coefficients by the factor A;
scaling a coefficient at position [0,1] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [0,2] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [0,3] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [0,4] of the matrix of encoded coefficients by the factor A;
scaling a coefficient at position [0,5] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [0,6] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [0,7] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [1,0] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [1,1] of the matrix of encoded coefficients by the factor E;
scaling a coefficient at position [1,2] of the matrix of encoded coefficients by the factor F;
scaling a coefficient at position [1,3] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [1,4] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [1,5] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [1,6] of the matrix of encoded coefficients by the factor F;

scaling a coefficient at position [1,7] of the matrix of encoded coefficients by the factor E;
scaling a coefficient at position [2,0] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [2,1] of the matrix of encoded coefficients by the factor F;
scaling a coefficient at position [2,2] of the matrix of encoded coefficients by the factor H;
scaling a coefficient at position [2,3] of the matrix of encoded coefficients by the factor I;
scaling a coefficient at position [2,4] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [2,5] of the matrix of encoded coefficients by the factor I;
scaling a coefficient at position [2,6] of the matrix of encoded coefficients by the factor H;
scaling a coefficient at position [2,7] of the matrix of encoded coefficients by the factor F;
scaling a coefficient at position [3,0] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [3,1] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [3,2] of the matrix of encoded coefficients by the factor I;
scaling a coefficient at position [3,3] of the matrix of encoded coefficients by the factor J;
scaling a coefficient at position [3,4] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [3,5] of the matrix of encoded coefficients by the factor J;
scaling a coefficient at position [3,6] of the matrix of encoded coefficients by the factor I;

scaling a coefficient at position [3,7] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [4,0] of the matrix of encoded coefficients by the factor A;
scaling a coefficient at position [4,1] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [4,2] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [4,3] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [4,4] of the matrix of encoded coefficients by the factor A;
scaling a coefficient at position [4,5] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [4,6] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [4,7] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [5,0] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [5,1] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [5,2] of the matrix of encoded coefficients by the factor I;
scaling a coefficient at position [5,3] of the matrix of encoded coefficients by the factor J;
scaling a coefficient at position [5,4] of the matrix of encoded coefficients by the factor D;
scaling a coefficient at position [5,5] of the matrix of encoded coefficients by the factor J;
scaling a coefficient at position [5,6] of the matrix of encoded coefficients by the factor I;

scaling a coefficient at position [5,7] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [6,0] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [6,1] of the matrix of encoded coefficients by the factor F;
scaling a coefficient at position [6,2] of the matrix of encoded coefficients by the factor H;
scaling a coefficient at position [6,3] of the matrix of encoded coefficients by the factor I;
scaling a coefficient at position [6,4] of the matrix of encoded coefficients by the factor C;
scaling a coefficient at position [6,5] of the matrix of encoded coefficients by the factor I;
scaling a coefficient at position [6,6] of the matrix of encoded coefficients by the factor H;
scaling a coefficient at position [6,7] of the matrix of encoded coefficients by the factor F;
scaling a coefficient at position [7,0] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [7,1] of the matrix of encoded coefficients by the factor E;
scaling a coefficient at position [7,2] of the matrix of encoded coefficients by the factor F;
scaling a coefficient at position [7,3] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [7,4] of the matrix of encoded coefficients by the factor B;
scaling a coefficient at position [7,5] of the matrix of encoded coefficients by the factor G;
scaling a coefficient at position [7,6] of the matrix of encoded coefficients by the factor F;

scaling a coefficient at position [7,7] of the matrix of encoded coefficients by the factor E.
6. The method of claim 2, wherein applying the transform to either a row vector or a column vector comprises:
calculating a value x0' by adding x0 and x4;
calculating a value x4' by adding x0 and -x4;
calculating a value (x2 *.alpha.) by multiplying x2 by a value .alpha.;
calculating a value (x6*.beta.) by multiplying x6 by a value .beta.;
calculating a value (x2*.beta.) by multiplying x2 by the value .beta.;
calculating a value (x6*.alpha.) by multiplying x6 by a value .alpha.;
calculating a value x2' by adding (x2*.alpha.) and -(x6*.beta.);
calculating a value x6' by adding (x6*.alpha.) and (x2*.beta.);
calculating a value x0" by adding x0' and x6';
calculating a value x4" by adding x4' and x2';
calculating a value x2" by adding X4' and -x2';
calculating a value x6" by adding x0' and -x6';
calculating a value x7' by adding x1 and -X7;
calculating a value x1' by adding x1 and x7;
calculating a value x3' by multiplying x3 and square root of two;
calculating a value x5' by multiplying x5 and square root of two;
calculating a value x7" by adding x7' and x5';
calculating a value x3" by adding x1' and -X3';
calculating a value x5" by adding X7' and -x5';
calculating a value x1" by adding x3' and x1';
calculating a value (x7"*.epsilon.) by multiplying x7" and a value .epsilon.;
calculating a value (x7 "*.ZETA.) by multiplying x7" and a value .ZETA.;
calculating a value (x3"*.gamma.) by multiplying x3" and a value .gamma.;
calculating a value (x3"*.delta.) by multiplying x3" and a value .delta.;
calculating a value (x5"*.delta.) by multiplying x5" and the value .delta.;
calculating a value (x5"*.gamma.) by multiplying x5" and the value .gamma.;
calculating a value (x1"*.ZETA.) by multiplying x1" and the value .ZETA.;
calculating a value (x1"*.epsilon.) by multiplying x1" and the value .epsilon.;

calculating a value x7"' by adding (x7"*.epsilon.) and -(x1"*.zeta.);
calculating a value x3"' by adding (x3"*.gamma.) and -(x5 "*.delta.);
calculating a value x5"' by adding (x5"*.gamma.) and (x3"*.delta.);
calculating a value x1"' by adding (x1"*.epsilon.) and (x7"*.zeta.);
calculating a value X0 by adding x7"' and x0";
calculating a value X1 by adding x4" and x5"';
calculating a value X2 by adding x2" and x3"';
calculating a value X3 by adding x6" and x7"';
calculating a value X4 by adding x6" and -x1"';
calculating a value X5 by adding x2" and -x3"';
calculating a value X6 by adding x4" and -x5"'; and calculating a value X7 by adding x0" and -x1"';
wherein x0, x1, x2, x3, x4, x5, x6, x7 are coefficients in a row vector or a column vector, wherein X1, X2, X3, X4, X5, X6, and X7 are output values of the transform; and wherein .alpha. = 41/128, .beta. = 99/128, .gamma. = 113/128, .delta. =
719/4096 , .epsilon. = 1533/2048, and .zeta. =
1/2.
7. The method of claim 6, wherein using repeated applications of the fixed-point scaled one-dimensional transform comprises applying the transform to coefficients in one of the row vectors or one of the column vectors without using multiplication or division operations.
8. The method of claim 7, wherein calculating a value (x1*.epsilon.) by multiplying x1 and the value .epsilon. and wherein calculating the value (x1*.zeta.) by x1 and the value .zeta. comprises performing the following sequence of arithmetic operations:
calculating a value y1, wherein y1 = (x1 >> 9) - x1;
calculating the value (x1*.zeta.) by right-shifting x3 by one position; and calculating the value (x1*.epsilon.) by subtracting y1 from (y1 >> 2); and wherein calculating a value (x7*.epsilon.) by multiplying x7 and the value .epsilon. and wherein calculating the value (x7*.zeta.) by x7 and the value .zeta. comprises performing the following sequence of arithmetic operations:

calculating a value y1', wherein y1' =(x7 9) - x7;
calculating the value (x7*.zeta.) by right-shifting x7 by one position; and calculating the value (x7*.epsilon.) by subtracting y1' from (y1' >> 2); and wherein calculating a value (x1"*.epsilon.) by multiplying x1" and the value .epsilon. and wherein calculating the value (x1"*.zeta.) by x1" and the value .zeta. comprises performing the following sequence of arithmetic operations:
calculating a value y1", wherein y1" =(x1" >> 9) - x1";
calculating the value (x1"*.zeta.) by right-shifting x1" by one position; and calculating the value (x1"*.zeta.) by subtracting y1" from (y1" 2); and wherein calculating a value (x7"*.epsilon.) by multiplying x7" and the value .epsilon. and wherein calculating the value (x7"*.zeta.) by x7" and the value .zeta. comprises performing the following sequence of arithmetic operations:

calculating a value y1"', wherein y1"' =(x7" >> 9) - x7";
calculating the value (x7"*.zeta.) by right-shifting x7" by one position; and calculating the value (x7"*.epsilon.) by subtracting y1"' from (y1"' >> 2).
9. The method of claim 7, wherein calculating a value (x3*.gamma.) by multiplying x3 and a value .gamma.
and wherein calculating a value (x3*.delta.) by multiplying x3 and a value .delta.
comprises performing the following sequence of operations:
calculating a value y2, wherein y2 =(x3 >> 3) -(x3 >> 7);
calculating a value y3, wherein y3 = y2 -(x3 11);
calculating the value (x3*.delta.) = y2 +(y3 1); and calculating the value (x3*.gamma.) by subtracting y2 from x3; and wherein calculating a value (x5*.delta.) by multiplying x5 and the value .delta. and wherein calculating a value (xs*.gamma.) by multiplying x5 and the value .gamma.
comprises performing the following sequence of operations:
calculating a value y2', wherein y2' =(x5 >> 3) -(x5 >> 7);
calculating a value Y3'. wherein y3' = y2' -(x5 11);
calculating the value (x5*.delta.) by adding y2' and (y3' >> 1); and calculating the value (x5*.gamma.) by subtracting y2' from x5; and wherein calculating a value (x3"*.gamma.) by multiplying x3" and a value .gamma. and wherein calculating a value (x3"*.delta.) by multiplying x3" and a value .delta.
comprises performing the following sequence of operations:

calculating a value y2", wherein y2" = (x3" >> 3) - (x3" >> 7);
calculating a value y3", wherein y3" = y2" - (x3" >> 11);
calculating the value (x3"*.delta.) = y2" + (y3" >> 1); and calculating the value (x3"*.gamma.) by subtracting y2" from x3"; and wherein calculating a value (x5 "*.delta.) by multiplying x5" and the value .delta. and wherein calculating a value (x5"*.gamma.) by multiplying x5" and the value .gamma. comprises performing the following sequence of operations:

calculating a value y2"', wherein y2"' = (x5" >> 3) - (x5" >> 7);
calculating a value y3"', wherein y3"' = y2"' -(x5" >> 11);
calculating the value (x5 "* .delta.) by adding y2"' and (y3"' >> 1); and calculating the value (x5"*.gamma.) by subtracting y2"' from x5".
10. The method of claim 7, wherein calculating a value (x2*.alpha.) by multiplying x2 by a value .alpha.
and wherein calculating a value (x2*.beta.) by multiplying x2 by a value .beta. comprises performing the following sequence of operations:
calculating a value y1, wherein y1 = x2 +(x2 >> 5);
calculating a value y2, wherein y2 = y1 >> 2;
calculating the value (x2*.alpha.) by adding y2 and (x2 >> 4); and calculating the value (x2*.beta.) by subtracting y2 from y1; and wherein calculating a value (x6*.alpha.) by multiplying x6 by a value .alpha.
and wherein calculating a value (x6*.beta.) by multiplying x6 by a value .beta. comprises performing the following sequence of operations:
calculating a value y1', wherein y1' = x2 +(x6 >> 5);
calculating a value y2', wherein y2' = y1' >> 2;
calculating the value (x6*.alpha.) by adding y2' and (x6 >> 4); and calculating the value (x6*.beta.) by subtracting y2' from y1'; and wherein calculating a value (x2"*.alpha.) by multiplying x2" by a value .alpha. and wherein calculating a value (x2"*.beta.) by multiplying x2" by a value .beta.
comprises performing the following sequence of operations:

calculating a value y1", wherein y1" = x2" + (x2" >> 5);
calculating a value y2", wherein y2" = y1" >> 2;
calculating the value (x2"*.alpha.) by adding y2" and (x2" >> 4); and calculating the value (x2"*.beta.) by subtracting y2" from y1"; and wherein calculating a value (x6"*.alpha.) by multiplying x6" by a value a and wherein calculating a value (x6"*.beta.) by multiplying x6" by a value .beta.
comprises performing the following sequence of operations:

calculating a value y1"', wherein y1"' = x2 + (x6" >> 5);
calculating a value y2"', wherein y2"' = y1"' >> 2;
calculating the value (x6"*.alpha.) by adding y2"' and (x6" >> 4); and calculating the value (x6"*.beta.) by subtracting y2"' from y1"'.
11. The method of claim 6, wherein the values x0, x1, x2, x3, x4, x5, x6, x7, x0', x1', x2', x3', x4', x5, x6', x7', x0", x1", x2", x3", x4", x5", x6", x7", x1"'x3"', x5"', x7"', (x2*.alpha.), (x6*.beta.), (x2*.beta.), (x6*.alpha.), (x7"*.epsilon.), (x7"*.zeta.), (x3"*.gamma.), (x3"*.delta.), (x5"*.delta.), (x5"*.gamma.), (x1"*.zeta.), and (x1"*.epsilon.) are represented using fixed-point numbers that include P bits in the mantissa portions of the fixed-point numbers.
12. The method of claim 11, wherein P is equal to 10.
13. The method of claim 1, wherein the method further comprises receiving a bitstream that includes the matrix of coefficients.
14. The method of claim 1, wherein the method further comprises adding a midpoint bias term to a DC coefficient of the matrix, wherein the midpoint bias value term is equal to 2 to the power of 12.
15. The method of claim 1, wherein the method further comprises:
right-shifting each coefficient in the matrix of transformed coefficients by thirteen positions to generate a matrix of pixel component values; and constructing the block of pixels by incorporating pixel component values in the matrix of pixel component values into pixels in the block of pixels.
16. The method of claim 1, wherein scaling each coefficients in the 8x8 matrix of encoded coefficients comprises scaling the coefficients in the matrix of encoded coefficients without using multiplication or division operations.
17. A device comprising:
a scaling module that scales each coefficient in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients;
wherein A = 1024, B = 1138, C = 1730, D = 1609, E = 1264, F = 1922, G = 1788, H = 2923, I = 2718, and J = 2528;
an inverse transform module that uses repeated applications of a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients;
a right-shift module that right-shifts transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients; and wherein each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional inverse discrete cosine transform ("IDCT") to the matrix of encoded coefficients;
an output module that outputs an 8x8 block of pixels, wherein each pixel in the block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
18. The device of claim 17, wherein the inverse transform module applies the fixed-point scaled one-dimensional transform to each row vector of the matrix of scaled coefficients to produce a matrix of intermediate coefficients and applies the fixed-point scaled one-dimensional transform to each column vector of the matrix of intermediate coefficients to produce a matrix of transformed coefficients.
19. The device of claim 17, wherein the output module displays the 8x8 block of pixels as part of a video frame in a video sequence.
20. The device of claim 19, wherein the output module display the 8x8 block of pixels as part of a still image.
21. The device of claim 17, wherein the scaling module:
scales a coefficient at position [0,0] of the matrix of encoded coefficients by the factor A;
scales a coefficient at position [0,1 ] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [0,2] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [0,3] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [0,4] of the matrix of encoded coefficients by the factor A;
scales a coefficient at position [0,5] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [0,6] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [0,7] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [1,0] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [1,1 ] of the matrix of encoded coefficients by the factor E;
scales a coefficient at position [1,2] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [1,3] of the matrix of encoded coefficients by the factor G;
scales a coefficient at position [1,4] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [1,5] of the matrix of encoded coefficients by the factor G;

scales a coefficient at position [1,6] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [1,7] of the matrix of encoded coefficients by the factor E;
scales a coefficient at position [2,0] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [2,1 ] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [2,2] of the matrix of encoded coefficients by the factor H;
scales a coefficient at position [2,3] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [2,4] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [2,5] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [2,6] of the matrix of encoded coefficients by the factor H;
scales a coefficient at position [2,7] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [3,0] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [3,1 ] of the matrix of encoded coefficients by the factor G;
scales a coefficient at position [3,2] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [3,3] of the matrix of encoded coefficients by the factor J;
scales a coefficient at position [3,4] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [3,5] of the matrix of encoded coefficients by the factor J;

scales a coefficient at position [3,6] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [3,7] of the matrix of encoded coefficients by the factor G;
scales a coefficient at position [4,0] of the matrix of encoded coefficients by the factor A;
scales a coefficient at position [4,1 ] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [4,2] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [4,3] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [4,4] of the matrix of encoded coefficients by the factor A;
scales a coefficient at position [4,5] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [4,6] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [4,7] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [5,0] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [5,1 ] of the matrix of encoded coefficients by the factor G;
scales a coefficient at position [5,2] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [5,3] of the matrix of encoded coefficients by the factor J;
scales a coefficient at position [5,4] of the matrix of encoded coefficients by the factor D;
scales a coefficient at position [5,5] of the matrix of encoded coefficients by the factor J;

scales a coefficient at position [5,6] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [5,7] of the matrix of encoded coefficients by the factor G;
scales a coefficient at position [6,0] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [6,1 ] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [6,2] of the matrix of encoded coefficients by the factor H;
scales a coefficient at position [6,3] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [6,4] of the matrix of encoded coefficients by the factor C;
scales a coefficient at position [6,5] of the matrix of encoded coefficients by the factor I;
scales a coefficient at position [6,6] of the matrix of encoded coefficients by the factor H;
scales a coefficient at position [6,7] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [7,0] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [7,1 ] of the matrix of encoded coefficients by the factor E;
scales a coefficient at position [7,2] of the matrix of encoded coefficients by the factor F;
scales a coefficient at position [7,3] of the matrix of encoded coefficients by the factor G;
scales a coefficient at position [7,4] of the matrix of encoded coefficients by the factor B;
scales a coefficient at position [7,5] of the matrix of encoded coefficients by the factor G;

scales a coefficient at position [7,6] of the matrix of encoded coefficients by the factor F; and scales a coefficient at position [7,7] of the matrix of encoded coefficients by the factor E.
22. The device of claim 18, wherein the inverse transform module applies the transform to a row vector or a column vector by:
calculating a value x0' by adding x0 and x4;
calculating a value x4' by adding x0 and -x4;
calculating a value (x2*.alpha.) by multiplying x2 by a value .alpha.;
calculating a value (x6*.beta.) by multiplying x6 by a value .beta.;
calculating a value (x2*.beta.) by multiplying x2 by the value .beta.;
calculating a value (x6*.alpha.) by multiplying x6 by a value .alpha.;
calculating a value x2' by adding (x2*.alpha.) and -(x6*.beta.);
calculating a value x6' by adding (x6*.alpha.) and (x2*.beta.);
calculating a value x0" by adding x0' and x6';
calculating a value x4" by adding x4' and x2';
calculating a value x2" by adding x4' and -x2';
calculating a value x6" by adding x0' and -x6';
calculating a value x7' by adding x, and -x7;
calculating a value x1' by adding x1 and x7;
calculating a value x3' by multiplying x3 and square root of two;
calculating a value x5' by multiplying x5 and square root of two;
calculating a value x7" by adding x7' and x5';
calculating a value x3" by adding x1' and -x3';
calculating a value x5" by adding x7' and -x5';
calculating a value x1" by adding x3' and x1';
calculating a value ((7 "*.epsilon.) by multiplying x7 " and a value .epsilon.;
calculating a value (x7"*.zeta.) by multiplying x7" and a value .zeta.;
calculating a value (x3"*.gamma.) by multiplying x3" and a value .gamma.;
calculating a value (x3"*.delta.) by multiplying x3" and a value .delta.;
calculating a value (x5"*.delta.) by multiplying x5" and the value .delta.;
calculating a value (x5"*.gamma.) by multiplying x5" and the value .gamma.;

calculating a value (x1"*.zeta.) by multiplying x1" and the value .zeta.;
calculating a value (x1"* .epsilon.) by multiplying x1" and the value .epsilon.;
calculating a value x7"' by adding (x7"*.epsilon.) and -(x1"*.zeta.);
calculating a value x3"' by adding (x3"*.gamma.) and -(x5"*.delta.);
calculating a value x5"' by adding (x5"*.gamma.) and (x3"*.delta.);
calculating a value x1"' by adding (x1"*.epsilon.) and (x7"*.zeta.);
calculating a value x0 by adding x7"' and x0";
calculating a value x1 by adding x4" and x5"';
calculating a value x2 by adding x2' and x3"';
calculating a value x3 by adding x6" and x7 "';
calculating a value x4 by adding x6" and x1"';
calculating a value x5 by adding x2' and -x3"';
calculating a value x6 by adding x4" and -x5"'; and calculating a value x7 by adding x0" and x1"';

wherein x0, x1, x2, x3, x4, x5, x6, x7 are coefficients in a row vector or a column vector, wherein x1, x2, x3, x4, x5, x6, and x7 are output values of the transform; and wherein .alpha. = 41/128, .beta. = 99/128,.gamma.=113/128, .delta.= 719/4096 , .epsilon.= 1533/2048, and 1/2.
23. The device of claim 22, wherein the inverse transform module applies the transform to the matrix of coefficients without using multiplication or division operations.
24. The device of claim 23, wherein the inverse transform module calculates a value (x1*.epsilon.) by multiplying x1 and the value .epsilon., and wherein calculating the value (x1*.zeta.) by x1 and the value .zeta. by performing the following sequence of arithmetic operations:
calculating a value .gamma.1, wherein .gamma.1 = (x1 >> 9) - x1;
calculating the value (x1*.zeta.) by right-shifting x3 by one position; and calculating the value (x1*.epsilon.) by subtracting y1 from (y1 >> 2); and wherein the inverse transform module calculates a value (x7*.epsilon.) by multiplying x7 and the value .epsilon., and wherein calculating the value (x7*.zeta.) by x7and the value .zeta. by performing the following sequence of arithmetic operations:

calculating a value .gamma.1', wherein .gamma.1' =(x7 9) - x7;
calculating the value (x7*.zeta.) by right-shifting x7 by one position; and calculating the value (x7*.epsilon.) by subtracting .gamma.1' from (.gamma.1' >> 2); and wherein the inverse transform module calculates a value (x1"*.epsilon.) by multiplying x1 " and the value .epsilon., and wherein calculating the value (x1 "*.zeta.) by x1 " and the value .zeta. by performing the following sequence of arithmetic operations:
calculating a value .gamma.1", wherein .gamma.1" =(x1" >> 9) - x1";
calculating the value (x1"*.zeta.) by right-shifting x1" by one position; and calculating the value (x1"* .epsilon.) by subtracting .gamma.1 " from (.gamma.1" 2); and wherein the inverse transform module calculates a value (x7 "*.epsilon.) by multiplying x7" and the value .epsilon. and wherein calculating the value (x7 " *.zeta.) by x7" and the value .zeta. by performing the following sequence of arithmetic operations:

calculating a value .gamma.l"', wherein .gamma.l"' =(x7 " >> 9) - x7";
calculating the value (x7"*.zeta.) by right-shifting x7" by one position; and calculating the value (x7"*.epsilon.) by subtracting .gamma.l"' from (.gamma.l"' >> 2).
25. The device of claim 23, wherein the inverse transform module calculates a value (x3*.gamma.) by multiplying x3 and a value .gamma. and wherein calculating a value (x3 * 6) by multiplying x3 and a value 6 by performing the following sequence of operations:
calculating a value .gamma.2, wherein .gamma.2 =(x3 >> 3) -(x3 7);
calculating a value .gamma.3, wherein .gamma.3 = .gamma.2 -(x3 11);
calculating the value (x3 * .delta.) = .gamma.2 +(.gamma.3 1); and calculating the value (x3 *.gamma.) by subtracting .gamma.2 from x3; and wherein the inverse transform module calculates a value (x5*.delta.) by multiplying x5 and the value .delta. and wherein calculating a value (x5*.gamma.) by multiplying x5 and the value .gamma. by performing the following sequence of operations:
calculating a value .gamma.2', wherein .gamma.2' =(x5 >> 3) - (x5 7);
calculating a value .gamma.3'. wherein .gamma.3' = .gamma.2' -(x5 11);
calculating the value (x5 * .delta.) by adding .gamma.2' and (.gamma.3' >> 1);
and calculating the value (x5 *.gamma.) by subtracting .gamma.2' from x5; and wherein the inverse transform module calculates a value (x3"*.gamma.) by multiplying x3" and a value .gamma. and wherein calculating a value (x3"* .delta.) by multiplying x3" and a value .delta.
by performing the following sequence of operations:

calculating a value .gamma.2", wherein .gamma.2" =(x3" >> 3) -(x3" >> 7);
calculating a value .gamma.3", wherein .gamma.3" = .gamma.2" -(x3" 11);
calculating the value (x3"*.delta.) = .gamma.2" +(.gamma.3" >> 1); and calculating the value (x3"*.gamma.) by subtracting .gamma.2" from x3"; and wherein the inverse transform module calculates a value (x5 "*.delta.) by multiplying x5" and the value .delta. and wherein calculating a value (x5"*.gamma.) by multiplying x5" and the value .gamma. by performing the following sequence of operations:

calculating a value .gamma.2"', wherein .gamma.2"' =(x5" >> 3) - (x5" >> 7);
calculating a value .gamma.3"', wherein .gamma.3"' = .gamma.2' -(x5" 11);
calculating the value (x5 "* .delta.) by adding .gamma.2"' and (.gamma.3"' >>
1); and calculating the value (x5"*.gamma.) by subtracting .gamma.2"' from x5".
26. The device of claim 23, wherein the inverse transform module calculates the value (x2*.alpha.) by multiplying x2 by a value a and calculates the value (x2 *.beta.) by multiplying x2 by the value .beta. by performing the following sequence of operations:
calculating a value .gamma.1, wherein .gamma.1 = x2 +(x2 >> 5);
calculating a value .gamma.2, wherein .gamma.2 = .gamma.1 >> 2;
calculating the value (x2 * .alpha.) by adding .gamma.2 and (x2 >> 4); and calculating the value (x2 *.beta.) by subtracting .gamma.2 from .gamma.1; and wherein the inverse transform module calculates the value (x6*.alpha.) by multiplying x6 by a value .alpha. and calculates the value (x6*.beta.) by multiplying x6 by the value .beta. by performing the following sequence of operations:
calculating a value .gamma.1', wherein .gamma.1' = x6 +(x6 5);
calculating a value .gamma.2', wherein .gamma.2' = .gamma.1' >> 2;
calculating the value (x6*.alpha.) by adding .gamma.2' and (x6 >> 4); and calculating the value (x6*.beta.) by subtracting .gamma.2' from .gamma.1'; and wherein the inverse transform module calculates a value (x2"*.alpha.) by multiplying x2" by a value .alpha. and wherein calculating a value (x2 "*.beta.) by multiplying x2" by a value .beta.
by performing the following sequence of operations:

calculating a value .gamma.l", wherein .gamma.1" = x2" +(x2" >> 5);
calculating a value .gamma.2", wherein .gamma.2" = .gamma.1" >> 2;
calculating the value (x2"*.alpha.) by adding .gamma.2" and (x2" >> 4); and calculating the value (x2' *.beta.) by subtracting .gamma.2" from .gamma.1 ";
and wherein the inverse transform module calculate a value (x6" *.alpha.) by multiplying x6"
by a value .alpha. and wherein calculating a value (x6" *.beta.) by multiplying x6" by a value .beta. by performing the following sequence of operations:

calculating a value .gamma.1 wherein .gamma.l"' = x2 +(x6" >> 5);
calculating a value .gamma.2 wherein .gamma.2"' =.gamma.1"" >> 2;
calculating the value (x6' '*.alpha.) by adding .gamma.2"' and (x6" >> 4); and calculating the value (x6"*.beta.) by subtracting .gamma.2"' from .gamma.1"'.
27. The device of claim 22, wherein the values x0, x1, x2, x3, x4, x5, x6, x7, x0', x1', x2', x3', x4 ', x5', x6 ', x7', x0" ,x1", x2", x3", x4", x5", x6", x7", x1"x3",' x5"', x7"', (x2*.alpha.), (x6*.beta.), (x2*.beta.), (x6*.alpha.), (x7"*.epsilon.), (x7"*.zeta.), (x3"*.gamma.), (x3"*.delta.), (x5"*.delta.), (x5"*.gamma.), (x1"*.zeta.), and (x1"*.epsilon.) are represented using fixed-point numbers that include P bits in the mantissa portions of the fixed-point numbers.
28. The device of claim 27, wherein P is equal to 10.
29. The device of claim 17, wherein the device comprises a network interface that receives data from which the matrix of encoded coefficients is derived.
30. The device of claim 17, wherein the device comprises a coefficient biasing module that adds a midpoint bias term to a DC coefficient, wherein the midpoint bias term is equal to 2 to the power of 12.
31. The device of claim 30, wherein the device further comprises:
a right-shift module that right-shifts each coefficient in the matrix of transformed coefficients by thirteen positions to generate a matrix of pixel component values; and a pixel reconstruction module that constructs the block of pixels by incorporating pixel component values in the matrix of pixel component values into pixels in the block of pixels.
32. The device of claim 17, wherein the device further comprises a media presentation unit to display the block of pixels.
33. The device of claim 17, wherein the scaling module scales the encoded coefficients without using multiplication or division operations.
34. A device comprising:
means for scaling coefficients in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients, wherein A = 1024, B = 1138, C = 1730, D = 1609, E = 1264, F = 1922, G = 1788, H = 2923, I =
2718, and J =
2528;
means for using repeated applications of a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients;
means for right-shifting transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients;
wherein each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional inverse discrete cosine transform ("IDCT") to the matrix of encoded coefficients; and means for outputting an 8x8 block of pixels, wherein each pixel in the block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
35. The device of claim 34, wherein the means for using repeatedly applications of the fixed-point scaled one-dimensional transform comprises:
means for applying the fixed-point scaled one-dimensional transform to each row vector of the matrix of scaled coefficients to produce a matrix of intermediate coefficients and means for applying the fixed-point scaled one-dimensional transform to each column vector of the matrix of intermediate coefficients to produce a matrix of transformed coefficients.
36. The device of claim 34, wherein the means for outputting the 8x8 block of pixels displays the 8x8 block of pixels as part of a video frame in a video sequence.
37. The device of claim 34, wherein the means for outputting the 8x8 block of pixels displays the 8x8 block of pixels as part of a still image.
38. The device of claim 34, wherein the means for scaling coefficients comprises:
means for scaling a coefficient at position [0,0] of the matrix of encoded coefficients by the factor A;
means for scaling a coefficient at position [0,1 ] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [0,2] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [0,3] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [0,4] of the matrix of encoded coefficients by the factor A;
means for scaling a coefficient at position [0,5] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [0,6] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [0,7] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [1,0] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [1,1] of the matrix of encoded coefficients by the factor E;
means for scaling a coefficient at position [1,2] of the matrix of encoded coefficients by the factor F;

means for scaling a coefficient at position [1,3] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [1,4] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [1,5] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [1,6] of the matrix of encoded coefficients by the factor F;
means for scaling a coefficient at position [1,7] of the matrix of encoded coefficients by the factor E;
means for scaling a coefficient at position [2,0] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [2,1 ] of the matrix of encoded coefficients by the factor F;
means for scaling a coefficient at position [2,2] of the matrix of encoded coefficients by the factor H;
means for scaling a coefficient at position [2,3] of the matrix of encoded coefficients by the factor I;
means for scaling a coefficient at position [2,4] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [2,5] of the matrix of encoded coefficients by the factor I;
means for scaling a coefficient at position [2,6] of the matrix of encoded coefficients by the factor H;
means for scaling a coefficient at position [2,7] of the matrix of encoded coefficients by the factor F;
means for scaling a coefficient at position [3,0] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [3,1] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [3,2] of the matrix of encoded coefficients by the factor I;

means for scaling a coefficient at position [3,3] of the matrix of encoded coefficients by the factor J;
means for scaling a coefficient at position [3,4] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [3,5] of the matrix of encoded coefficients by the factor J;
means for scaling a coefficient at position [3,6] of the matrix of encoded coefficients by the factor I;
means for scaling a coefficient at position [3,7] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [4,0] of the matrix of encoded coefficients by the factor A;
means for scaling a coefficient at position [4,1] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [4,2] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [4,3] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [4,4] of the matrix of encoded coefficients by the factor A;
means for scaling a coefficient at position [4,5] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [4,6] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [4,7] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [5,0] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [5,1] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [5,2] of the matrix of encoded coefficients by the factor I;

means for scaling a coefficient at position [5,3] of the matrix of encoded coefficients by the factor J;
means for scaling a coefficient at position [5,4] of the matrix of encoded coefficients by the factor D;
means for scaling a coefficient at position [5,5] of the matrix of encoded coefficients by the factor J;
means for scaling a coefficient at position [5,6] of the matrix of encoded coefficients by the factor I;
means for scaling a coefficient at position [5,7] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [6,0] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [6,1] of the matrix of encoded coefficients by the factor F;
means for scaling a coefficient at position [6,2] of the matrix of encoded coefficients by the factor H;
means for scaling a coefficient at position [6,3] of the matrix of encoded coefficients by the factor I;
means for scaling a coefficient at position [6,4] of the matrix of encoded coefficients by the factor C;
means for scaling a coefficient at position [6,5] of the matrix of encoded coefficients by the factor I;
means for scaling a coefficient at position [6,6] of the matrix of encoded coefficients by the factor H;
means for scaling a coefficient at position [6,7] of the matrix of encoded coefficients by the factor F;
means for scaling a coefficient at position [7,0] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [7,1] of the matrix of encoded coefficients by the factor E;
means for scaling a coefficient at position [7,2] of the matrix of encoded coefficients by the factor F;

means for scaling a coefficient at position [7,3] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [7,4] of the matrix of encoded coefficients by the factor B;
means for scaling a coefficient at position [7,5] of the matrix of encoded coefficients by the factor G;
means for scaling a coefficient at position [7,6] of the matrix of encoded coefficients by the factor F; and means for scaling a coefficient at position [7,7] of the matrix of encoded coefficients by the factor E.
39. The device of claim 35, wherein the means for applying the transform comprise:
means for calculating a value x0' by adding x0 and x4;
means for calculating a value x4' by adding x0 and -x4;
means for calculating a value (x2*.alpha.) by multiplying x2 by a value .alpha.;
means for calculating a value (x6*.beta.) by multiplying x6 by a value .beta.;

means for calculating a value (x2*.beta.) by multiplying x2 by the value .beta.;
means for calculating a value (x6*.alpha.) by multiplying x6 by a value .alpha.;
means for calculating a value x2' by adding (x2*.alpha.) and -(x6*.beta.);
means for calculating a value x6' by adding (x6*.alpha.) and (x2*.beta.);
means for calculating a value x0" by adding x0' and x6';
means for calculating a value x4" by adding x4' and x2';
means for calculating a value x2" by adding x4' and -x2';
means for calculating a value x6" by adding x0' and -x6';
means for calculating a value x7' by adding x1 and -x7;
means for calculating a value x1' by adding x1 and x7;
means for calculating a value x3' by multiplying x3 and square root of two;
means for calculating a value x5' by multiplying x5 and square root of two;
means for calculating a value x7" by adding x7' and x5';
means for calculating a value x3" by adding x1' and -x3';
means for calculating a value x5" by adding x7' and -x5';
means for calculating a value x1" by adding x3' and x1';
means for calculating a value (x7"*.epsilon.) by multiplying x7" and a value .epsilon.;

means for calculating a value (x7.zeta.) by multiplying x7 " and a value .zeta.;
means for calculating a value (x3"*.gamma.) by multiplying x3" and a value .gamma.;
means for calculating a value (x3"*.delta.) by multiplying x3" and a value .delta.;
means for calculating a value (x5 "*.delta.) by multiplying x5" and the value .delta.;
means for calculating a value (x5"*.gamma.) by multiplying x5" and the value .gamma.;
means for calculating a value (x1"*.zeta.) by multiplying x1" and the value .zeta.;
means for calculating a value (x1"*.epsilon.) by multiplying x1" and the value .epsilon.;
means for calculating a value x7 "' by adding (x7 " *.epsilon.) and -(x1"*.zeta.);
means for calculating a value x3"' by adding (x3"*.gamma.) and -(x5 "*.delta.);
means for calculating a value x5"' by adding (x5"*.gamma.) and (x3"*.delta.);
means for calculating a value x1"' by adding (x1"*.epsilon.) and (x7 "*.zeta.);
means for calculating a value x0 by adding x7"' and x0";
means for calculating a value x1 by adding x4" and x5"';
means for calculating a value x2 by adding x2" and x3"';
means for calculating a value x3 by adding x6" and x7"';
means for calculating a value x4 by adding x6" and -x1"';
means for calculating a value x5 by adding x2" and -x3"';
means for calculating a value x6 by adding x4" and -x5"'; and means for calculating a value x7 by adding x0" and x1"';

wherein x0, x1, x2, x3, x4, x5, x6, x7 are coefficients in a row vector or a column vector, wherein x1, x2, x3, x4, x5, x6, and x7 are output values of the transform; and wherein .alpha. = 41/128, .beta. = 99/128, .gamma.=113/128, .delta.= 719/4096 , .epsilon.= 1533/2048, and .zeta. -1/2.
40. The device of claim 39, wherein the means for using repeated applications of the transform applies the transform to the matrix of coefficients without using multiplication or division operations.
41. The device of claim 40, wherein the means for calculating a value (x1*.epsilon.) by multiplying x1 and the value .epsilon., and wherein the means for calculating the value (x1*.zeta.) by x1 and the value .zeta. comprise:
means for calculating a value .gamma.1, wherein .gamma.1 =(x1 >> 9) - x1;

means for calculating the value (x1 *.zeta.) by right-shifting x3 by one position;
and means for calculating the value (x1 * .epsilon.) by subtracting .gamma.1 from (.gamma.1 >> 2); and wherein the means for calculating a value (x7* .epsilon.) by multiplying x7 and the value .epsilon., and wherein the means for calculating the value (x7*.zeta.) by x7 and the value .zeta. comprise:
means for calculating a value .gamma.1', wherein .gamma.1' =(x7 9) - x7;
means for calculating the value (x7*.zeta.) by right-shifting x7 by one position;
and means for calculating the value (x7*.epsilon.) by subtracting .gamma.1' from (.gamma.1' >> 2);
and wherein the means for calculating a value (x1.epsilon.) by multiplying x1" and the value .epsilon., and wherein the means for calculating the value (x1.zeta.) by x1"
and the value .zeta. comprise:
means for calculating a value .gamma.1", wherein .gamma.1" =(x1" >> 9) -x1";
means for calculating the value (x1"*.zeta.) by right-shifting x1" by one position; and means for calculating the value (x1"*.epsilon.) by subtracting .gamma.1" from (.gamma.1" >> 2);
and wherein the means for calculating a value (x7''*.epsilon.) by multiplying x7"
and the value .epsilon., and wherein the means for calculating the value (x7.zeta.) by x7"
and the value .zeta. comprise:
means for calculating a value .gamma.1"', wherein.gamma.1"' =(x7" >> 9) -x7 ";
means for calculating the value (x7 "*.zeta.) by right-shifting x7" by one position; and means for calculating the value (x7 "*.epsilon.) by subtracting .gamma.1"' from (.gamma.1>>
2).
42. The device of claim 40, wherein the means for calculating a value (x3*.gamma.) by multiplying x3 and a value .gamma.
and wherein the means for calculating a value (x3 * .delta.) by multiplying x3 and a value .delta.
comprise:
means for calculating a value .gamma.2, wherein .gamma.2 =(x3 >> 3) -(x3 >>
7);
means for calculating a value .gamma.3, wherein .gamma.3 = .gamma.2 -(x3 11);
means for calculating the value (x3 * .delta.) = .gamma.2 +(.gamma.3 1); and means for calculating the value (x3 *.gamma.) by subtracting .gamma.2 from x1;
and wherein the means for calculating a value (x5 *.delta.) by multiplying x5 and the value .delta.
and wherein the means for calculating a value (x5*.gamma.) by multiplying x5 and the value .gamma.
comprise:
means for calculating a value .gamma.2', wherein .gamma.2' =(x5 >> 3) - (x5 >>
7);
means for calculating a value .gamma.3' , wherein .gamma.3' = .gamma.2' -(x5 >> 11);
means for calculating the value (x5 * .delta.) by adding .gamma.2' and (.gamma.3' >> 1); and means for calculating the value (x5 *.gamma.) by subtracting .gamma.2' from x7; and wherein the means for calculating a value (x3"*.gamma.) by multiplying x3" and a value .gamma.
and wherein the means for calculating a value (x3"*.delta.) by multiplying x3"
and a value .delta.
comprise:
means for calculating a value .gamma.2", wherein .gamma.2" =(x1" >> 3) - (x1"
>> 7);
means for calculating a value .gamma.3", wherein .gamma.3" = .gamma.2" - (x1"
>> 11);
means for calculating the value (x1"*.delta.) =.gamma.2" +(.gamma.3" >> 1);
and means for calculating the value (x1"*.gamma.) by subtracting .gamma.2" from x1"; and wherein the means for calculating a value (x5 "*.delta.) by multiplying x5"
and the value .delta. and wherein the means for calculating a value (x5"*.gamma.) by multiplying x5" and the value .gamma.
comprise:
means for calculating a value .gamma.2"', wherein .gamma.2"' =(x5" >> 3) -(x5" >> 7);
means for calculating a value .gamma.3"', wherein .gamma.3"' = .gamma.2 III -(x5">> 11);
means for calculating the value (x5"*.delta.) by adding .gamma.2"' and (.gamma.3"' >> 1);
and means for calculating the value (x5"*.gamma.) by subtracting .gamma.2"' from x5".
43. The device of claim 40, wherein the means for calculating the value (x2 * .alpha.) by multiplying x2 by a value .alpha.
and wherein the means for calculating the value (x2 *.beta.) by multiplying x2 by the value .beta.
comprise:
means for calculating a value .gamma.1, wherein .gamma.1' = x2 +(x2 >> 5);
means for calculating a value .gamma.2, wherein .gamma.2 = .gamma.1 >> 2;
means for calculating the value (x2 * .alpha.) by adding .gamma.2 and (x2 >>
4); and means for calculating the value (x2 *.beta.) by subtracting .gamma.2 from .gamma.1; and wherein the means for calculating the value (x6*.alpha.) by multiplying x6 by a value .alpha.
and wherein the means for calculating the value (x6*.beta.) by multiplying x6 by the value .beta.
comprise:
means for calculating a value y1', wherein y1' = x6 +(x6 >> 5);
means for calculating a value y2', wherein y2' = y1' >> 2;
means for calculating the value (x2*.alpha.) by adding y2' and (x6 >> 4); and means for calculating the value (x2*.beta.)by subtracting y2' from y1'; and wherein the means for calculating a value (x2"*.alpha.) by multiplying x2" by a value .alpha.
and wherein the means for calculating a value (x2"*.beta.)by multiplying x2"
by a value .beta.
comprises:
means for calculating a value y1", wherein y1" = x2" +(x2" >> 5);
means for calculating a value y2", wherein y2" = y1" >> 2;
means for calculating the value (x2"*.alpha.) by adding y2" and (x2" >> 4);
and means for calculating the value (x2" *.beta.)by subtracting y2" from y1"; and wherein the means for calculating a value (x6"*.alpha.) by multiplying x6" by a value .alpha.
and wherein the means for calculating a value (x6" *.beta.)by multiplying x6"
by a value .beta.
comprises:
means for calculating a value y1 wherein y1"' = x6" +(x6" >> 5);
means for calculating a value y2 wherein y2"' = y1' >> 2;
means for calculating the value (x6"*.alpha.) by adding y2"' and (x6" >> 4);
and means for calculating the value (x6"*.beta.)by subtracting y2"' from y1"'.
44. The device of claim 39, wherein the values x0, x1, x2, x3, x4, x5, x6, x7, x0', x1', x2', x3', x4', x5', x6', x7', x0", x1", x2", x3", x4", x5", x6", x7", x1"', x3"', x5"', (x2*.alpha.), (x6*.beta.), (x2*.beta.), (x6*.alpha.), (x7"*.epsilon.), (x7"*.zeta.), (x3"*y), (x3"*.delta.), (x5"*.delta.), (x5"*y), (x1"*.zeta.), and (x1"*.epsilon.) are represented using fixed-point numbers that include P bits in the mantissa portions of the fixed-point numbers.
45. The device of claim 44, wherein P is equal to 10.
46. The device of claim 34, wherein the device comprises means for receiving a media file that includes data from which the matrix of encoded coefficients is derived.
47. The device of claim 34, wherein the device comprises means for adding a midpoint bias term to a DC coefficient, wherein the midpoint bias term is equal to 2 to the power of 12.
48. The device of claim 34, wherein the device further comprises:
means for right-shifting each coefficient in the matrix of transformed coefficients by thirteen positions to generate a matrix of pixel component values; and means for constructing the block of pixels by incorporating pixel component values in the matrix of pixel component values into pixels in the block of pixels.
49. The device of claim 34, wherein the device further comprises means for displaying the block of pixels.
50. The device of claim 34, wherein the means for scaling encoded coefficients scales the encoded coefficients without using multiplication or division operations.
51. A computer-readable medium comprising instructions, when executed the instructions cause a programmable processor to:
scale each coefficient in an 8x8 matrix of encoded coefficients by one of a factor A, a factor B, a factor C, a factor D, a factor E, a factor F, a factor G, a factor H, a factor I, or a factor J in order to produce a matrix of scaled coefficients, wherein A = 1024, B= 1138, C= 1730, D= 1609, E= 1264, F= 1922, G= 1788, H= 2923, I= 2718, and J= 2528;
use repeated applications a fixed-point scaled one-dimensional transform to transform the matrix of scaled coefficients into a matrix of transformed coefficients, right-shift transformed coefficients in the matrix of transformed coefficients in order to produce a matrix of adjusted coefficients;
wherein each adjusted coefficient in the matrix of adjusted coefficients approximates a corresponding value in a matrix of values that would be produced by applying an ideal two-dimensional inverse discrete cosine transform ("IDCT") to the matrix of encoded coefficients; and output signals that cause a display unit to display an 8x8 block of pixels, wherein each pixel in the block of pixels includes a pixel component value based on an adjusted coefficient in the matrix of adjusted coefficients.
52. The computer-readable medium of claim 51, wherein the instructions cause the programmable processor to repeatedly apply the fixed-point scaled one-dimensional transform by causing the programmable processor to:
apply the transform to each row vector of the matrix of scaled coefficients to produce a matrix of intermediate coefficients;
apply the transform to each column vector of the matrix of intermediate coefficients to produce a matrix of transformed coefficients.
53. The computer-readable medium of claim 51, wherein the instructions that cause the programmable processor to output signals that cause the display unit to display the 8x8 block of pixels cause the programmable processor to output signals that cause the display unit to display the 8x8 block of pixels as part of a video frame in a video sequence.
54. The computer-readable medium of claim 51, wherein the instructions that cause the programmable processor to output signals that cause the display unit to display the 8x8 block of pixels cause the programmable processor to output signals that cause the display unit to display the 8x8 block of pixels as part of a still image.
55. The computer-readable medium of claim 51, wherein the instructions that cause the processor to scale the coefficients in the matrix of coefficients cause the processor to:
scale a coefficient at position [0,0] of the matrix of encoded coefficients by the factor A;
scale a coefficient at position [0,1] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [0,2] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [0,3] of the matrix of encoded coefficients by the factor D;

scale a coefficient at position [0,4] of the matrix of encoded coefficients by the factor A;
scale a coefficient at position [0,5] of the matrix of encoded coefficients by the factor D;
scale a coefficient at position [0,6] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [0,7] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [1,0] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [1,1] of the matrix of encoded coefficients by the factor E;
scale a coefficient at position [1,2] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [1,3] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [1,4] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [1,5] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [1,6] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [1,7] of the matrix of encoded coefficients by the factor E;
scale a coefficient at position [2,0] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [2,1] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [2,2] of the matrix of encoded coefficients by the factor H;
scale a coefficient at position [2,3] of the matrix of encoded coefficients by the factor I;

scale a coefficient at position [2,4] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [2,5] of the matrix of encoded coefficients by the factor I;
scale a coefficient at position [2,6] of the matrix of encoded coefficients by the factor H;
scale a coefficient at position [2,7] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [3,0] of the matrix of encoded coefficients by the factor D;
scale a coefficient at position [3,1] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [3,2] of the matrix of encoded coefficients by the factor I;
scale a coefficient at position [3,3] of the matrix of encoded coefficients by the factor J;
scale a coefficient at position [3,4] of the matrix of encoded coefficients by the factor D;
scale a coefficient at position [3,5] of the matrix of encoded coefficients by the factor J;
scale a coefficient at position [3,6] of the matrix of encoded coefficients by the factor I;
scale a coefficient at position [3,7] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [4,0] of the matrix of encoded coefficients by the factor A;
scale a coefficient at position [4,1] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [4,2] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [4,3] of the matrix of encoded coefficients by the factor D;

scale a coefficient at position [4,4] of the matrix of encoded coefficients by the factor A;
scale a coefficient at position [4,5] of the matrix of encoded coefficients by the factor D;
scale a coefficient at position [4,6] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [4,7] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [5,0] of the matrix of encoded coefficients by the factor D;
scale a coefficient at position [5,1] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [5,2] of the matrix of encoded coefficients by the factor I;
scale a coefficient at position [5,3] of the matrix of encoded coefficients by the factor J;
scale a coefficient at position [5,4] of the matrix of encoded coefficients by the factor D;
scale a coefficient at position [5,5] of the matrix of encoded coefficients by the factor J;
scale a coefficient at position [5,6] of the matrix of encoded coefficients by the factor I;
scale a coefficient at position [5,7] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [6,0] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [6,1] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [6,2] of the matrix of encoded coefficients by the factor H;
scale a coefficient at position [6,3] of the matrix of encoded coefficients by the factor I;

scale a coefficient at position [6,4] of the matrix of encoded coefficients by the factor C;
scale a coefficient at position [6,5] of the matrix of encoded coefficients by the factor I;
scale a coefficient at position [6,6] of the matrix of encoded coefficients by the factor H;
scale a coefficient at position [6,7] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [7,0] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [7,1] of the matrix of encoded coefficients by the factor E;
scale a coefficient at position [7,2] of the matrix of encoded coefficients by the factor F;
scale a coefficient at position [7,3] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [7,4] of the matrix of encoded coefficients by the factor B;
scale a coefficient at position [7,5] of the matrix of encoded coefficients by the factor G;
scale a coefficient at position [7,6] of the matrix of encoded coefficients by the factor F; and to scale a coefficient at position [7,7] of the matrix of encoded coefficients by the factor E.
56. The computer-readable medium of claim 52, wherein the instructions that cause the processor to apply the transform to either a row vector or a column vector cause the processor to:
calculate a value x0' by adding x0 and x4;
calculate a value x4' by adding x0 and -x4;
calculate a value (x2*.alpha.) by multiplying x2 by a value .alpha.;
calculate a value (x6*.beta.) by multiplying x6 by a value .beta.;
calculate a value (x2*.beta.) by multiplying x2 by the value .beta.;

calculate a value (x6*.alpha.) by multiplying x6 by a value .alpha.;
calculate a value x2' by adding (x2*.alpha.) and -(x6*.beta.);
calculate a value x6' by adding (x6*.alpha.) and (X2*.beta.);
calculate a value x0" by adding x0' and x6';
calculate a value x4" by adding x4' and x2';
calculate a value x2' by adding x4' and -x2';
calculate a value x6" by adding x0' and -x6';
calculate a value x7' by adding x1 and -x7;
calculate a value x1' by adding x1 and x7;
calculate a value x3' by multiplying x3 and square root of two;
calculate a value x5' by multiplying x5 and square root of two;
calculate a value x7" by adding x7' and x5';
calculate a value x3" by adding x1' and -x3';
calculate a value x5" by adding x7' and -x5';
calculate a value x1" by adding x3' and x1';
calculate a value (x7"*.epsilon.) by multiplying x7" and a value .epsilon.;
calculate a value (x7"*.zeta.) by multiplying x7" and a value .zeta.;
calculate a value (x3"*.gamma.) by multiplying x3" and a value .gamma.;
calculate a value (x3"*.delta.) by multiplying x3" and a value .delta.;
calculate a value (x5"*.delta.) by multiplying x5' and the value .delta.;
calculate a value (x5"*.gamma.) by multiplying x5' and the value .gamma.;
calculate a value (x1"*.zeta.) by multiplying x1" and the value .zeta.;
calculate a value (x1"*.epsilon.) by multiplying x1" and the value .epsilon.;
calculate a value x7"' by adding (x7"*.epsilon.) and -(x1"*.zeta.);
calculate a value x3"' by adding (x3"*.gamma.) and -(x5"*.delta.);
calculate a value x5"' by adding (x5"*.gamma.) and (x3"*.delta.);
calculate a value x1"' by adding (x1"*.epsilon.) and (x7".*zeta.);
calculate a value X0 by adding x7"' and x0";
calculate a value X1 by adding x4" and x5"';
calculate a value X2 by adding x2" and x3"';
calculate a value X3 by adding x6" and x7"';
calculate a value X4 by adding x6" and -x1"';
calculate a value X5 by adding x2" and -x3"';

calculate a value X6 by adding x4" and -x5"'; and to calculate a value X7 by adding x0" and -x1"';

wherein x0, x1, x2, x3, x4, x5, x6, x7 are coefficients in a row vector or a column vector, wherein X1, X2, X3, X4, X5, X6, and X7 are output values of the transform;
wherein .alpha. = 41/128, .beta. = 99/128, .gamma.=113/128, .delta.= 719/4096 , .epsilon.= 1533/2048, and 1/2.
57. The computer-readable medium of claim 56, wherein the instructions cause the processor to apply the transform by causing the processor to apply the transform to coefficients in one of the row vectors or one of the column vectors without using multiplication or division operations.
58. The computer-readable medium of claim 57, wherein the instructions cause the programmable processor to calculate a value (x1*.epsilon.) by multiplying x1 and the value .epsilon. and wherein the instructions cause the programmable processor to calculate the value (x1*.zeta.) by x1 and the value .zeta. by causing the programmable processor to:
calculate a value y1, wherein y1 =(xi >> 9) - x1;
calculate the value (x1*.zeta.) by right-shifting x3 by one position; and calculate the value (x1*.epsilon.) by subtracting y1 from (y1 >> 2); and wherein the instructions cause the programmable processor to calculate a value (x7*.epsilon.) by multiplying x7 and the value .epsilon. and wherein the instructions cause the programmable processor to calculate the value (x7*.zeta.) by x7 and the value .zeta. by causing the programmable processor to:
calculate a value y1', wherein y1' =(x7 >> 9) - x7;
calculate the value (x7*.zeta.) by right-shifting x7 by one position; and calculate the value (x7*.epsilon.) by subtracting y1' from (y1' >> 2); and wherein the instructions cause the programmable processor to calculate a value (x1"*.epsilon.) by multiplying x1" and the value .epsilon. and wherein the instructions cause the programmable processor to calculate the value (x1"*.zeta.)by x1" and the value .zeta. by causing the programmable processor to:
calculate a value y1", wherein y1" =(x1" >> 9) - x1";

calculate the value (x1"*.zeta.) by right-shifting x1" by one position; and calculate the value (x1"*.epsilon.) by subtracting y1" from (y1" >> 2); and wherein the instructions cause the programmable processor to calculate a value (X7"*.epsilon.) by multiplying x7" and the value .epsilon. and wherein the instructions cause the programmable processor to calculate the value (x7"*.zeta.) by x7" and the value .zeta. by causing the programmable processor to:

calculate a value y1"', wherein y1"' =(x7" >> 9) - x7";
calculate the value (x7"*.zeta.) by right-shifting x7" by one position; and calculate the value (x7"*.epsilon.) by subtracting y1"' from (y1"' >> 2).
59. The computer-readable medium of claim 58, wherein the instructions cause the programmable processor to calculate a value (x3*.gamma.) by multiplying x3 and a value .gamma. and wherein the instructions cause the programmable processor to calculate a value (x3*.delta.) by multiplying x3 and a value .delta. by causing the programmable processor to:
calculate a value y2, wherein y2 =(x3 >> 3) -(x3 >> 7);
calculate a value y3, wherein y3 = y2 -(x3 >> 11);
calculate the value (x3*.delta.) = y2 +(y3 >> 1); and calculate the value (x3*.gamma.) by subtracting y2 from x3; and wherein the instructions cause the programmable processor to calculate a value (x5*.delta.) by multiplying x5 and the value .delta. and wherein the instructions cause the programmable processor to calculate a value (x5*.gamma.) by multiplying x5 and the value .gamma. by causing the programmable processor to:
calculate a value y2', wherein y2' =(x5 >> 3) -(x5 >> 7);
calculate a value y3', wherein y3' = y2' -(x5 >> 11);
calculate the value (x5*) by adding y2' and (y3' >> 1); and calculate the value (x5*.gamma.) by subtracting y2' from x5; and wherein the instructions cause the programmable processor to calculate a value (x3"*.gamma.) by multiplying x3" and a value .gamma. and wherein the instructions cause the programmable processor to calculate a value (x3*.delta.) by multiplying x3"
and a value .delta. by causing the programmable processor to:

calculate a value y2", wherein y2" =(x3" >> 3) -(x3" >> 7);
calculate a value y3", wherein y3" = y2" -(x3" 11);

calculate the value (x3"*6) = y2" +(y3" >> 1); and calculate the value (x3"*.gamma.) by subtracting y2" from x3"; and wherein the instructions cause the programmable processor to calculate a value (x5"*.delta.) by multiplying x5" and the value .delta. and wherein the instructions cause the programmable processor to calculate a value (x5"*.gamma.) by multiplying x5"
and the value .gamma. by causing the programmable processor to:

calculate a value y2"', wherein y2"' =(x5" >> 3) -(x5" >> 7);
calculate a value y3"', wherein y3"' = y2"' -(x5" >> 11);
calculate the value (x5"*.delta.) by adding y2"' and (y3"' >> 1); and calculate the value (x5"*.gamma.) by subtracting y2"' from x5".
60. The computer-readable medium of claim 58, wherein the instructions cause the programmable processor to calculate a value (x2*.alpha.) by multiplying x2 by a value .alpha. and wherein the instructions cause the programmable processor to calculate a value (x2*.beta.) by multiplying x2 by a value .beta.
by causing the programmable processor to:
calculate a value y1, wherein y1 = x2 +(x2 >> 5);
calculate a value y2, wherein y2 = y1 >> 2;
calculate the value (x2*.alpha.) by adding y2 and (x2 >> 4); and calculate the value (x2*.beta.) by subtracting y2 from y1; and wherein the instructions cause the programmable processor to calculate a value (x6*.alpha.) by multiplying x6 by a value .alpha. and wherein the instructions cause the programmable processor to calculate a value (x6*.beta.) by multiplying x6 by a value .beta.
by causing the programmable processor to:
calculate a value y1', wherein y1' = x6 +(x6 >> 5);
calculate a value y2', wherein y2' = y1' >> 2;
calculate the value (x6*.alpha.) by adding y2' and (x6 >> 4); and calculate the value (x6*.beta.) by subtracting y2' from y1'; and wherein the instructions cause the programmable processor to calculate a value (x2"*.alpha.) by multiplying x2' by value .alpha. and wherein the instructions cause the programmable processor to calculate a value (x2"*.beta.) by multiplying X2' by a value .beta. by causing the programmable processor to:

calculate a value y1", wherein y1"= x2" +(x2" >> 5);

calculate a value y2", wherein y2" = y1" >> 2;
calculate the value (x2"*.alpha.) by adding y2" and (x2" >> 4); and calculate the value (x2"*.beta.) by subtracting y2" from y1"; and wherein the instructions cause the programmable processor to calculate a value (x6"*.alpha.) by multiplying x6" by a value .alpha. and wherein the instructions cause the programmable processor to calculate a value (x6"*.beta.) by multiplying x6" by a value .beta. by causing the programmable processor to:

calculate a value y1"', wherein y1"' = x6" +(x6" >> 5);
calculate a value y2"', wherein y2"' =y1"' >> 2;
calculate the value (x6"*.alpha.) by adding y2"' and (x6" >> 4); and calculate the value (x6"*.beta.) by subtracting y2"' from y1"'.
61. The computer-readable medium of claim 56, wherein the values x0, x1, x2, x3, x4, x5, x6,x7,x0',x1,x2'x3'x4',x5',x6',x7',x0",x2",x3",x4",x5",x6",x7",x1"'x3"', (x5"',x7"',(x2*.alpha.),(x6*.beta.),(x2*.beta.),(x6*.alpha.),(x7"*.epsilon.),(x 7"*zeta),(x"*.gamma.),(x3"*.delta.),(x5"*.delta.), (x5"*.gamma.),(x1"*.zeta.), and (x1"*.epsilon.) are represented using fixed-point numbers that include P bits in the mantissa portions of the fixed-point numbers.
62. The computer-readable medium of claim 61, wherein P is equal to 10.
63. The computer-readable medium of claim 51, wherein the instructions further cause the processor to receive a bitstream that includes the matrix of encoded coefficients.
64. The computer-readable medium of claim 51, wherein the instructions further cause the processor to add a midpoint bias term to a DC coefficient of the matrix, wherein the midpoint bias value term is equal to 2 to the power of 12.
65. The computer-readable medium of claim 51, wherein the instructions further cause the processor to:
right-shift each coefficient in the matrix of transformed coefficients by thirteen positions to generate a matrix of pixel component values; and construct the block of pixels by incorporating pixel component values in the matrix of pixel component values into pixels in the block of pixels.
66. The computer-readable medium of claim 51, wherein the instructions that cause the processor to scale the encoded coefficients cause the processor to scale the coefficients in the matrix of encoded coefficients without using multiplication or division operations.
CA2654116A 2006-06-26 2007-06-26 Efficient fixed-point approximations of forward and inverse discrete cosine transforms Expired - Fee Related CA2654116C (en)

Applications Claiming Priority (13)

Application Number Priority Date Filing Date Title
US81669706P 2006-06-26 2006-06-26
US60/816,697 2006-06-26
US84136206P 2006-08-30 2006-08-30
US60/841,362 2006-08-30
US84719406P 2006-09-25 2006-09-25
US60/847,194 2006-09-25
US82966906P 2006-10-16 2006-10-16
US60/829,669 2006-10-16
US86953006P 2006-12-11 2006-12-11
US60/869,530 2006-12-11
US88393207P 2007-01-08 2007-01-08
US60/883,932 2007-01-08
PCT/US2007/072169 WO2008005757A2 (en) 2006-06-26 2007-06-26 Efficient fixed-point approximations of forward and inverse discrete cosine transforms

Publications (2)

Publication Number Publication Date
CA2654116A1 CA2654116A1 (en) 2008-01-10
CA2654116C true CA2654116C (en) 2013-04-02

Family

ID=38828732

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2654116A Expired - Fee Related CA2654116C (en) 2006-06-26 2007-06-26 Efficient fixed-point approximations of forward and inverse discrete cosine transforms

Country Status (8)

Country Link
EP (1) EP2089812A2 (en)
JP (1) JP5129248B2 (en)
KR (1) KR100963459B1 (en)
CN (1) CN102037729B (en)
BR (1) BRPI0713321B1 (en)
CA (1) CA2654116C (en)
TW (1) TWI336444B (en)
WO (1) WO2008005757A2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107493475B (en) * 2011-12-15 2019-05-17 寰发股份有限公司 Quantization level capture device and method
KR101395143B1 (en) 2013-06-13 2014-05-21 이노뎁 주식회사 Integer transform method for image processing and device threof
US10432952B2 (en) * 2015-11-19 2019-10-01 Qualcomm Incorporated System and methods for fixed-point approximations in display stream compression (DSC)
US9870341B2 (en) * 2016-03-18 2018-01-16 Qualcomm Incorporated Memory reduction method for fixed point matrix multiply

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5754456A (en) * 1996-03-05 1998-05-19 Intel Corporation Computer system performing an inverse cosine transfer function for use with multimedia information
KR20000013653A (en) * 1998-08-12 2000-03-06 이종하 Forward/reverse optimum integer cosine transform apparatus and method
DE10116204A1 (en) * 2000-08-12 2002-02-21 Bosch Gmbh Robert Method for integer approximation of transformation coefficients as well as coders and decoders
CN1856997A (en) * 2003-09-24 2006-11-01 德州仪器公司 8x8 transform and quantization

Also Published As

Publication number Publication date
WO2008005757A3 (en) 2011-03-10
EP2089812A2 (en) 2009-08-19
TW200823694A (en) 2008-06-01
CA2654116A1 (en) 2008-01-10
TWI336444B (en) 2011-01-21
BRPI0713321A2 (en) 2012-03-13
KR100963459B1 (en) 2010-06-17
KR20090028736A (en) 2009-03-19
JP2010505287A (en) 2010-02-18
BRPI0713321B1 (en) 2018-12-04
CN102037729A (en) 2011-04-27
WO2008005757A2 (en) 2008-01-10
CN102037729B (en) 2013-02-27
JP5129248B2 (en) 2013-01-30

Similar Documents

Publication Publication Date Title
US8571340B2 (en) Efficient fixed-point approximations of forward and inverse discrete cosine transforms
US8385424B2 (en) Reduction of errors during computation of inverse discrete cosine transform
AU748947C (en) Method and apparatus for inverse quantization of MPEG-4 video
RU2439682C2 (en) Reduction of errors during calculation of reverse discrete cosine conversion
CA2654116C (en) Efficient fixed-point approximations of forward and inverse discrete cosine transforms
RU2417423C2 (en) Efficient fixed-point approximation for direct and inverse discrete cosine transforms
BRPI0712996A2 (en) Efficient fixed-point approximations of discrete, direct, and inverse cosine transforms

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20200831