WO2006006125A1 - Method and system for performing deblocking filtering - Google Patents

Method and system for performing deblocking filtering Download PDF

Info

Publication number
WO2006006125A1
WO2006006125A1 PCT/IB2005/052226 IB2005052226W WO2006006125A1 WO 2006006125 A1 WO2006006125 A1 WO 2006006125A1 IB 2005052226 W IB2005052226 W IB 2005052226W WO 2006006125 A1 WO2006006125 A1 WO 2006006125A1
Authority
WO
WIPO (PCT)
Prior art keywords
frame
processing unit
frame portion
processed
filtered
Prior art date
Application number
PCT/IB2005/052226
Other languages
French (fr)
Inventor
Oskar Pelc
Michael Zarubinsky
David Young
Original Assignee
Freescale Semiconductor, 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 Freescale Semiconductor, Inc. filed Critical Freescale Semiconductor, Inc.
Priority to JP2007519950A priority Critical patent/JP2008506294A/en
Priority to KR1020077000453A priority patent/KR101158345B1/en
Priority to EP05766956A priority patent/EP1774789A1/en
Publication of WO2006006125A1 publication Critical patent/WO2006006125A1/en

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/85Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression
    • H04N19/86Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using pre-processing or post-processing specially adapted for video compression involving reduction of coding artifacts, e.g. of blockiness
    • 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/189Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the adaptation method, adaptation tool or adaptation type used for the adaptive coding
    • H04N19/196Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the adaptation method, adaptation tool or adaptation type used for the adaptive coding being specially adapted for the computation of encoding parameters, e.g. by averaging previously computed encoding parameters
    • H04N19/197Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the adaptation method, adaptation tool or adaptation type used for the adaptive coding being specially adapted for the computation of encoding parameters, e.g. by averaging previously computed encoding parameters including determination of the initial value of an encoding parameter
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/80Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation

Definitions

  • the present invention relates to methods and systems for performing deblocking filtering. BACKGROUND OF THE INVENTION
  • MPEG as well as ITU-T standards are used today for transmitting video over terrestrial, wireless, satellite and cable communication channels and also for storing digital video.
  • Some standardized compression/encoding standards utilize various compression schemes, such as adaptive quantization, intra-frame encoding, inter-frame encoding, run length encoding and variable length coding.
  • Intra-frame coding takes advantage of spatial redundancies in a picture.
  • Inter- frame coding takes advantage of temporal redundancies from picture to picture in a video sequence.
  • Inter-frame coding involves motion estimation and motion compensation. Motion estimation involves searching, for each block (including N x M pixels, whereas N usually equals M) , within a predefined area, a best matching block. The relative positions of these blocks are referred to as motion vector.
  • Motion compensation involves calculating the differences between each block and the best matching block and encoding said difference by a spatial transformation, such as a Discrete Cosine Transform (DCT) .
  • DCT Discrete Cosine Transform
  • the first type is known as a post filter and the second type is known as a loop filter (or in-loop filter) .
  • the first type is applied after the encoding process ends while the loop filter is applied as a part of an encoding scheme. Encoders that include loop filter are characterized by better image quality.
  • Deblocking filters of the first and second types are described at U.S. patent application 20040076237 of Kadono et al. , titled "Coding distortion removal method, moving picture coding method, moving picture decoding method, and apparatus for realizing the same, program", which is incorporated herein by reference.
  • Adaptive Deblocking Filter by P. List, A. Joch, J. Lainema, G. Bjontegaard and M. Karczewicz, IEEE transactions on circuits and systems for video technology, Vol. 13, No. 7, July 2003, which incorporated herein by reference, describes a H.264/ MPEG-4 compliant adaptive deblocking filter.
  • a typical deblocking filter, and especially an H.264/MPEG-4 compliant deblocking filter can apply different filtering operation (in other words - operate in various filtering modes) in response to a boundary strength parameter.
  • the different filtering modes differ by the strength of deblocking filtering applied to the image data.
  • the deblocking filtering is very complex and requires many computational resources.
  • a processor that executes dedicated software implements the deblocking filtering process. This approach has two main disadvantages - the processor is relatively power consuming and is also occupied with many tasks that are halted during the whole encoding process.
  • a method for filtering a frame includes: (i) processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion; (ii) performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion; and (iii) storing the at least one filtered frame portion in a memory unit that is accessible by the processing unit; whereas the stage of processing is responsive to previously filtered frame portions.
  • a method for filtering a frame includes: (i) determining whether to perform loop deblocking filtering or post deblocking filtering; (ii) processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion, and (iii) performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion; whereas the at least one filtered frame portion is utilized in response to the determination.
  • a system for filtering a frame includes: (i) a processing unit, adapted to execute instructions such as to process at least one portion of a frame to provide at least one processed frame portion; (ii) a hardware filter, connected to the processing unit, adapted to deblocking filter the at least one processed frame portion to provide at least one filtered frame portion; and (iii) a memory unit, connected to the processing unit, adapted to store the at least one filtered frame portion; whereas the processing unit is adapted to process the at least one portion in response to previously filtered frame portions.
  • a system for filtering a frame includes: (i) a hardware filter that is adapted to deblocking filter at least one processed frame portion to provide at least one filtered frame portion; and (ii) a processing unit, adapted to execute instructions such as to determine whether to perform loop deblocking filtering or post deblocking filtering, and to process at least one portion of a frame to provide the at least one processed frame portion; whereas the at least one filtered frame portion is utilized in response to the determination.
  • FIG. 1 is a schematic diagram of a system on chip, according to an embodiment of the invention.
  • FIG. 2 is a schematic diagram of various software and hardware components that participate in frame processing and loop filtering, according to an embodiment of the invention
  • FIG. 3 is a schematic diagram of various elements that participate in frame processing and post filtering, according to an embodiment of the invention.
  • FIG. 4 illustrates a filter according to an embodiment of the invention.
  • FIGs. 5-8 are flow chart illustrating methods for filtering a frame, according to various embodiments of the invention.
  • FIG. 1 illustrates a system on chip 10 that includes an external memory 420 and a processor 100'.
  • the processor 100 includes the IPU 200 as well as a main processing unit 400.
  • Main processing unit 400 also known as “general purpose processing unit”, “digital signal processing unit” or just “processing unit" is capable of executing instructions .
  • the system on chip 10 includes multiple components, as well as multiple instruction, control and data buses. For simplicity of explanation only major data buses as well as a single instruction bus are shown.
  • the IPU 200 is capable of performing various image processing operations, and interfacing with various external devices, such as image sensors, camera, displays, encoders and the like.
  • the IPU 200 is much smaller than the main processing unit 400 and consumes less power.
  • the IPU 200 has a hardware filter 240 that is capable of performing various filtering operations such as deblocking filtering, de-ringing filtering and the like.
  • various filtering operations such as deblocking filtering, de-ringing filtering and the like.
  • Various prior art methods for performing said filtering operations are known in the art and require no additional explanation.
  • the IPU 200 By performing deblocking filtering operation by filter 240, instead of main processing unit 400, the IPU 200 reduces the computational load on the main processing unit 400. In one operational mode the filter 240 can speed up the image processing process by operating in parallel to the main processing unit 400.
  • IPU 200 includes control module 210, sensor interface 220, image converter 230, filter 240, image Direct Memory Access controller (IDMAC) 280, synchronous display controller 250, asynchronous display controller 260, and display interface 270.
  • IDMAC image Direct Memory Access controller
  • the sensor interface 220 is connected on one side to an image sensor such as camera 300 and on the other side is connected to the image converter 230.
  • the display interface 270 is connected to the synchronous display controller (SDC) 250 and in parallel to the asynchronous display controller (ADC) 260.
  • the display interface 270 is adapted to be connected to multiple devices such as but not limited to TV encoder 310, graphic accelerator 320 and display 330.
  • the IDMAC 280 facilitates access of various IPU 200 modules to memory banks such as the internal memory 430 and the external memory 420.
  • the IDMAC 280 is connected to on one hand to the image converter 230, filter 240, SDC 250 and ADC 260 and on the other hand is connected to memory interface 410.
  • the memory interface 410 is be connected to internal memory 430 and additional or alternatively, to an external memory 420.
  • the sensor interface 220 captures image data from camera 300 or from a TV decoder (not shown) .
  • the captured image data can be sent to the image converter 230 for preprocessing or post processing, but the captured data image can also be sent without applying either of these operations to IDMAC 280 the in turn sends it, via memory interface 410 to internal memory 430 or external memory 420.
  • the image converter 230 is capable of preprocessing image data from the sensor module 220 or post-processing image data retrieved from the external memory 420 or the internal memory 430.
  • the preprocessing operations, as well as the post ⁇ processing operations include downsizing, resizing, color space conversion (for example YUV to RGB, RGB to YUV, YUV to another YUV) , image rotation, up/down and left/right flipping of an image and also combining a video image with graphics.
  • the display interface 270 is capable of arbitrating access to multiple displays using a time multiplexing scheme. It converts image data form SDC 250, ADC 260 and the main processing unit 400 to a format suitable to the displays that are connected to it.
  • the SDC 250 supports displaying video and graphics on synchronous displays such as dumb displays and memory-less displays, as well on televisions (through TV encoders) .
  • the ADC 260 supports displaying video ' and graphics on smart displays.
  • the IDMAC 280 has multiple DMA channels and manages access to the internal and external memories 430 and 420.
  • FIG. 2 illustrating a various software and hardware components that participate in processing and filtering a frame, according to an embodiment of the invention. For simplicity of explanation it is assumed that image portions, processed image portions and filtered image portions are stored at various location within the external memory 420. This is not necessarily so as the information can also be stored within an internal memory 430 or within both memories 420 and 430.
  • the order of block decoding is the same as block deblocking filtering. For example if the blocks that form an image frame are decoded in a raster scan manner (for example fro the top of the image frame and from left to right) , then these image frames are also deblocking filtered as the same order. According to other embodiments of the invention this is not so, and the decoding order can differ from the deblocking filtering order. In such a case system 100 tracks the decoding process to determine which image frames can be deblocking filtered.
  • the main processing unit 400 operated independently to the IPU 200 and does not stall till the IPU 200 provides it with filtered image framer, but rather can execute additional tasks that are not based upon filtered image frames. [0039] The inventors found out that the IPU 200 can perform deblocking filtering in various manners such as for both H.264 decoding and encoding.
  • the main processing unit 400 executes instructions such as to process a compressed media stream.
  • the media stream includes multiple frames.
  • This processing is represented by various boxes, including a parser 408, for accessing a compressed media stream that includes image portions, and sending transform data to a first variable length encoder (VLC "1 ) 403 while sending motion data to a second variable length encoder (VLC "1 ) 404.
  • the first variable length encoder 403 is followed by a de-quantizer (Q "1 ) 232 and an inverse Discrete Cosine Transform (DCT "1 ) box 401.
  • the output of the inverse Discrete Cosine Transform box 401 is sent to an adder 405 that adds said output to an output of motion compensation block 406.
  • the second variable length encoder 404 encodes the motion data and sends the encoded motion data to a motion compensation block 406.
  • the motion compensation block 406 also retrieves from external memory 430 previously filtered frames . Once a current frame if fully processed by the main processing . unit 400 and filtered by filter 430 within IPU 200, is can be provided to a display, stored in external memory for further use and especially be accessible to the motion compensation box 406 for processing future frames.
  • a processing sequence of a certain frame starts by a stage of retrieving the frame or at least one frame portion (such as a row of blocks) by a parser 408. This stage is denoted (A) in FIG. 2.
  • the certain frame portion is processed by the main processing unit 400, as illustrated by boxes 403- 406, and may also be responsive to previously filtered frames.
  • stage (A) ends the processed frame portion is stored (denoted as B) at video output buffer 425.
  • the video output buffer allows simultaneous access of both the main processing unit 400 and IPU 200 to its content.
  • Stage (B) includes notifying the IPU 200 and especially control module 210 that the deblocking filtering can initiate. It is noted that a user can program the amount of pixels that are processed before stage (C) can initiate.
  • Stage (C) includes fetching the processed frame portion and performing deblocking filtering, by filter 430.
  • the filtered image portion is then sent to the video output buffer 425. It can be further processed by the main processing unit 400 (For example blending graphics with the filtered frame, and the like) and also sent to a display. Once a frame is processed and filtered it can be used for processing future frames.
  • Stage (F) includes sending the filtered frame to the reference frame buffers 423. It is noted that stage (F) can be implemented by exchanging between pointers, without performing actual data transfer.
  • a sequence of blocks is processed before initiating the deblocking filtering. Typically, the filtering of certain sequence takes place while other block sequences of the same frame are being processed.
  • the main processing unit 400 is adapted to send the IPU 200 a processed frame portion indication, indicative of a generation of the processed frame portion. This can include setting a certain bit of a control register of the IPU 200.
  • filter 240 is adapted to generate a filtered frame indication, indicative of a generation of a filtered frame.
  • the processed frame portion indication is generated whenever the central processing unit 400 finishes to process as two block sequences, each extends through the entire width of the 'frame.
  • the filter 240 notifies the main processing unit 400 that a frame was filtered by generating an interrupt.
  • filter 430 is also capable of applying de-ringing filtering. Conveniently, the filter 430 applied deblocking filtering operations and then de-ringing filtering operations.
  • the main processing unit 400 can determine if filter 430 is to be operated as a loop filter or as a post filter. If the main processing unit 400 determines that the filter 430 is to be operated as a post filter it sends appropriate control signals to control module 210.
  • the filter 430 can be activated as a post filter after receiving an indication that the main processing unit finished to filter the whole frame.
  • the filter 430 can operate in parallel to the main processing unit 400 but the filtered frame it outputs is not used as reference frame by the main processing unit 400.
  • FIG. 3 illustrates various elements that participate in frame processing, according to an embodiment of the invention.
  • the filter 430 is operated as a post filter in parallel to the main processing unit 400.
  • FIG. 3 resembles FIG. 2 but there is one major difference- the filtered frame is not used as a reference frame for processing future frames. Accordingly, the output of IPU 200 is not sent to the video output buffer 425 and then
  • the filtered frame (the output of IPU 200) is sent (denoted by D) to a filtered video double buffer 427 (denoted by E) , while the processed frame is sent from the video output buffer 425 to the reference frame buffer (denoted by F) .
  • FIG. 4 illustrates filter 430 according to an embodiment of the invention.
  • Filter 430 includes a mode decision unit 431, a filter arithmetic unit 433, a filter flow controller 435, a filter memory controller 437 and a filter memory 439.
  • the mode decision unit 431 is connected to the filter arithmetic unit 433, to the filter flow controller 435 and to the filter memory controller 437.
  • the filter arithmetic unit 433 is further connected to the filter flow controller 435 and to the filter memory controller 437.
  • the filter memory controller 437 is connected to the filter memory 439 and to the IDMAC 280.
  • the mode decision unit 431 is adapted to determine in which mode the filter 430 operates. This is usually- responsive to a boundary strength parameter. The parameter can be calculated by reading and analyzing a multiple processed pixels.
  • the selected mode determines the filter that is applied by the filter arithmetic unit 433. Intermediate results of the filtering process, as well as filtered blocks, are stored within the filter memory 439.
  • the filter flow controller 435 controls the operation of filter 430 and is capable of timing deblocking filtering, deranging filtering and the like.
  • the filter flow controller 435 is capable of receiving the processed frame portion indication and of generating a filtered frame indication. Filtered blocks are retrieved from the filter memory 439 and are sent, via the filter memory controller 437, to IDMAC 280.
  • the filter 430 receives processed Y, U and V frame portions and starts to process the Y frame until a certain row.
  • the main processing unit 400 indicates that it finished to process the whole frame and the filter 430 filters the remaining Y frame, the U frame and the V frame.
  • FIG. 5 is a flow chart illustrating method 600 for filtering a frame, according to an embodiment of the invention.
  • Method 600 starts by stage 610 of processing, by a processing unit executing instructions, a frame portion to provide a processed frame portion.
  • the frame portion includes multiple pixels that can be arranged at rows or columns or even at blocks.
  • Stage 610 is followed by stages 620 and 625.
  • Stage 625 includes fetching the next frame portion.
  • Stage 625 is followed by stage 610 to perform a loop of frame portions fetching operations. This loop can be stopped whenever the whole frame is fetched, but this is not necessarily so. The loop can be stopped when a certain control criterion is fulfilled.
  • Stage 620 includes generating a processor frame portion indication that indicates that a processed frame portion is available for filtering.
  • Stage 620 is followed by stage 630 of performing, by a hardware filter, deblocking filtering of the processed frame portion to provide a filtered frame portion.
  • stage 630 is followed by stage 640 of checking if the whole frame was filtered. If the answer is negative then stage 640 is followed by stage 630. It is noted that stage 630 can be executed if a new frame portion is available, else stage 630 can be delayed until such processed frame portion is available. If the whole frame was filtered then stage 640 is followed by stage 650 of generating a frame filtered frame indication, indicative of a generation of a filtered frame.
  • the filtered frame can be provided to a display, stored in a memory and also be defined as a reference frame that can be used while processing future frames. Stage 660 illustrates the latter option, although the other two options can also be implemented.
  • the hardware filter can also process an indication whenever a certain amount of pixels is filtered, even if the amount is not equal to a frame.
  • FIG. 6 is a flow chart illustrating method 602 for post filtering a frame, according to an embodiment of the invention.
  • Method 600 resembles method 602 in that both the processing unit and filter 430 operate in parallel.
  • the reference frame is the processed frame (as indicated by stage 665 that replaces stage 660 of FIG. 5) . It is noted that the definition of the processed frame as a reference frame can be initiated after the processing is finished, and not (as illustrated by FIG. 5) after the filtering is finished.
  • FIG. 7 is a flow chart illustrating method 604 for post filtering a frame, according to an embodiment of the invention.
  • the filter 430 performs deblocking filtering after the processing unit 400 finished to process a frame. These components do not work in parallel, at least in respect to the same frame.
  • Method 604 starts by stage 612 of processing, by a processing unit executing instructions, a frame to provide a processed frame. Stage 612 can include multiple iterations of stages such as stage 610 and 625 of FIG. 6.
  • Stage 610 is followed by stages 622 and 665.
  • Stage 622 includes generating a processor frame indication that indicates that a processed frame is available for filtering.
  • Stage 665 include defining the processed frame as a reference frame for the processing of future frames.
  • Stage 622 is followed by stage 625 of performing, by a hardware filter, deblocking filtering of the processed frame to provide a filtered frame.
  • Stage 625 is followed by stage 650 of generating a filtered frame indication, indicative of a generation of a filtered frame.
  • FIG. 8 is a flow chart for method 700 for filtering a frame, according to an embodiment of the invention.
  • Method 700 starts by stage 710 of determining whether to perform loop deblocking filtering or post deblocking filtering. The determination is usually made by the main processing unit 400, in response to instructions fed by the system on chip designer.
  • Stage 710 is followed by stages 720 and 730. These stages can occur in parallel or in a sequential manner. In other words the whole frame can be first processed and only then filtered, but this is not necessarily so and a first portion of frame can be filtered while another portion is processed. For simplicity of explanation stage 720 is drawn above stage 730.
  • Stage 720 includes processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion.
  • Stage 730 includes performing, by a hardware filter, deblocking filtering of the processed frame portions to provide filtered frame portions.
  • stage of processing is responsive to reference frames. According to the determination of stage 710 these can be either filtered frames or processed frames.
  • stage 710 determines to perform loop deblocking filtering than the stages of method 600 can be executed. If stage 710 determines to perform post deblocking filtering then either the stages of methods 602 or 604 can be applied.

Abstract

A system and method for filtering a frame, the method includes: (i) processing, by a processing unit executing instructions, at least one portion of a frame to provide at least: one processed frame portion; (ii) performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion; and (ii) storing the at least one filtered frame portion in a memory unit that is accessible by the processing unit; whereas the stage of processing is responsive to previously filtered frame portions. The system includes: (i) a processing unit, adapted to execute instructions such as to process at least one portion of a frame to provide at least one processed frame portion; (ii) a hardware filter, connected to the processing unit, adapted to deblocking filter the at least one processed frame portion to provide at least one filtered frame portion; and (iii) a memory unit, connected to the processing unit, adapted to store the at least one filtered frame portion; whereas the processing unit is adapted to process the at least one portion in response to previously filtered frame portions.

Description

METHOD AND SYSTEM FOR PERFORMING DEBLOCKING FILTERING
FIELD OF THE INVENTION
[001] The present invention relates to methods and systems for performing deblocking filtering. BACKGROUND OF THE INVENTION
[002] Methods and systems for compressing and transmitting media signals are known in the art. Compressed digital video is largely becoming the preferred medium to transmit to video viewers everywhere. Parts of the Moving Pictures Experts Group (MPEG) specifications are standardized methods for compressing and transmitting video. The Telecommunication Standardization Sector of the International Telecommunication Union (ITU-T) also defines various compression standards including H.261, H.263, H.264 and the like.
[003] In general, MPEG as well as ITU-T standards are used today for transmitting video over terrestrial, wireless, satellite and cable communication channels and also for storing digital video.
[004] Some standardized compression/encoding standards utilize various compression schemes, such as adaptive quantization, intra-frame encoding, inter-frame encoding, run length encoding and variable length coding. Intra-frame coding takes advantage of spatial redundancies in a picture. Inter- frame coding takes advantage of temporal redundancies from picture to picture in a video sequence. Inter-frame coding involves motion estimation and motion compensation. Motion estimation involves searching, for each block (including N x M pixels, whereas N usually equals M) , within a predefined area, a best matching block. The relative positions of these blocks are referred to as motion vector. Motion compensation involves calculating the differences between each block and the best matching block and encoding said difference by a spatial transformation, such as a Discrete Cosine Transform (DCT) . [005] The block-based encoding has resulted in blocking artifacts. These artifacts appear at the boundary of adjacent blocks. This problem is usually more acute in low bit rate transmission systems, in which substantially strong quantization operation is applied.
[006] In order to overcome these blocking artifacts two type of deblocking filters were introduced. The first type is known as a post filter and the second type is known as a loop filter (or in-loop filter) . The first type is applied after the encoding process ends while the loop filter is applied as a part of an encoding scheme. Encoders that include loop filter are characterized by better image quality. [007] Deblocking filters of the first and second types are described at U.S. patent application 20040076237 of Kadono et al. , titled "Coding distortion removal method, moving picture coding method, moving picture decoding method, and apparatus for realizing the same, program", which is incorporated herein by reference.
[008] U.S. patent application 20010020906 of Andrews at al. , titled "deblocking filter for encoder/decoder arrangement and method for divergence reduction", which is incorporated herein by reference, describes a loop filter.
[009] "Adaptive Deblocking Filter", by P. List, A. Joch, J. Lainema, G. Bjontegaard and M. Karczewicz, IEEE transactions on circuits and systems for video technology, Vol. 13, No. 7, July 2003, which incorporated herein by reference, describes a H.264/ MPEG-4 compliant adaptive deblocking filter.
[0010] A typical deblocking filter, and especially an H.264/MPEG-4 compliant deblocking filter can apply different filtering operation (in other words - operate in various filtering modes) in response to a boundary strength parameter. The different filtering modes differ by the strength of deblocking filtering applied to the image data. [0011] The deblocking filtering is very complex and requires many computational resources. Typically, a processor that executes dedicated software implements the deblocking filtering process. This approach has two main disadvantages - the processor is relatively power consuming and is also occupied with many tasks that are halted during the whole encoding process.
[0012] There is a need to provide an efficient system and method for performing deblocking filtering, especially in cellular phones.
SUMMARY OF THE PRESENT INVENTION
[0013] A method for filtering a frame, the method includes: (i) processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion; (ii) performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion; and (iii) storing the at least one filtered frame portion in a memory unit that is accessible by the processing unit; whereas the stage of processing is responsive to previously filtered frame portions.
[0014] A method for filtering a frame, the method includes: (i) determining whether to perform loop deblocking filtering or post deblocking filtering; (ii) processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion, and (iii) performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion; whereas the at least one filtered frame portion is utilized in response to the determination. [0015] A system for filtering a frame, the system includes: (i) a processing unit, adapted to execute instructions such as to process at least one portion of a frame to provide at least one processed frame portion; (ii) a hardware filter, connected to the processing unit, adapted to deblocking filter the at least one processed frame portion to provide at least one filtered frame portion; and (iii) a memory unit, connected to the processing unit, adapted to store the at least one filtered frame portion; whereas the processing unit is adapted to process the at least one portion in response to previously filtered frame portions.
[0016] A system for filtering a frame, the system includes: (i) a hardware filter that is adapted to deblocking filter at least one processed frame portion to provide at least one filtered frame portion; and (ii) a processing unit, adapted to execute instructions such as to determine whether to perform loop deblocking filtering or post deblocking filtering, and to process at least one portion of a frame to provide the at least one processed frame portion; whereas the at least one filtered frame portion is utilized in response to the determination.
BRIEF DESCRIPTION OF THE DRAWINGS
[0017] The present invention will be understood and appreciated more fully from the following detailed description taken in conjunction with the drawings in which: [0018] FIG. 1 is a schematic diagram of a system on chip, according to an embodiment of the invention;
[0019] FIG. 2 is a schematic diagram of various software and hardware components that participate in frame processing and loop filtering, according to an embodiment of the invention;
[0020] FIG. 3 is a schematic diagram of various elements that participate in frame processing and post filtering, according to an embodiment of the invention;
[0021] FIG. 4 illustrates a filter according to an embodiment of the invention; and
[0022] FIGs. 5-8 are flow chart illustrating methods for filtering a frame, according to various embodiments of the invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
[0023] FIG. 1 illustrates a system on chip 10 that includes an external memory 420 and a processor 100'. The processor 100 includes the IPU 200 as well as a main processing unit 400. Main processing unit 400 (also known as "general purpose processing unit", "digital signal processing unit" or just "processing unit") is capable of executing instructions .
[0024] The system on chip 10 includes multiple components, as well as multiple instruction, control and data buses. For simplicity of explanation only major data buses as well as a single instruction bus are shown.
[0025] According to various embodiment of the invention the IPU 200 is capable of performing various image processing operations, and interfacing with various external devices, such as image sensors, camera, displays, encoders and the like. The IPU 200 is much smaller than the main processing unit 400 and consumes less power.
[0026] The IPU 200 has a hardware filter 240 that is capable of performing various filtering operations such as deblocking filtering, de-ringing filtering and the like. Various prior art methods for performing said filtering operations are known in the art and require no additional explanation.
[0027] By performing deblocking filtering operation by filter 240, instead of main processing unit 400, the IPU 200 reduces the computational load on the main processing unit 400. In one operational mode the filter 240 can speed up the image processing process by operating in parallel to the main processing unit 400.
[0028] IPU 200 includes control module 210, sensor interface 220, image converter 230, filter 240, image Direct Memory Access controller (IDMAC) 280, synchronous display controller 250, asynchronous display controller 260, and display interface 270.
[0029] The sensor interface 220 is connected on one side to an image sensor such as camera 300 and on the other side is connected to the image converter 230. The display interface 270 is connected to the synchronous display controller (SDC) 250 and in parallel to the asynchronous display controller (ADC) 260. The display interface 270 is adapted to be connected to multiple devices such as but not limited to TV encoder 310, graphic accelerator 320 and display 330. [0030] The IDMAC 280 facilitates access of various IPU 200 modules to memory banks such as the internal memory 430 and the external memory 420. The IDMAC 280 is connected to on one hand to the image converter 230, filter 240, SDC 250 and ADC 260 and on the other hand is connected to memory interface 410. The memory interface 410 is be connected to internal memory 430 and additional or alternatively, to an external memory 420.
[0031] The sensor interface 220 captures image data from camera 300 or from a TV decoder (not shown) . The captured image data can be sent to the image converter 230 for preprocessing or post processing, but the captured data image can also be sent without applying either of these operations to IDMAC 280 the in turn sends it, via memory interface 410 to internal memory 430 or external memory 420.
[0032] The image converter 230 is capable of preprocessing image data from the sensor module 220 or post-processing image data retrieved from the external memory 420 or the internal memory 430. The preprocessing operations, as well as the post¬ processing operations include downsizing, resizing, color space conversion (for example YUV to RGB, RGB to YUV, YUV to another YUV) , image rotation, up/down and left/right flipping of an image and also combining a video image with graphics. [0033] The display interface 270 is capable of arbitrating access to multiple displays using a time multiplexing scheme. It converts image data form SDC 250, ADC 260 and the main processing unit 400 to a format suitable to the displays that are connected to it. It is also adapted to generate control and timing signals and to provide them to the displays. [0034] The SDC 250 supports displaying video and graphics on synchronous displays such as dumb displays and memory-less displays, as well on televisions (through TV encoders) . The ADC 260 supports displaying video ' and graphics on smart displays.
[0035] The IDMAC 280 has multiple DMA channels and manages access to the internal and external memories 430 and 420. [0036] Referring to FIG. 2 illustrating a various software and hardware components that participate in processing and filtering a frame, according to an embodiment of the invention. For simplicity of explanation it is assumed that image portions, processed image portions and filtered image portions are stored at various location within the external memory 420. This is not necessarily so as the information can also be stored within an internal memory 430 or within both memories 420 and 430.
[0037] According to an embodiment of the invention the order of block decoding is the same as block deblocking filtering. For example if the blocks that form an image frame are decoded in a raster scan manner (for example fro the top of the image frame and from left to right) , then these image frames are also deblocking filtered as the same order. According to other embodiments of the invention this is not so, and the decoding order can differ from the deblocking filtering order. In such a case system 100 tracks the decoding process to determine which image frames can be deblocking filtered.
[0038] The main processing unit 400 operated independently to the IPU 200 and does not stall till the IPU 200 provides it with filtered image framer, but rather can execute additional tasks that are not based upon filtered image frames. [0039] The inventors found out that the IPU 200 can perform deblocking filtering in various manners such as for both H.264 decoding and encoding.
[0040] In a first mode of operation the main processing unit 400 executes instructions such as to process a compressed media stream. The media stream includes multiple frames. This processing is represented by various boxes, including a parser 408, for accessing a compressed media stream that includes image portions, and sending transform data to a first variable length encoder (VLC"1) 403 while sending motion data to a second variable length encoder (VLC"1) 404. The first variable length encoder 403 is followed by a de-quantizer (Q"1) 232 and an inverse Discrete Cosine Transform (DCT"1) box 401. The output of the inverse Discrete Cosine Transform box 401 is sent to an adder 405 that adds said output to an output of motion compensation block 406. The second variable length encoder 404 encodes the motion data and sends the encoded motion data to a motion compensation block 406. The motion compensation block 406 also retrieves from external memory 430 previously filtered frames . Once a current frame if fully processed by the main processing . unit 400 and filtered by filter 430 within IPU 200, is can be provided to a display, stored in external memory for further use and especially be accessible to the motion compensation box 406 for processing future frames.
[0041] A processing sequence of a certain frame starts by a stage of retrieving the frame or at least one frame portion (such as a row of blocks) by a parser 408. This stage is denoted (A) in FIG. 2. The certain frame portion is processed by the main processing unit 400, as illustrated by boxes 403- 406, and may also be responsive to previously filtered frames. Once stage (A) ends the processed frame portion is stored (denoted as B) at video output buffer 425. The video output buffer allows simultaneous access of both the main processing unit 400 and IPU 200 to its content. Stage (B) includes notifying the IPU 200 and especially control module 210 that the deblocking filtering can initiate. It is noted that a user can program the amount of pixels that are processed before stage (C) can initiate.
[0042] Stage (C) includes fetching the processed frame portion and performing deblocking filtering, by filter 430. The filtered image portion is then sent to the video output buffer 425. It can be further processed by the main processing unit 400 (For example blending graphics with the filtered frame, and the like) and also sent to a display. Once a frame is processed and filtered it can be used for processing future frames. Stage (F) includes sending the filtered frame to the reference frame buffers 423. It is noted that stage (F) can be implemented by exchanging between pointers, without performing actual data transfer.
[0043] Conveniently, a sequence of blocks is processed before initiating the deblocking filtering. Typically, the filtering of certain sequence takes place while other block sequences of the same frame are being processed. [0044] Conveniently, the main processing unit 400 is adapted to send the IPU 200 a processed frame portion indication, indicative of a generation of the processed frame portion. This can include setting a certain bit of a control register of the IPU 200. Conveniently, filter 240 is adapted to generate a filtered frame indication, indicative of a generation of a filtered frame.
[0045] According to an embodiment of the invention the processed frame portion indication is generated whenever the central processing unit 400 finishes to process as two block sequences, each extends through the entire width of the 'frame. The filter 240 notifies the main processing unit 400 that a frame was filtered by generating an interrupt.
[0046] According to another embodiment of the invention filter 430 is also capable of applying de-ringing filtering. Conveniently, the filter 430 applied deblocking filtering operations and then de-ringing filtering operations. [0047] According to an embodiment of the invention the main processing unit 400 can determine if filter 430 is to be operated as a loop filter or as a post filter. If the main processing unit 400 determines that the filter 430 is to be operated as a post filter it sends appropriate control signals to control module 210. [0048] According to an embodiment of the invention the filter 430 can be activated as a post filter after receiving an indication that the main processing unit finished to filter the whole frame. According to another embodiment of the invention the filter 430 can operate in parallel to the main processing unit 400 but the filtered frame it outputs is not used as reference frame by the main processing unit 400.
[0049] FIG. 3 illustrates various elements that participate in frame processing, according to an embodiment of the invention. According to this embodiment the filter 430 is operated as a post filter in parallel to the main processing unit 400. FIG. 3 resembles FIG. 2 but there is one major difference- the filtered frame is not used as a reference frame for processing future frames. Accordingly, the output of IPU 200 is not sent to the video output buffer 425 and then
(once a whole frame is filtered) sent to the reference frame buffers 423. Rather, the filtered frame (the output of IPU 200) is sent (denoted by D) to a filtered video double buffer 427 (denoted by E) , while the processed frame is sent from the video output buffer 425 to the reference frame buffer (denoted by F) .
[0050] FIG. 4 illustrates filter 430 according to an embodiment of the invention. Filter 430 includes a mode decision unit 431, a filter arithmetic unit 433, a filter flow controller 435, a filter memory controller 437 and a filter memory 439.
[0051] The mode decision unit 431 is connected to the filter arithmetic unit 433, to the filter flow controller 435 and to the filter memory controller 437. The filter arithmetic unit 433 is further connected to the filter flow controller 435 and to the filter memory controller 437. The filter memory controller 437 is connected to the filter memory 439 and to the IDMAC 280. [0052] The mode decision unit 431 is adapted to determine in which mode the filter 430 operates. This is usually- responsive to a boundary strength parameter. The parameter can be calculated by reading and analyzing a multiple processed pixels. The selected mode determines the filter that is applied by the filter arithmetic unit 433. Intermediate results of the filtering process, as well as filtered blocks, are stored within the filter memory 439. The filter flow controller 435 controls the operation of filter 430 and is capable of timing deblocking filtering, deranging filtering and the like. The filter flow controller 435 is capable of receiving the processed frame portion indication and of generating a filtered frame indication. Filtered blocks are retrieved from the filter memory 439 and are sent, via the filter memory controller 437, to IDMAC 280.
[0053] According to an embodiment of the invention the filter 430 receives processed Y, U and V frame portions and starts to process the Y frame until a certain row. The main processing unit 400 indicates that it finished to process the whole frame and the filter 430 filters the remaining Y frame, the U frame and the V frame.
[0054] FIG. 5 is a flow chart illustrating method 600 for filtering a frame, according to an embodiment of the invention.
[0055] Method 600 starts by stage 610 of processing, by a processing unit executing instructions, a frame portion to provide a processed frame portion. The frame portion includes multiple pixels that can be arranged at rows or columns or even at blocks.
[0056] Stage 610 is followed by stages 620 and 625. Stage 625 includes fetching the next frame portion. Stage 625 is followed by stage 610 to perform a loop of frame portions fetching operations. This loop can be stopped whenever the whole frame is fetched, but this is not necessarily so. The loop can be stopped when a certain control criterion is fulfilled.
[0057] Stage 620 includes generating a processor frame portion indication that indicates that a processed frame portion is available for filtering.
[0058] Stage 620 is followed by stage 630 of performing, by a hardware filter, deblocking filtering of the processed frame portion to provide a filtered frame portion.
[0059] Stage 630 is followed by stage 640 of checking if the whole frame was filtered. If the answer is negative then stage 640 is followed by stage 630. It is noted that stage 630 can be executed if a new frame portion is available, else stage 630 can be delayed until such processed frame portion is available. If the whole frame was filtered then stage 640 is followed by stage 650 of generating a frame filtered frame indication, indicative of a generation of a filtered frame. The filtered frame can be provided to a display, stored in a memory and also be defined as a reference frame that can be used while processing future frames. Stage 660 illustrates the latter option, although the other two options can also be implemented.
[0060] According to an embodiment of the invention the hardware filter can also process an indication whenever a certain amount of pixels is filtered, even if the amount is not equal to a frame.
[0061] FIG. 6 is a flow chart illustrating method 602 for post filtering a frame, according to an embodiment of the invention. Method 600 resembles method 602 in that both the processing unit and filter 430 operate in parallel. The major difference is that the reference frame is the processed frame (as indicated by stage 665 that replaces stage 660 of FIG. 5) . It is noted that the definition of the processed frame as a reference frame can be initiated after the processing is finished, and not (as illustrated by FIG. 5) after the filtering is finished.
[0062] FIG. 7 is a flow chart illustrating method 604 for post filtering a frame, according to an embodiment of the invention. According to this embodiment the filter 430 performs deblocking filtering after the processing unit 400 finished to process a frame. These components do not work in parallel, at least in respect to the same frame. [0063] Method 604 starts by stage 612 of processing, by a processing unit executing instructions, a frame to provide a processed frame. Stage 612 can include multiple iterations of stages such as stage 610 and 625 of FIG. 6.
[0064] Stage 610 is followed by stages 622 and 665. Stage 622 includes generating a processor frame indication that indicates that a processed frame is available for filtering. Stage 665 include defining the processed frame as a reference frame for the processing of future frames.
[0065] Stage 622 is followed by stage 625 of performing, by a hardware filter, deblocking filtering of the processed frame to provide a filtered frame. Stage 625 is followed by stage 650 of generating a filtered frame indication, indicative of a generation of a filtered frame.
[0066] FIG. 8 is a flow chart for method 700 for filtering a frame, according to an embodiment of the invention. Method 700 starts by stage 710 of determining whether to perform loop deblocking filtering or post deblocking filtering. The determination is usually made by the main processing unit 400, in response to instructions fed by the system on chip designer.
[0067] Stage 710 is followed by stages 720 and 730. These stages can occur in parallel or in a sequential manner. In other words the whole frame can be first processed and only then filtered, but this is not necessarily so and a first portion of frame can be filtered while another portion is processed. For simplicity of explanation stage 720 is drawn above stage 730.
[0068] Stage 720 includes processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion.
[0069] Stage 730 includes performing, by a hardware filter, deblocking filtering of the processed frame portions to provide filtered frame portions.
[0070] The stage of processing is responsive to reference frames. According to the determination of stage 710 these can be either filtered frames or processed frames.
[0071] It is noted that if stage 710 determines to perform loop deblocking filtering than the stages of method 600 can be executed. If stage 710 determines to perform post deblocking filtering then either the stages of methods 602 or 604 can be applied.
[0072] Variations, modifications, and other implementations of what is described herein will occur to those of ordinary skill in the art without departing from the spirit and the scope of the invention as claimed. Accordingly, the invention is to be defined not by the preceding illustrative description but instead by the spirit and scope of the following claims.

Claims

WE CLAIM
1. A method for filtering a frame, the method comprises: processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion, performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion,- and storing the at least one filtered frame portion in a memory unit that is accessible by the processing unit; whereas the stage of processing is responsive to previously filtered frame portions.
2. The method of claim 1 further comprising generating, by the processing unit, a processed frame portion indication, indicative of a generation of the processed frame portion.
3. The method of claim 1 further comprising generating, by the hardware filter, a filtered frame indication, indicative of a generation of a filtered frame.
4. The method of claim 3 further comprising generating, by the processing unit, a processed frame portion indication, indicative of a generation of the processed frame portions.
5. The method of claim 1 further comprising determining which at least one frame portion to process before proceeding to the stage of performing, by the hardware filter, deblocking filtering.
6. The method of claim 1 further comprising displaying processed frames.
7. The method of claim 1 further comprising operating the processing unit in a low power consuming operational mode after the processing unit completed to process a frame.
8. The method of claim 1 further comprising a preliminary stage of pre-processing the at least one frame portion.
9. The method of claim 1 wherein the processing comprises applying variable length encoding, de-quantizing and applying inverse discrete cosine transform operations.
10. The method of claim 1 wherein the deblocking filtering comprises applying vertical and horizontal deblocking operations.
11. A method for filtering a frame, the method comprises: determining whether to perform loop deblocking filtering or post deblocking filtering; processing, by a processing unit executing instructions, at least one portion of a frame to provide at least one processed frame portion, and performing, by a hardware filter, deblocking filtering of the at least one processed frame portion to provide at least one filtered frame portion; whereas the at least one filtered frame portion is utilized in response to the determination.
12. The system of claim 11 wherein the stage of performing deblocking filtering of at least one frame portion is executed after the stage of processing is completed.
13. The system of claim 11 further comprising a stage of generating a processed frame indication, indicating that a frame was processed by the processing unit.
14. The system of claim 11 wherein the stage of performing deblocking filtering of an image portion is executed in parallel to a stage of processing another frame portion.
15. The method of claim 11 wherein if determining to perform loop deblocking filtering then the at least one filtered frame portion is utilized during a stage of processing another frame.
16. The system of claim 11 further comprising generating, by the processing unit, a processed frame portion indication, indicative of a generation of the processed frame portion.
17. The system of claim 11 further comprising generating, by the hardware filter, a filtered frame indication, indicative of a generation of a filtered frame.
18. The system of claim 11 further comprising generating, if determining to perform post deblocking, a processed frame portion indication, indicative of a generation of the processed frame portion.
19. The method of claim 11 further comprising determining which at least one frame portion to process before proceeding to the stage of performing, by the hardware filter, deblocking filtering.
20. The method of claim 11 further comprising displaying processed frames.
21. The method of claim 11 further operating the processing unit at a low power consuming operational mode after the processing unit completed to process a frame.
22. The method of claim 11 further comprising a preliminary- stage of pre-processing at least one frame portion.
23. The method of claim 11 wherein the processing comprises applying variable length encoding, de-quantizing and applying inverse discrete cosine transform operations .
24. A system for filtering a frame, the system comprises: a processing unit, adapted to execute instructions such as to process at least one portion of a frame to provide at least one processed frame portion, a hardware filter, coupled to the processing unit, adapted to deblocking filter the at least one processed frame portion to provide at least one filtered frame portion; and a memory unit, coupled to the processing unit, adapted to store the at least one filtered frame portion; whereas the processing unit is adapted to process the at least one portion in response to previously filtered frame portions.
25. The system of claim 24 whereas the processing unit is further adapted to generate a processed frame portion indication, indicative of a generation of the processed frame portion.
26. The system of claim 24 wherein the hardware filter is adapted to generate a filtered frame indication, indicative of a generation of a filtered frame.
27. The method of claim 26 whereas the processing unit is further adapted to generate a processed frame portion indication, indicative of a generation of the processed frame portion.
28. The system of claim 24 wherein the processing unit is adapted to determine which at least one frame portion to process before allowing the hardware to initiate a deblocking filtering operation.
29. The system of claim 24 further comprising a display adapted to display processed frames.
30. The system of claim 24 wherein the processing unit is adapted to operate in a low power consuming operational mode after completing to process a frame.
31. The method of claim 24 wherein further adapted to pre- process the at least one frame portion.
32. The system of claim 24 wherein the processing unit is adapted to apply variable length encoding, de-quantizing and applying inverse discrete cosine transform operations.
33. The system of claim 24 wherein the hardware filter is adapted to apply vertical and horizontal deblocking operations.
34. A system for filtering a frame, the system comprises: a hardware filter that is adapted to deblocking filter at least one processed frame portion to provide at least one filtered frame portion; and a processing unit, adapted to execute instructions such as to determine whether to perform loop deblocking filtering or post deblocking filtering, and to process at least one portion of a frame to provide the at least one processed frame portion; whereas the at least one filtered frame portion is utilized in response to the determination.
35. The system of claim 34 wherein the wherein the hardware filter is adapted to deblocking filter of at least one frame portion after the processing unit processes the whole frame.
36. The system of claim 34 wherein the processing unit is adapted to generate a processed frame indication, indicating that a frame was processed by the processing unit.
37. The system of claim 34 wherein the hardware filter is adapted to deblocking filter of an image portion in parallel to a frame portion process by the processing unit.
38. The system of claim 34 wherein the processing unit is adapted to utilize filtered frames during the processing of another frame is the processing unit determined to apply loop deblocking filtering.
39. The system of claim 34 wherein the processing unit is adapted to generate a processed frame portion indication, indicative of a generation of the processed frame portion.
40. The system of claim 34 wherein the hardware filter is adapted to generate a filtered frame indication, indicative of a generation of a filtered frame.
41. The system of claim 34 wherein the processing unit is adapted to generate a processed frame indication if the processing unit determined to apply a post deblocking filtering.
42. The system of claim 34 wherein the processing unit is adapted to determine which at least one frame portion to process before performing deblocking filtering.
43. The system of claim 34 wherein the processing unit is adapted to operate in a low power consuming operational mode after the completing to process a frame.
PCT/IB2005/052226 2004-07-08 2005-07-04 Method and system for performing deblocking filtering WO2006006125A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2007519950A JP2008506294A (en) 2004-07-08 2005-07-04 Method and system for performing deblocking filtering
KR1020077000453A KR101158345B1 (en) 2004-07-08 2005-07-04 Method and system for performing deblocking filtering
EP05766956A EP1774789A1 (en) 2004-07-08 2005-07-04 Method and system for performing deblocking filtering

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/887,132 2004-07-08
US10/887,132 US7738563B2 (en) 2004-07-08 2004-07-08 Method and system for performing deblocking filtering

Publications (1)

Publication Number Publication Date
WO2006006125A1 true WO2006006125A1 (en) 2006-01-19

Family

ID=35058823

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2005/052226 WO2006006125A1 (en) 2004-07-08 2005-07-04 Method and system for performing deblocking filtering

Country Status (7)

Country Link
US (1) US7738563B2 (en)
EP (1) EP1774789A1 (en)
JP (1) JP2008506294A (en)
KR (1) KR101158345B1 (en)
CN (1) CN100586180C (en)
TW (1) TW200616354A (en)
WO (1) WO2006006125A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010525760A (en) * 2007-04-26 2010-07-22 ポリコム,インク. Deblocking filter array
CN102710936A (en) * 2011-01-04 2012-10-03 香港中文大学 High performance loop filters in video compression
EP3354274A1 (en) 2017-01-25 2018-08-01 SETLANCE S.r.l. Therapeutic combinations for the treatment of bacterial infections

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1777965A1 (en) * 2004-08-05 2007-04-25 Matsushita Electric Industrial Co., Ltd. Image decoding device and image encoding device
KR100794623B1 (en) * 2005-06-20 2008-01-14 주식회사 픽스트리 A decoding system for executing accelerated processing in real time, and methods thereof
US8532424B2 (en) * 2005-11-22 2013-09-10 Freescale Semiconductor, Inc. Method and system for filtering image data
US9094686B2 (en) * 2006-09-06 2015-07-28 Broadcom Corporation Systems and methods for faster throughput for compressed video data decoding
CN105376574A (en) 2006-11-08 2016-03-02 汤姆逊许可证公司 Methods and apparatus for in-loop de-artifact filtering
JP2008124742A (en) * 2006-11-10 2008-05-29 Sony Corp Image processor, image processing method, and program
US8189946B2 (en) * 2007-01-24 2012-05-29 Canon Kabushiki Kaisha Image processing apparatus and method thereof for detecting and removing noise in decoded images
US8913670B2 (en) * 2007-08-21 2014-12-16 Blackberry Limited System and method for providing dynamic deblocking filtering on a mobile device
JP5137687B2 (en) * 2008-05-23 2013-02-06 キヤノン株式会社 Decoding device, decoding method, and program
KR101484101B1 (en) * 2010-03-08 2015-01-16 (주)테크노니아 Moving Picture Tranformation Device
CN103069797A (en) * 2010-08-26 2013-04-24 飞思卡尔半导体公司 Video processing system and method for parallel processing of video data
US9300975B2 (en) * 2011-09-11 2016-03-29 Texas Instruments Incorporated Concurrent access shared buffer in a video encoder

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05300494A (en) * 1992-01-30 1993-11-12 Nec Corp Moving image coder and control system therefor
US6160503A (en) * 1992-02-19 2000-12-12 8×8, Inc. Deblocking filter for encoder/decoder arrangement and method with divergence reduction
KR100269125B1 (en) * 1997-10-25 2000-10-16 윤덕용 Image post processing method and apparatus for reducing quantization effect
JP2001275110A (en) * 2000-03-24 2001-10-05 Matsushita Electric Ind Co Ltd Method and system for dynamic loop and post filtering
JP3489735B2 (en) * 2000-08-16 2004-01-26 松下電器産業株式会社 Deblocking filter operation unit
US7450641B2 (en) * 2001-09-14 2008-11-11 Sharp Laboratories Of America, Inc. Adaptive filtering based upon boundary strength
AU2002347635B2 (en) * 2001-11-29 2008-04-24 Godo Kaisha Ip Bridge 1 Coding distortion removal method and video encoding end decoding methods
CN101448162B (en) * 2001-12-17 2013-01-02 微软公司 Method for processing video image
EP2899977A1 (en) * 2002-01-31 2015-07-29 Samsung Electronics Co., Ltd Filtering method and apparatus for reducing block artifacts or ringing noise
US6963613B2 (en) * 2002-04-01 2005-11-08 Broadcom Corporation Method of communicating between modules in a decoding system
US8284844B2 (en) * 2002-04-01 2012-10-09 Broadcom Corporation Video decoding system supporting multiple standards
US7362810B2 (en) * 2003-05-13 2008-04-22 Sigmatel, Inc. Post-filter for deblocking and deringing of video data
US6917310B2 (en) * 2003-06-25 2005-07-12 Lsi Logic Corporation Video decoder and encoder transcoder to and from re-orderable format
US7457362B2 (en) * 2003-10-24 2008-11-25 Texas Instruments Incorporated Loop deblock filtering of block coded video in a very long instruction word processor

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
LIST P ET AL: "ADAPTIVE DEBLOCKING FILTER", IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, IEEE INC. NEW YORK, US, vol. 13, no. 7, July 2003 (2003-07-01), pages 614 - 619, XP001051190, ISSN: 1051-8215 *
SIMA M ET AL: "AN EFFICIENT ARCHITECTURE FOR ADAPTIVE DEBLOCKING FILTER OF H.264/AVC VIDEO CODING", IEEE TRANSACTIONS ON CONSUMER ELECTRONICS, IEEE INC. NEW YORK, US, vol. 50, no. 1, February 2004 (2004-02-01), pages 292 - 296, XP001198142, ISSN: 0098-3063 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010525760A (en) * 2007-04-26 2010-07-22 ポリコム,インク. Deblocking filter array
CN102710936A (en) * 2011-01-04 2012-10-03 香港中文大学 High performance loop filters in video compression
EP3354274A1 (en) 2017-01-25 2018-08-01 SETLANCE S.r.l. Therapeutic combinations for the treatment of bacterial infections
WO2018138102A1 (en) 2017-01-25 2018-08-02 Setlance S.R.L. Therapeutic combinations for the treatment of bacterial infections

Also Published As

Publication number Publication date
US7738563B2 (en) 2010-06-15
KR20070033417A (en) 2007-03-26
TW200616354A (en) 2006-05-16
CN1981533A (en) 2007-06-13
EP1774789A1 (en) 2007-04-18
CN100586180C (en) 2010-01-27
US20060008013A1 (en) 2006-01-12
JP2008506294A (en) 2008-02-28
KR101158345B1 (en) 2012-06-22

Similar Documents

Publication Publication Date Title
KR101158345B1 (en) Method and system for performing deblocking filtering
US8369420B2 (en) Multimode filter for de-blocking and de-ringing
KR100843196B1 (en) Deblocking filter of H.264/AVC video decoder
US8036517B2 (en) Parallel decoding of intra-encoded video
US8009740B2 (en) Method and system for a parametrized multi-standard deblocking filter for video compression systems
US7158571B2 (en) System and method for balancing video encoding tasks between multiple processors
US20060115002A1 (en) Pipelined deblocking filter
JP3737586B2 (en) Pre-processing device for digital video data stream
EP1509044A2 (en) Digital video signal processing apparatus
EP1076884B1 (en) Scaling compressed images
US20080198932A1 (en) Complexity-based rate control using adaptive prefilter
EP1449384A2 (en) Reduced-complexity video decoding using larger pixel-grid motion compensation
JPH10248067A (en) Multi-standard compressor and/or compressor
US20090010326A1 (en) Method and apparatus for parallel video decoding
JPH08251422A (en) Block distortion correction device and image signal expander
US8532424B2 (en) Method and system for filtering image data
US8111753B2 (en) Video encoding method and video encoder for improving performance
KR100681242B1 (en) Method of decoding moving picture, apparatus for decoding moving picture and system-on-a-chip having the same
JP4880868B2 (en) Video compression method and apparatus for improving performance
JPH1056641A (en) Mpeg decoder
JP3141149B2 (en) Image coding device
JPH09261530A (en) Video recorder
CN116980609A (en) Video data processing method, device, storage medium and equipment
US20160044325A1 (en) Image coding apparatus, image coding method and imaging apparatus
JP2019129411A (en) Picture encoder, imaging apparatus, image coding method, and program

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU LV MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

WWE Wipo information: entry into national phase

Ref document number: 2005766956

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 200580022721.1

Country of ref document: CN

WWE Wipo information: entry into national phase

Ref document number: 1020077000453

Country of ref document: KR

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2007519950

Country of ref document: JP

WWW Wipo information: withdrawn in national office

Country of ref document: DE

WWP Wipo information: published in national office

Ref document number: 1020077000453

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 2005766956

Country of ref document: EP