US20100166059A1 - Method and apparatus for video compression - Google Patents

Method and apparatus for video compression Download PDF

Info

Publication number
US20100166059A1
US20100166059A1 US12/723,287 US72328710A US2010166059A1 US 20100166059 A1 US20100166059 A1 US 20100166059A1 US 72328710 A US72328710 A US 72328710A US 2010166059 A1 US2010166059 A1 US 2010166059A1
Authority
US
United States
Prior art keywords
integer
block
coefficients
transform
macro block
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.)
Abandoned
Application number
US12/723,287
Inventor
Tom-Ivar Johansen
Gisle Bjøntegaard
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.)
Tandberg Telecom AS
Original Assignee
Tandberg Telecom AS
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 Tandberg Telecom AS filed Critical Tandberg Telecom AS
Priority to US12/723,287 priority Critical patent/US20100166059A1/en
Publication of US20100166059A1 publication Critical patent/US20100166059A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/186Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being a colour or a chrominance component
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/593Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques
    • 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

Definitions

  • Transmission of moving pictures in real-time is employed in several applications like e.g. video conferencing, net meetings, TV broadcasting and video telephony.
  • the main goal is to represent the video information with as little capacity as possible. Capacity is defined with bits, either as a constant value or as bits/time unit. In both cases, the main goal is to reduce the number of bits.
  • the most common video coding method is described in the MPEG* and H.26* standards.
  • the video data undergo four main processes before transmission, namely prediction, transformation, quantization and entropy coding.
  • the prediction process significantly reduces the amount of bits required for each picture in a video sequence to be transferred. It takes advantage of the similarity of parts of the sequence with other parts of the sequence. Since the predictor part is known to both encoder and decoder, only the difference has to be transferred. This difference typically requires much less capacity for its representation.
  • the prediction is mainly based on vectors representing movements. The prediction process is typically performed on square block sizes (e.g. 16 ⁇ 16 pixels).
  • the residual represented as a block of data (e.g. 4 ⁇ 4 pixels) still contains internal correlation.
  • a well-known method of taking advantage of this is to perform a two dimensional block transform.
  • an 8 ⁇ 8 Discrete Cosine Transform (DCT) is used, whereas H.264 uses a 4 ⁇ 4 integer type transform.
  • Transform of a 4 ⁇ 4 array of pixels with internal correlation will probability result in a 4 ⁇ 4 block of transform coefficients with much fewer non-zero values than the original 4 ⁇ 4 pixel block.
  • a macro block is a part of the picture consisting of several sub blocks for luminance (luma) as well as for chrominance (chroma).
  • RGB red, green, blue
  • US 2003/0043921 A1 discloses a method for video encoding applied to an input signal which includes a sequence of frames represented by a luminance matrix and two chrominance matrices.
  • the present invention provides a unified solution to coding/decoding of different video formats such as 4:2:0, 4:2:2 and 4:4:4.
  • the present invention provides a method of video coding for transforming a first m ⁇ n macro block of residual chrominance pixel values of moving pictures by a first integer-transform function generating a corresponding second m ⁇ n macro block of integer-transform coefficients, then further transforming DC values of the integer-transform coefficients by a second integer-transform function to generate a third block of integer-transformed DC coefficients, wherein the method further includes the steps of generating the second m ⁇ n macro block of integer-transform coefficients by utilizing a k ⁇ k integer-transform function on each k ⁇ k sub-block of the first m ⁇ n macro block, wherein n and m are each a multiple of k, and then generating the third block of coefficients by utilizing a second ixj integer-transform function on the DC values resulting in a (m/k) ⁇ (n/k) third block of integer-transformed DC coefficients.
  • the present invention also provides a method of video decoding, being an inverted version of the method of video coding.
  • FIG. 1 shows how a macro block with the 4:2:0 format of 16 ⁇ 16 luma pixels and two chroma components with 8 ⁇ 8 pixels each are divided into 4 ⁇ 4 blocks which in turn are arranged in subgroups of four 4 ⁇ 4 blocks. It is also shown how DC coefficients are extracted from each of 4 chroma blocks to form separate chroma dc elements consisting of 2 ⁇ 2 blocks.
  • FIG. 2 shows one component of chroma pixels in a macro block of different picture formats.
  • FIG. 3 shows a second level transform of DC values for different formats.
  • FIG. 4 indicates the basis of a DC prediction of an 8 ⁇ 16 block.
  • the present invention provides an extension of the H.264/AVC video coding standard to include formats like the above-described 4:2:2 and 4:4:4.
  • the method is based on the way chrominance is already treated in H.264/AVC.
  • a macroblock consist of a part of the picture with 16 x 16 luminance pixels and two chrominance components with 8 ⁇ 8 pixels each. This is illustrated in FIG. 1 .
  • the description is mainly related to the encoding process. However, this has implications to how decoding must be performed. This means for instance that if transformation is performed on two levels at the encoder, the decoder must perform inverse transformation on two levels.
  • coding is often used as a short expression to include the whole process of encoding and decoding.
  • the invention covers the whole coding process which is defined to contain both encoding and decoding.
  • FIG. 1 shows the macro block consists of 16 ⁇ 16 luminance pixels and two chrominance components with 8 ⁇ 8 pixels each. Each of the components is further broken down into 4 ⁇ 4 blocks, which are represented by the small squares. For coding purposes, both luma and chroma 4 ⁇ 4 blocks are grouped together in 8 ⁇ 8 sub blocks and designated Y 0 -Y 3 and Cr, Cb.
  • the chroma part of this format is in some contexts denoted as 4:2:0, and is shown to the left in FIG. 2 .
  • the abbreviation is not very self-explanatory. It means that the chrominance has half the resolution of luminance horizontally as well as vertically. For the conventional video format CIF, this means that a luminance frame has 352 ⁇ 288 pixels whereas each of the chrominance components has 176 ⁇ 144 pixels.
  • chrominance has half of the luminance resolution in the horizontal direction and the same resolution as luminance in the vertical direction.
  • This format is typically used for high quality interlaced TV signals where the interlace structure causes some challenges for use of half chrominance resolution vertically.
  • luminance and chrominance signals have the same resolution both in the horizontal and vertical direction.
  • One typical area of application is graphics material where colors are used in a way such that it is desirable to have the same resolution for chrominance as for luminance.
  • the first aspect of the present invention is related to the coding describing the residual signal.
  • H.264/AVC the chrominance residual signal is described with two level transforms.
  • the 4:2:0 box in FIG. 2 indicates that the 8 ⁇ 8 pixel chrominance block is divided into 4 ⁇ 4 pixel sub-blocks.
  • the residual signal in each of the 4 ⁇ 4 sub- blocks undergo a 4 ⁇ 4 transformation resulting in one DC coefficient and 15 AC coefficients.
  • the DC coefficient represents the average value over the 4 ⁇ 4 block.
  • the 4 ⁇ 4 block size of the first transform of the chrominance residual signal is maintained.
  • the number of such sub-blocks will then be different for the different picture formats.
  • a k ⁇ k transform is used on a macro block of m ⁇ n (m in the horizontal direction, n in the vertical direction) chrominance pixels.
  • a further transformation of the DC coefficients of each of the 4 ⁇ 4 blocks undergo a 2 ⁇ 2 transform as indicated in FIG. 3 .
  • an i ⁇ j transform for the DC coefficients is used.
  • the transform type is preferably chosen to be two-dimensional Hadamard transform.
  • the present invention also relates to intra prediction part of the coding.
  • DC-prediction for the 4:2:2 format is provided.
  • DC-prediction predicts one value for a whole block. In this case we want to predict one value for all the pixels in an 8 ⁇ 16 block from the neighboring, already coded and decoded pixels. This is indicated in FIG. 4 where the 8 ⁇ 16 shall be predicted from the 24 neighboring pixels in bold.
  • the DC-prediction has to be executed on rectangular blocks of size 2 q ⁇ 2 r where q and r are integers; q>r; q is defined to represent a first dimension of the block; and r is defined to represent a second dimension of the block.
  • the first dimension may represent the vertical size and the second dimension may represent the horizontal size of the block or visa versa.
  • DC prediction of the block is formed as:
  • the first level transform is kept unchanged in the sense that the chrominance pixels of a macroblock is divided into 4 ⁇ 4 subblocks as indicated in 4:2:2 and 4:4:4 of FIG. 2 and each subblock undergo a 4 ⁇ 4 transform.
  • the second level transform of DC coefficients will be of size 2 ⁇ 4 and 4 ⁇ 4 for the two higher formats as depicted in FIG. 3 .
  • the main difference between coding the different formats is the second order residual chrominance transform.

Abstract

A unified solution to coding/decoding of different video formats such as 4:2:0, 4:2:2 and 4:4:4 is provided. A method of video coding includes transforming a first m×n macro block of residual chrominance pixel values of moving pictures by a first integer-transform function generating a corresponding second m×n macro block of integer-transform coefficients, further transforming DC values of the integer-transform coefficients by a second integer-transform function to generate a third block of integer-transformed DC coefficients. The method further includes generating the second m×n macro block of integer-transform coefficients by utilizing a k×k integer-transform function on each k×k sub-block of the first m×n macro block, wherein n and m are each a multiple of k, and generating the third block of coefficients by utilizing a second ixj integer-transform function on the DC values resulting in a (m/k)×(n/k) third block of integer-transformed DC coefficients.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • The present application is a continuation application of U.S. Ser. No. 10/844,054 filed May 12, 2004, which is based upon and claims the benefit of priority to Norwegian Application No. 20032319, filed May 22, 2003, each of which is incorporated herein by reference.
  • BACKGROUND OF THE INVENTION
  • Transmission of moving pictures in real-time is employed in several applications like e.g. video conferencing, net meetings, TV broadcasting and video telephony.
  • However, representing moving pictures requires bulk information as digital video typically is described by representing each pixel in a picture with 8 bits (1 Byte) or more. Such uncompressed video data results in large bit volumes, and cannot be transferred over conventional communication networks and transmission lines in real time due to limited bandwidth.
  • Thus enabling real time video transmission requires a large extent of data compression. Data compression may, however, compromise with picture quality. Therefore, great efforts have been made to develop compression techniques allowing real time transmission of high quality video over bandwidth limited data connections.
  • In video compression systems, the main goal is to represent the video information with as little capacity as possible. Capacity is defined with bits, either as a constant value or as bits/time unit. In both cases, the main goal is to reduce the number of bits.
  • The most common video coding method is described in the MPEG* and H.26* standards. The video data undergo four main processes before transmission, namely prediction, transformation, quantization and entropy coding.
  • The prediction process significantly reduces the amount of bits required for each picture in a video sequence to be transferred. It takes advantage of the similarity of parts of the sequence with other parts of the sequence. Since the predictor part is known to both encoder and decoder, only the difference has to be transferred. This difference typically requires much less capacity for its representation. The prediction is mainly based on vectors representing movements. The prediction process is typically performed on square block sizes (e.g. 16×16 pixels).
  • Note that in some cases, such as in H.264/AVC, predictions of pixels based on the adjacent pixels in the same picture rather than pixels of preceding pictures are used. This is referred to as intra prediction, as opposed to inter prediction. In H.264/AVC, there are many different modes for doing such prediction both for luminance blocks and chrominance blocks. One of the prediction modes is called DC-prediction. It predicts all pixels in a block to have the same value. When we take into account the characteristics of the particular transform that is used for residual coding it means that only the DC coefficient of the residual block data is changed compared to transformation of the block data without prediction. All AC-coefficients are unchanged. For this reason the prediction mode is named DC-prediction.
  • The residual represented as a block of data (e.g. 4×4 pixels) still contains internal correlation. A well-known method of taking advantage of this is to perform a two dimensional block transform. In H.263 an 8×8 Discrete Cosine Transform (DCT) is used, whereas H.264 uses a 4×4 integer type transform. This transforms 4×4 pixels into 4×4 transform coefficients and they can usually be represented by fewer bits than the pixel representation. Transform of a 4×4 array of pixels with internal correlation will probability result in a 4×4 block of transform coefficients with much fewer non-zero values than the original 4×4 pixel block.
  • A macro block is a part of the picture consisting of several sub blocks for luminance (luma) as well as for chrominance (chroma).
  • There are typically two chrominance components (Cr, Cb) with half the resolution both horizontally and vertically compared with luminance. This is in contrast to for instance RGB (red, green, blue) which is typically the representation used in the camera sensor and the monitor display.
  • From the patent literature there are examples disclosing video encoding/decoding and methods of compression. In particular the patent U.S. Pat. No. 6,256,347 B1 (Yu et al.) should be mentioned, which discloses an image processor that receives prediction error values from decompressed MPEG coded digital video signals in the form of pixel blocks containing luminance and chrominance data in a 4:2:2 or 4:2:0 format and recompresses the pixel blocks to a predetermined resolution. Luminance and chrominance data are processed with different compression laws during recompression. Luminance data are recompressed to an average of six bits per pixel, whereas chrominance data are recompressed to an average of four bits per pixel. Thus Yu et al. discloses a method for bit compression of data on 4:2:2 and 4:2:0 formats, and hence is not a general method applying to a plurality of formats.
  • Further it should be mentioned that US 2003/0043921 A1 (Dufour et al.) discloses a method for video encoding applied to an input signal which includes a sequence of frames represented by a luminance matrix and two chrominance matrices.
  • Most video coding standards are mainly designed for 4:2:0. MPEG2 professional profile covers 4:2:2 using a special chrominance block arrangement. The same is true for H.263. Generally this means that each format needs a special solution.
  • SUMMARY The invention is related to handling various picture resolution in an extended version of the compression standard H.264/AVC or other similar standards.
  • The present invention provides a unified solution to coding/decoding of different video formats such as 4:2:0, 4:2:2 and 4:4:4.
  • In particular, the present invention provides a method of video coding for transforming a first m×n macro block of residual chrominance pixel values of moving pictures by a first integer-transform function generating a corresponding second m×n macro block of integer-transform coefficients, then further transforming DC values of the integer-transform coefficients by a second integer-transform function to generate a third block of integer-transformed DC coefficients, wherein the method further includes the steps of generating the second m×n macro block of integer-transform coefficients by utilizing a k×k integer-transform function on each k×k sub-block of the first m×n macro block, wherein n and m are each a multiple of k, and then generating the third block of coefficients by utilizing a second ixj integer-transform function on the DC values resulting in a (m/k)×(n/k) third block of integer-transformed DC coefficients.
  • The present invention also provides a method of video decoding, being an inverted version of the method of video coding.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing and other objects, features and advantages of the invention will be apparent from the following more particular description of preferred embodiments of the invention, as illustrated in the accompanying drawings in which like reference characters refer to the same parts throughout the different views. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention.
  • FIG. 1 shows how a macro block with the 4:2:0 format of 16×16 luma pixels and two chroma components with 8×8 pixels each are divided into 4×4 blocks which in turn are arranged in subgroups of four 4×4 blocks. It is also shown how DC coefficients are extracted from each of 4 chroma blocks to form separate chroma dc elements consisting of 2×2 blocks.
  • FIG. 2 shows one component of chroma pixels in a macro block of different picture formats.
  • FIG. 3 shows a second level transform of DC values for different formats. FIG. 4 indicates the basis of a DC prediction of an 8×16 block.
  • DETAILED DESCRIPTION
  • The present invention provides an extension of the H.264/AVC video coding standard to include formats like the above-described 4:2:2 and 4:4:4. The method is based on the way chrominance is already treated in H.264/AVC. A macroblock consist of a part of the picture with 16x16 luminance pixels and two chrominance components with 8×8 pixels each. This is illustrated in FIG. 1.
  • The description is mainly related to the encoding process. However, this has implications to how decoding must be performed. This means for instance that if transformation is performed on two levels at the encoder, the decoder must perform inverse transformation on two levels. Generally the word “coding” is often used as a short expression to include the whole process of encoding and decoding. The invention covers the whole coding process which is defined to contain both encoding and decoding.
  • As noted, FIG. 1 shows the macro block consists of 16×16 luminance pixels and two chrominance components with 8×8 pixels each. Each of the components is further broken down into 4×4 blocks, which are represented by the small squares. For coding purposes, both luma and chroma 4×4 blocks are grouped together in 8×8 sub blocks and designated Y0-Y3 and Cr, Cb. The chroma part of this format is in some contexts denoted as 4:2:0, and is shown to the left in FIG. 2. The abbreviation is not very self-explanatory. It means that the chrominance has half the resolution of luminance horizontally as well as vertically. For the conventional video format CIF, this means that a luminance frame has 352×288 pixels whereas each of the chrominance components has 176×144 pixels.
  • In an alternative format, denoted 4:2:2 and shown in the middle part of FIG. 2, chrominance has half of the luminance resolution in the horizontal direction and the same resolution as luminance in the vertical direction. This format is typically used for high quality interlaced TV signals where the interlace structure causes some challenges for use of half chrominance resolution vertically.
  • In still an alternative format, denoted 4:4:4 and shown to the right in FIG. 2, that luminance and chrominance signals have the same resolution both in the horizontal and vertical direction. One typical area of application is graphics material where colors are used in a way such that it is desirable to have the same resolution for chrominance as for luminance.
  • The first aspect of the present invention is related to the coding describing the residual signal. In H.264/AVC the chrominance residual signal is described with two level transforms. The 4:2:0 box in FIG. 2 indicates that the 8×8 pixel chrominance block is divided into 4×4 pixel sub-blocks. The residual signal in each of the 4×4 sub- blocks undergo a 4×4 transformation resulting in one DC coefficient and 15 AC coefficients. The DC coefficient represents the average value over the 4×4 block.
  • According to the first aspect of the present invention, the 4×4 block size of the first transform of the chrominance residual signal is maintained. The number of such sub-blocks will then be different for the different picture formats. In a general denotation, a k×k transform is used on a macro block of m×n (m in the horizontal direction, n in the vertical direction) chrominance pixels.
  • A further transformation of the DC coefficients of each of the 4×4 blocks undergo a 2×2 transform as indicated in FIG. 3. In the general case, an i×j transform for the DC coefficients is used. i and j will have values such that i×k=horizontal number of chrominance pixels in a macroblock and j×k=vertical number of chrominance pixels in a macroblock. The transform type is preferably chosen to be two-dimensional Hadamard transform.
  • The present invention also relates to intra prediction part of the coding. In a preferred embodiment of the invention, DC-prediction for the 4:2:2 format is provided. DC-prediction predicts one value for a whole block. In this case we want to predict one value for all the pixels in an 8×16 block from the neighboring, already coded and decoded pixels. This is indicated in FIG. 4 where the 8×16 shall be predicted from the 24 neighboring pixels in bold.
  • A natural prediction would be to take the average of all 24 bold pixels:
  • Prediction=Sum(24 neighboring pixels)/24
  • However, it is desirable to avoid the division by 24. Therefore we use the following definition:
  • Prediction=(2×Sum(8 pixels above)+Sum(16 pixels to the left))/32
  • In this way, the division by 32 can easily be implemented with a shift operation.
  • To take advantage of the shift operation in the general case, the DC-prediction has to be executed on rectangular blocks of size 2q×2r where q and r are integers; q>r; q is defined to represent a first dimension of the block; and r is defined to represent a second dimension of the block. The first dimension may represent the vertical size and the second dimension may represent the horizontal size of the block or visa versa. DC prediction of the block is formed as:
  • Prediction=(Sum(neighboring pixels to the first dimension)+2(q−r)×(Sum(neighboring pixels to the second dimension))/2q+1
  • It follows from the discussion above that m=2q and n=2r.
  • With the present invention, the first level transform is kept unchanged in the sense that the chrominance pixels of a macroblock is divided into 4×4 subblocks as indicated in 4:2:2 and 4:4:4 of FIG. 2 and each subblock undergo a 4×4 transform. The second level transform of DC coefficients will be of size 2×4 and 4×4 for the two higher formats as depicted in FIG. 3. Hence the main difference between coding the different formats is the second order residual chrominance transform.
  • Note that the scope of the present invention is not limited to the H.264/AVC. It could advantageously also be utilized in connection with other video coding standards like e.g. SIP.
  • While this invention has been particularly shown and described with references to preferred embodiments thereof, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the scope of the invention encompassed by the appended claims.

Claims (2)

1. A method of video coding comprising:
transforming a first m×n macro block of residual chrominance pixel values of moving pictures by a first integer-transform function, thereby generating a corresponding second m×n macro block of integer-transform coefficients, the transforming including generating the second m×n macro block of integer-transform coefficients by utilizing a k×k integer-transform function on each k×k sub-blocks of the first m×n macro block, wherein each of n and m is a multiple of k; and
transforming DC values of the integer-transform coefficients by a second integer-transform function, thereby generating a third block of integer-transformed DC coefficients, the transforming including generating the third block of coefficients by utilizing a second i×j integer-transform function on the DC values resulting in a (m/k)×(n/k) third block of integer-transformed DC coefficients.
2. A method of video decoding comprising:
transforming a first block of integer-transformed DC coefficients by a first inverse integer-transform function, thereby generating a number of DC values of a first m×n macro block of integer-transform coefficients, the transforming including generating the number of DC values of the first m×n macro block of integer-transform coefficients by utilizing a first i×j inverse integer-transform function on the first block of integer-transformed DC coefficients; and
transforming the first m×n macro block of integer-transform coefficients by a second inverse integer-transform function, thereby generating a second m×n macro block of residual chrominance pixel values of moving pictures, the transforming including generating the second m×n macro block of residual chrominance pixel values by utilizing a k×k inverse integer-transform function on each k×k sub-blocks of the first m×n macro block of integer-transform coefficients, wherein n and m is a multiple of k, and the first block of integer-transformed DC coefficients is of the size (m/k)×(n/k).
US12/723,287 2003-05-22 2010-03-12 Method and apparatus for video compression Abandoned US20100166059A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/723,287 US20100166059A1 (en) 2003-05-22 2010-03-12 Method and apparatus for video compression

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
NO20032319 2003-05-22
NO20032319A NO319007B1 (en) 2003-05-22 2003-05-22 Video compression method and apparatus
US10/844,054 US7684489B2 (en) 2003-05-22 2004-05-12 Method and apparatus for video compression
US12/723,287 US20100166059A1 (en) 2003-05-22 2010-03-12 Method and apparatus for video compression

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/844,054 Continuation US7684489B2 (en) 2003-05-22 2004-05-12 Method and apparatus for video compression

Publications (1)

Publication Number Publication Date
US20100166059A1 true US20100166059A1 (en) 2010-07-01

Family

ID=19914786

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/844,054 Active 2027-09-09 US7684489B2 (en) 2003-05-22 2004-05-12 Method and apparatus for video compression
US12/723,287 Abandoned US20100166059A1 (en) 2003-05-22 2010-03-12 Method and apparatus for video compression

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/844,054 Active 2027-09-09 US7684489B2 (en) 2003-05-22 2004-05-12 Method and apparatus for video compression

Country Status (6)

Country Link
US (2) US7684489B2 (en)
EP (1) EP1625753A1 (en)
JP (1) JP4773966B2 (en)
CN (1) CN100559883C (en)
NO (1) NO319007B1 (en)
WO (1) WO2004105399A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080175323A1 (en) * 2007-01-11 2008-07-24 Tandberg Telecom As Eight pixels integer transform
US8576914B2 (en) 2011-01-10 2013-11-05 Cisco Technology, Inc. Integer transform video compression system, method and computer program product
US9183181B2 (en) 2011-01-10 2015-11-10 Cisco Technology, Inc. Integer matrix transform video compression system, method and computer program product
CN110636304A (en) * 2019-10-23 2019-12-31 威创集团股份有限公司 YCbCr444 and YCbCr422 conversion method

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4617644B2 (en) 2003-07-18 2011-01-26 ソニー株式会社 Encoding apparatus and method
KR100587698B1 (en) * 2004-10-22 2006-06-08 주식회사 휴맥스 Selective prediction encoding/decoding method and device
US7751478B2 (en) * 2005-01-21 2010-07-06 Seiko Epson Corporation Prediction intra-mode selection in an encoder
US7830961B2 (en) * 2005-06-21 2010-11-09 Seiko Epson Corporation Motion estimation and inter-mode prediction
US8170102B2 (en) * 2005-12-19 2012-05-01 Seiko Epson Corporation Macroblock homogeneity analysis and inter mode prediction
US7843995B2 (en) * 2005-12-19 2010-11-30 Seiko Epson Corporation Temporal and spatial analysis of a video macroblock
US8315308B2 (en) * 2006-01-11 2012-11-20 Qualcomm Incorporated Video coding with fine granularity spatial scalability
US8498333B2 (en) 2006-06-16 2013-07-30 Via Technologies, Inc. Filtering for VPU
US8243815B2 (en) 2006-06-16 2012-08-14 Via Technologies, Inc. Systems and methods of video compression deblocking
US9319708B2 (en) 2006-06-16 2016-04-19 Via Technologies, Inc. Systems and methods of improved motion estimation using a graphics processing unit
US8275049B2 (en) 2006-06-16 2012-09-25 Via Technologies, Inc. Systems and methods of improved motion estimation using a graphics processing unit
US8369419B2 (en) 2006-06-16 2013-02-05 Via Technologies, Inc. Systems and methods of video compression deblocking
TWI444047B (en) * 2006-06-16 2014-07-01 Via Tech Inc Deblockings filter for video decoding , video decoders and graphic processing units
US9204159B2 (en) 2006-06-16 2015-12-01 Via Technologies, Inc. VPU with programmable core
TWI382766B (en) * 2008-12-23 2013-01-11 Nat Univ Tsing Hua A method for compressing a display frame with super resolution and a system thereof
JP5234368B2 (en) 2009-09-30 2013-07-10 ソニー株式会社 Image processing apparatus and method
US20130003856A1 (en) * 2011-07-01 2013-01-03 Samsung Electronics Co. Ltd. Mode-dependent transforms for residual coding with low latency
JP5375937B2 (en) * 2011-12-14 2013-12-25 ソニー株式会社 Encoding apparatus and method
JP5375935B2 (en) * 2011-12-14 2013-12-25 ソニー株式会社 Encoding apparatus and method
JP5375938B2 (en) * 2011-12-14 2013-12-25 ソニー株式会社 Decoding apparatus and method
JP5375936B2 (en) * 2011-12-14 2013-12-25 ソニー株式会社 Decoding apparatus and method
CN104604225B (en) 2012-09-10 2018-01-26 太阳专利托管公司 Method for encoding images, picture decoding method, picture coding device, picture decoding apparatus and image encoding/decoding device
US9667994B2 (en) 2012-10-01 2017-05-30 Qualcomm Incorporated Intra-coding for 4:2:2 sample format in video coding
JP2013150347A (en) * 2013-03-27 2013-08-01 Sony Corp Image processing device and method
EP3804331A4 (en) * 2018-06-15 2021-08-11 Huawei Technologies Co., Ltd. Method and apparatus for intra prediction

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4924309A (en) * 1987-08-26 1990-05-08 Deutche Thomson-Brandt Gmbh Method and circuit arrangement for improving the resolution of the coefficients of digital signals, particularly digital TV signals
US5434567A (en) * 1994-09-09 1995-07-18 Kabushiki Kaisha Toshiba Encoding image signals by further transforming transformed DC signals
US5440344A (en) * 1992-04-28 1995-08-08 Mitsubishi Denki Kabushiki Kaisha Video encoder using adjacent pixel difference for quantizer control
US5489947A (en) * 1994-06-17 1996-02-06 Thomson Consumer Electronics, Inc. On screen display arrangement for a digital video signal processing system
US6157740A (en) * 1997-11-17 2000-12-05 International Business Machines Corporation Compression/decompression engine for enhanced memory storage in MPEG decoder
US6256347B1 (en) * 1996-12-17 2001-07-03 Thomson Licensing S.A. Pixel block compression apparatus in an image processing system
US20020196853A1 (en) * 1997-06-04 2002-12-26 Jie Liang Reduced resolution video decompression
US20030043921A1 (en) * 2001-08-02 2003-03-06 Cecile Dufour Video coding method
US6542162B1 (en) * 1998-06-15 2003-04-01 International Business Machines Corporation Color mapped and direct color OSD region processor with support for 4:2:2 profile decode function
US20050013497A1 (en) * 2003-07-18 2005-01-20 Microsoft Corporation Intraframe and interframe interlace coding and decoding
US7295609B2 (en) * 2001-11-30 2007-11-13 Sony Corporation Method and apparatus for coding image information, method and apparatus for decoding image information, method and apparatus for coding and decoding image information, and system of coding and transmitting image information

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4254147B2 (en) * 2001-11-30 2009-04-15 ソニー株式会社 Image information encoding method and apparatus, program, and recording medium
JP4617644B2 (en) * 2003-07-18 2011-01-26 ソニー株式会社 Encoding apparatus and method

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4924309A (en) * 1987-08-26 1990-05-08 Deutche Thomson-Brandt Gmbh Method and circuit arrangement for improving the resolution of the coefficients of digital signals, particularly digital TV signals
US5440344A (en) * 1992-04-28 1995-08-08 Mitsubishi Denki Kabushiki Kaisha Video encoder using adjacent pixel difference for quantizer control
US5489947A (en) * 1994-06-17 1996-02-06 Thomson Consumer Electronics, Inc. On screen display arrangement for a digital video signal processing system
US5434567A (en) * 1994-09-09 1995-07-18 Kabushiki Kaisha Toshiba Encoding image signals by further transforming transformed DC signals
US6256347B1 (en) * 1996-12-17 2001-07-03 Thomson Licensing S.A. Pixel block compression apparatus in an image processing system
US20020196853A1 (en) * 1997-06-04 2002-12-26 Jie Liang Reduced resolution video decompression
US6157740A (en) * 1997-11-17 2000-12-05 International Business Machines Corporation Compression/decompression engine for enhanced memory storage in MPEG decoder
US6542162B1 (en) * 1998-06-15 2003-04-01 International Business Machines Corporation Color mapped and direct color OSD region processor with support for 4:2:2 profile decode function
US20030043921A1 (en) * 2001-08-02 2003-03-06 Cecile Dufour Video coding method
US7295609B2 (en) * 2001-11-30 2007-11-13 Sony Corporation Method and apparatus for coding image information, method and apparatus for decoding image information, method and apparatus for coding and decoding image information, and system of coding and transmitting image information
US20050013497A1 (en) * 2003-07-18 2005-01-20 Microsoft Corporation Intraframe and interframe interlace coding and decoding

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080175323A1 (en) * 2007-01-11 2008-07-24 Tandberg Telecom As Eight pixels integer transform
US8175156B2 (en) * 2007-01-11 2012-05-08 Cisco Technology, Inc. Eight pixels integer transform
US8576914B2 (en) 2011-01-10 2013-11-05 Cisco Technology, Inc. Integer transform video compression system, method and computer program product
US9183181B2 (en) 2011-01-10 2015-11-10 Cisco Technology, Inc. Integer matrix transform video compression system, method and computer program product
CN110636304A (en) * 2019-10-23 2019-12-31 威创集团股份有限公司 YCbCr444 and YCbCr422 conversion method

Also Published As

Publication number Publication date
CN100559883C (en) 2009-11-11
JP2007502595A (en) 2007-02-08
US7684489B2 (en) 2010-03-23
EP1625753A1 (en) 2006-02-15
NO20032319D0 (en) 2003-05-22
JP4773966B2 (en) 2011-09-14
NO319007B1 (en) 2005-06-06
US20040233993A1 (en) 2004-11-25
CN1795681A (en) 2006-06-28
WO2004105399A1 (en) 2004-12-02

Similar Documents

Publication Publication Date Title
US7684489B2 (en) Method and apparatus for video compression
EP1834487B1 (en) Method for improved entropy coding
Aravind et al. Image and video coding standards
US8644394B2 (en) Deblocking filter
US9369733B2 (en) Method and apparatus for encoding and decoding image
EP1863295A2 (en) Coded block pattern encoding/decoding with spatial prediction
US20020122491A1 (en) Video decoder architecture and method for using same
US7822125B2 (en) Method for chroma deblocking
WO2007078111A1 (en) Image encoding and/or decoding system, medium, and method
GB2516021A (en) Method, device, and computer program for pre-encoding and post-decoding high bit-depth content in video encoder and decoder
US6865229B1 (en) Method and apparatus for reducing the “blocky picture” effect in MPEG decoded images
US5293228A (en) Method for the coding of color images at high compression rate without filtering, corresponding decoding method, coder, decoder and applications
US20060050978A1 (en) Progressive differential motion JPEG codec
US8139101B2 (en) Pre-processing of video data
US20040252894A1 (en) Image compression apparatus and image processing system
US7634009B2 (en) Method and device for picture compression using a plurality of sampling patterns
US20080049836A1 (en) Method and System for a Fast Video Transcoder
US20060222065A1 (en) System and method for improving video data compression by varying quantization bits based on region within picture
Weerakkody et al. Adaptive low complexity colour transform for video coding
Jeffay COMP 249 Advanced Distributed Systems
Kosaraju Novel VLSI Architecture for Quantization and Variable Length Coding for H-264/AVC Video Compression Standard

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION