Title of Invention

METHOD AND APPARATUS FOR IMPROVING VIDEO QUALITY OF LOW BIT-RATE VIDEO

Abstract Method for processing images compressed using block based compression, comprising determining whether two blocks are neighboring blocks; determining whether the two neighboring blocks are both subdivided, if it is determined that the two blocks are neighboring blocks; performing deblocking filtering on one or more edge pixels of the two neighboring blocks, if it is determined that both of the two neighboring blocks are not subdivided.
Full Text

METHOD AND APPARATUS FOR IMPROVING VIDEO QUALITY OF
LOW BIT-RATE VIDEO
CROSS-REFERENCE TO RELATED APPLICATIONS
The present Application for Patent claims priority to Provisional Application No. 60/456,030, entitled "Method and Apparatus for Improving Video Quality of Low Bit-Rate Video," filed March 17, 2003, and assigned to the assignee hereof and hereby expressly incorporated by reference herein.
BACKGROUND
I. Field of Invention
The invention generally relates to data compression and more particularly to block based compression systems.
II. Description of the Related Art
Transform coding is a common image compression technique that divides an image into sub-images or blocks for processing. Block-based compression introduces artifacts between block boundaries because blocks are independently coded. Therefore, the transform does not take into consideration the correlation between block boundaries. Accordingly, the technique typically results in low bit rate images that are heavily compressed, but contain severe compression artifacts such as blocking, ringing and motion smear.
As a result, several post-processing algorithms for deblocking have been proposed to reduce and/or eliminate compression artifacts. However, many involve complex computations and may result in an overall blurring effect on the output image. Other blocking filters do not conserve edge information effectively and are typically complex to implement in hardware. Accordingly, there is need for a more simple and/or effective deblocking process.
SUMMARY
A method and apparatus for processing images compressed using block based compression may comprise determining whether two blocks are neighboring blocks; determining whether the two neighboring blocks are both subdivided; performing deblocking

filter on one or more edge pixels of the two neighboring blocks if both of the two neighboring blocks are not subdivided. Determining whether two neighboring blocks are both subdivided may comprise obtaining variance values of each of the two neighboring blocks; comparing the variance values to a first threshold; and determining whether the two neighboring blocks are both subdivided based upon the comparison of the variance values to the first threshold. Alternatively, determining whether two neighboring blocks are both subdivided also may also comprises obtaining a block size assignment value; and using the block size assignment value to determine whether the two neighboring values are subdivided.
The method and apparatus may further comprise determining whether one of the two neighboring blocks is subdivided, if both of the two neighboring blocks are not subdivided; using a first deblocking filter on one or more edge pixels of the two neighboring blocks if one of the two neighboring blocks is subdivided; and using a second deblocking filter on one or more edge pixels of the two neighboring blocks if neither of the two neighboring blocks are subdivided.
The method and apparatus may further comprise obtaining one or more difference values of one or more edge pixels of the two neighboring blocks, if neither of the two neighboring blocks are subdivided; comparing the one or more difference values to a second threshold; and selecting the second deblocking filter based on the comparison of the one or more difference values to the second threshold.
Obtaining one or more difference values may comprise obtaining difference values between three edge pixels of the two neighboring blocks; and selecting the second deblocking filter may comprise using a Gaussian filter if at least two of the difference values are greater than the second threshold.
BRIEF DESCRIPTION OF THE DRAWINGS
Various embodiments will be described in detail with reference to the following drawings in which like reference numerals refer to like elements, wherein: Figure 1 is one example of an image compressor; Figure 2 is one example of an image decompressor,
Figure 3 shows an example process for determining whether a block is subdivided; Figures 4A to 4D show examples of block subdivision; Figure 5 show an example of two neighboring blocks in an image;

Figure 6 shows an example process for determining whether to use deblocking filter;
Figure 7 shows another example process for determining whether to use deblocking filter,
Figures 8A to 8D show the orderings of ABSDCT for a 16x16 block;
Figures 9A and 9B show examples of block size assignment data;
Figures 10A and 10B show more examples of block size assignment data;
Figure 11 shows an example process for generating block size assignment data for ABSDCT;
Figure 12 is a table showing the different variance threshold values;
Figure 13 shows some variable definitions; and
Figure 14 shows an example process for determining whether to use deblocking filter in systems using ABSDCT.
DETAILED DESCRIPTION
In compression systems using block based Discrete Cosine Transform (DCT), a data stream is divided into pixel blocks and discrete cosine transformed. This block based processing introduces blocking artifacts between block boundaries since the transform does not take into account the correlation between block boundaries and since each block is independently coded.
Typically, in compression systems using DCT, the size of each data block is fixed. However, there are dynamic image compression techniques capable of offering significant compression while preserving the quality of image signals utilizing adaptively sized blocks and sub-blocks of encoded DCT coefficient data. Such techniques will be called variable block size DCT. One example of variable block size DCT is the adaptive block size discrete cosine transform (ABSDCT) disclosed in U.S. Pat. No. 5,021,891, entitled "Adaptive Block Size Image Compression Method And System." DCT techniques are also disclosed in U.S. Pat. No. 5,107,345, entitled "Adaptive Block Size Image Compression Method And System," and the use of the ABSDCT technique in combination with a Discrete Quadtree Transform technique is discussed in U.S. Pat No. 5,452,104, entitled "Adaptive Block Size Image Compression Method And System." The adaptive block sizes are chosen to exploit redundancy that exists for information within a frame of image data. ABSDCT will be described later in more detail.

The embodiments described below reduces artifacts by allowing a simple and effective deblocking process that can easily be implemented in compression systems using block based DCT. The embodiments are especially effective in variable block size DCT.
In the following description, specific details are given to provide a thorough understanding of the embodiments. However, it will be understood by one of ordinary skill in the art that the embodiments may be practiced without these specific detail. For example, :ircuits may be shown in block diagrams in order not to obscure the embodiments in unnecessary detail. In other instances, well-known circuits, structures and techniques may be shown in detail in order not to obscure the embodiments.
It is also noted that the embodiments may be described as a process which is depicted as a flowchart, a flow diagram, a structure diagram, or a block diagram. Although a Flowchart may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be rearranged. A process is terminated when its operations are completed. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination corresponds to a return of the function to the calling function or the main function.
Figure 1 shows an example of an image compressor 100 and Figure 2 shows an example of an image decompressor 200 that is symmetric to the image compressor 100. Image compressor 100 comprises a variable block size DCT (VBSDCT) module 110, a quantization module 120 and a variable length coding (VLC) module 130, Image decompressor 200 comprises a variable length decoding (VLD) module 210, an inverse quantization module 220 and an inverse VBSDCT module 230. Image decompressor 200 further comprises a deblocking filter module 240 to filter block edges when necessary and a processor 250 to control the deblocking filter module 240.
Typically, data stream input to image compressor 100 is composed of image frames. An image frame can generally be divided into slices, a slice can be divided into data blocks, and a data block can be divided into pixels which are the smallest units of an image. Each image frame includes an integer number of slices and each image slice represents the image information for a set of n consecutive scan lines, such as 16 consecutive scan lines. In such case, each data block corresponds to a 16x16 pixel block across the image of the frame. Also, a frame may be separated into even and odd slices, thereby forming even half frame

and odd half frame. Moreover, an image pixel can be commonly represented in the Red, Green and Blue (RGB) color component system. However, because the human eye is more sensitive to changes in luminance and less sensitive to changes in chrominance, the YCbCr color space is typically used in video compression to represent image pixels. The YCbCr color space is a linear transformation of the RGB components, where Y is the chrominance component, and Cb and Cr are the color components. If a frame is separated into even/odd frames, an image frame would be made up of three even half frames and three odd half frames corresponding to the components Y, Cb and Cr.
In the description above, a slice can represent a set of consecutive scan lines other than 16 consecutive scan lines. Also, the data block may be an nxm block, where n is not equal to m, if the block can be subdivided Moreover, a different color space with the same or different number of color components may be used to represent an image pixel However, a block size of 16x16 pixels and the YCbCr color space will be used below for purposes of explanation.
Referring back to Figure 1, VBSDCT module 110 converts the digital image information from spatial to frequency domain and generates DCT coefficients with corresponding block size assignment (BSA) information. VBSDCT module 110 divides and processes the digital image information in blocks and sub-blocks as necessary. Figure 3 shows one process 300 to determine whether a block is subdivided. In process 300, the variance value of a DCT block is obtained (310). The variance is then compared to a threshold value TBS set for the size of the block (320). A determination is made whether the block is subdivided based upon the comparison of the variance value to the threshold TBS. Namely, if the variance value is greater than TBS, then the block is subdivided (330 and 340). Otherwise, the block is not subdivided (350). Here, an analogous process may be used on a sub-block to determine whether the sub-block is subdivided. In such case, the variance would be compared to a threshold value set for the size of the sub-block.
The BSA information indicates how a block is subdivided, if a block is divided. For example, the BSA information may indicate that a 16x16 block is subdivided into four 8x8 blocks as in Figure 4A or perhaps that an 8x8 block is subdivided into four 4x4 blocks as in Figure 4B. In other systems, the BSA information may indicate that a 16x16 block is subdivided into four 8x8 blocks as shown in Figure 4C. As shown, one of the 8x8 block of Figure 4C is subdivided into four 4x4 blocks and further into four 2x2 blocks as also shown

n Figures 4C, based on the system configuration and/or needs. Quantization module 120 hen quantizes the DCT coefficients and VLC 130 compresses the quantized DCT coefficients using a variable length coding technique.
At image decompressor 200, VLD module 210 decompresses compressed image nformation, quantization module 220 inverse quantizes the decompressed image information ind inverse VBSDCT module 230 converts the inverse quantized image information from frequency to spatial domain, using the block size assignment information. Processor 250 ietermines whether two blocks of the image are neighboring blocks as shown in Figure 5. Processor 250 then determines whether deblocking is necessary for the two neighboring blocks based on the amount of block edge activity or busyness. If deblocking is deemed necessary, one or more common edge pixels of the two neighboring blocks are filtered by ieblocking filter module 240. The post-processed image information is then output to a display and/or stored for presentation.
Figure 6 shows one process 600 for processing images compressed using block based compression. In process 600, a determination is made whether two neighboring blocks are Doth subdivided (610). Here, the BSA information may be used to determine whether the :wo neighboring blocks are subdivided. If both of the two neighboring blocks are not subdivided, then deblocking filter is used on one or more edge pixels of the two neighboring slocks (620).
Figure 7 shows another process 700 for processing images compressed using block sased compression. In process 700, a determination is made whether two neighboring blocks are both subdivided (710). If determined that the two neighboring blocks are both subdivided, deblocking filter is not used. However, if both of the two neighboring blocks are not subdivided, i.e. at least one of the two neighboring blocks is not subdivided, a further determination is made whether one of the two neighboring blocks is subdivided (720). If one of the two neighboring blocks is subdivided, then a first deblocking filter is used on one or more pixels of the two neighboring blocks (730). Here, the first deblocking filter may be a two point averaging filter used on two edge pixels of the two neighboring blocks. If neither of the two neighboring blocks are subdivided, then a second deblocking filter is used on one or more pixels of the two neighboring blocks.
More particularly, difference values between one or more corresponding edge pixels of the two neighboring blocks are obtained (740). A difference value represents the variance

icross a block boundary and may be obtained and/or derived using various techniques. A simple first order difference between two corresponding edge pixels of two neighboring >locks may be obtained. In other embodiments, a second order difference may be obtained ind used. The one or more difference values are compared to a threshold TO (750). Based >n the comparison of the one or more difference values to the threshold TD, the second ieblocking filter is selected (760).
The threshold TD generally depends on the luminance and can be set for ahead of ime for different systems and/or different types of images. In one embodiment, the average rf the mean values of the two neighboring blocks may be used as the threshold TD. Mternatively, the threshold TD may be the difference in the mean values of the two leighboring blocks. The threshold TD may also be optimized to deal with intensity variations in an image using a scale factor a which is proportional to the contrast ratio defined as follows, where \xc is the mean values of the current block and \m is the mean of a Mock containing the edge pixels used in obtaining the difference values.

The value of a ranges from 0 to 1.
Furthermore, in one embodiment, the difference values between three edge pixels of the two neighboring blocks are obtained and compared with threshold TD. If at least two of the difference values are greater than TD, a Gaussian filter is selected. Namely, if three of the three difference values are greater than TD, a six point Gaussian filter is used on six edge pixels of the two neighboring blocks. If two of the three difference values are greater than TD, then a four point Gaussian filter is used on four edge pixels of the two neighboring blocks. If one of the three difference values is greater than TD, an averaging filter is used on two edge pixels of the two neighboring blocks.
Referring back to Figure 2, processor 250 can therefore determine whether deblocking is necessary. As discussed above, processor 250 can also select, as the system allows, different deblocking filters depending on the characteristics of the neighboring blocks. Thus declocking filter module 240 may comprises one or more types of filters such as, but not limited to, an averaging filter and/or Gaussian filter.

Furthermore, as discussed above, VBSDCT module 110 may be implemented by ABSDCT. Compression techniques using ABSDCT will next be described using a block size of 16x16 pixels. Generally, each of the luminance and chrominance components is passed to a block interleaver (not shown). In one embodiment ass, as shown in Figures 8A to 8D, a 16x16 block is presented to the block interleaver, which orders the image samples within the 16x16 blocks to produce blocks and composite sub-blocks of data for DCT analysis. One 16x16 DCT is applied to a first ordering, four 8x8 DCTs are applied to a second ordering, 16 4x4 DCTs are applied to a third ordering, and 64 2x2 DCTs are applied to a fourth ordering. The DCT operation reduces the spatial redundancy inherent in the image source. After the DCT is performed, most of the image signal energy tends to be concentrated in a few DCT coefficients.
For the 16x16 block and each sub-block, the transformed coefficients are analyzed to determine the number of bits required to encode the block or sub-block. Then, the block or the combination of sub-blocks that requires the least number of bits to encode is chosen to represent the image segment. For example, two 8x8 sub-blocks, six 4x4 sub-blocks, and eight 2x2 sub-blocks may be chosen to represent the image segment. The chosen block or combination of sub-blocks is then properly arranged in order.
The transformed coefficients are analyzed and the block or the combination of sub-blocks to represent the image segment is selected. Thus, the block size assignment information that represents the block size assignment within an nxn block is generated. For the 16x16 data block, ABSDCT technique generates data known as PQR information that represents the block size assignment within the 16x16 block. The PQR information is a variable bit width data and describes to what extent a 16x16 block is subdivided. The R-bit of the PQR field represents whether the 16x16 block is subdivided into four 8x8 blocks. As shown in Figure 9A, if the R bit is *0\ the block remains whole. In this case no further PQR information is needed and the PQR field is only 1 bit long. If the R bit is ' 1\ then the 16x16 block is subdivided into four 8x8 blocks as shown in Figure 9B, and at least four additional bits will exist in the PQR field.
The additional four bits are referred to as 'Q* information. Each bit of Q denotes a subdivision of an 8x8 block into four 4x4 blocks. For each bit of Q that is set, four more bits of T' are present to indicate if any of the 4x4 blocks are subdivided into 2x2. Accordingly, the length of PQR data can be 1 to 21 bits long, depending on the block size assignment

within the 16x16 block. If every 8x8 block is subdivided, then the PQR information will be 21 bits in length. Figure 10A-D shows some examples of the 16x16 blocks with corresponding PQR data.
Accordingly, each block may be divided into sub-blocks of sizes 8x8,4x4, and or 2x2 depending on the assignment criterion. The criterion to subdivide an nxn block is the block variance as follows.

An nxn block of pixels shall be subdivided into 4 n/2xn/2 sub-blocks if the block variance of the nxn block exceeds a certain threshold. Here, the block mean can have values in the range (0,1023) for a 10-bit image. Thus, the image is divided into 12 bins and a set of thresholds is used for each bin for each color component. Also, the thresholds may be determined based on the statistics collected from a number of image frames of different types. A typical threshold set is shown in Figure 12A-C.
Figure 11 illustrates an example process 1100 for generating the PQR information for a 16x16 block is shown. For each block, the mean value and variance V16 is obtained (1110). The variance V16 is compared with the appropriate threshold T16 for the corresponding mean value (1115). If the variance V16 is not greater than threshold T16, the R value of the PQR data is set to 0 and the process ends (1120). Otherwise, the R value is set to 1 (1125). The variance V8(i), {i = 1 to 4} is then obtained for each of the four 8x8 subblocks 0 to 3 as shown in Figure 9B and each variance V8(i) is compared with the appropriate threshold T16 to determine the Q values for the PQR data (1130 toll40). If a variance V8(i) is not greater than threshold T8, the corresponding Q(i) is set to 0 (1145). Otherwise, the Q(i) value is set to 1 (1150). The variance
V4(j), {j = 1 to 4} is then obtained for each of the four 4x4 subblocks of each 8x8 block for which Q(i) is set to 1 and each variance V4(j) is compared with the appropriate threshold T4 to determine the P values for the PQR data (1155 toll65). If a variance V4(j) is not greater than threshold 74, the corresponding Q(j) is set to 0 (1170). Otherwise, the Q(j) value is set to 1 (1175).
Thus, the PQR information may be generated and used for deblocking in image decompressor such as image decompressor 200. The PQR information is used to determine

edge content in the image. The greater the edge information in a block, the smaller the block size and the longer the PQR code. Figure 14 shows an example process 1400 for processing images compressed using ABSDCT and Figure 15 shows the variable definition used in process 1400.
When determining whether deblocking filter is to be used for two neighboring blocks, the PQR information is obtained for each block (1410). If both PQR bits arc greater than 5 bits (1415), the process ends. Namely, both blocks are determined to be subdivided and deemed to contain sufficient edge information. Otherwise, if one of the PQR bits is greater than 5 bits, a two point averaging filter is used on {xl, yl} (1420 and 1425). If neither of the PQR bits is greater than 5 bits, then difference values dl, d2 and d3 are obtained (1430). If dl, d2 and d3 are greater than threshold TD, then a 6 point Gaussian filter is used on {xl, x2, x3, yl, y2, y3} (1435 and 1440). If dl and d2 are greater than threshold TD, then a 4 point Gaussian filter is used on {xl, x2, yl, y2} (1445 and 1450). If dl is greater than threshold TD, then a two point averaging filter is used on {xl, yl} (1455 and 1460).
In process 1400, the embodiment is not limited to an averaging filter and/or Gaussian filter. Various filters may be used other than the averaging filter and/or Gaussian.
As shown, a deblocking filter module can easily be implemented in a decompressor. Accordingly, artifacts may be significantly mitigated and the visual quality of an image is improved. Note that while deblocking filter module 240 is shown to be implemented separately from inverse VBSDCT module 230 and from processor 250, one or a combination of deblocking filter module 240, inverse VBSDCT module 230 and processor 250 may be implemented together.
Also, the embodiments may be implemented by hardware, software, firmware, middleware, microcode, or any combination thereof. When implemented in software, firmware, middleware or microcode, the elements of the embodiment are the program code or code segments to perform the necessary tasks may be stored in a machine readable medium (not shown). A code segment may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a class, or any combination of instructions, data structures, or program statements. A code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, or memory contents. Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing,

message passing, token passing, network transmission, etc. Also, the machine readable medium may be implemented in an article of manufacture for use in a computer system and may have machine readable code means embodied in therein.
In addition, although the embodiments have been described using variable block size DCT, the deblocking technique as described above can also be implemented in DCT with fixed block sizes. In such cases, the BSA information would be generated, but would not used for actual DCT. Instead, the BSA information would be used at the image decompressor to determine whether deblocking is necessary for two neighboring blocks.
It should be noted that the foregoing embodiments are merely examples and are not to be construed as limiting the invention. The description of the embodiments is intended to be illustrative, and not to limit the scope of the claims. As such, the present teachings can be readily applied to other types of apparatuses and many alternatives, modifications, and variations will be apparent to those skilled in the art.


CLAIMS
1. Method for processing images compressed using block based compression,
comprising:
determining whether two blocks are neighboring blocks;
determining whether the two neighboring blocks are both subdivided, if it is determined that the two blocks are neighboring blocks;
performing deblocking filtering on one or more edge pixels of the two neighboring blocks, if it is determined that both of the two neighboring blocks are not subdivided.
2. The method of claim 1, wherein determining whether two neighboring blocks
are both subdivided comprises:
obtaining variance values of each of the two neighboring blocks; comparing the variance values to a first threshold; and
determining whether the two neighboring blocks are both subdivided based upon the comparison of the variance values to the first threshold.
3. The method of claim 1, wherein determining whether two neighboring blocks
are both subdivided comprises:
obtaining a block size assignment value; and
using the block size assignment value to determine whether the two neighboring values are subdivided.
4. The method of claim 1, further comprising:
determining whether one of the two neighboring blocks is subdivided, if both of the two neighboring blocks are not subdivided;
using a first deblocking filter on one or more edge pixels of the two neighboring blocks if one of the two neighboring blocks is subdivided; and
using a second deblocking filter on one or more edge pixels of the two neighboring blocks if neither of the two neighboring blocks are subdivided.
5. The method of claim 4, wherein using the second deblocking filter comprises:

using a two point averaging filter on two edge pixels of the two neighboring blocks.
6. The method of claim 4, further comprising:
obtaining one or more difference values of one or more edge pixels of the two leighboring blocks, if neither of the two neighboring blocks are subdivided; comparing the one or more difference values to a second threshold; and selecting the second deblocking filter based on the comparison of the one or more lifference values to the second threshold.
7. The method of claim 6, wherein the obtaining one or more difference values
omprises:
obtaining a first order difference between edge pixels of the two neighboring blocks.
8. The method of claim 6, wherein the obtaining one or more difference values
omprises:
obtaining a second order difference between edge pixels of the two neighboring
flocks.
9. The method of claim 6, wherein obtaining one or more difference values
omprises:
obtaining difference values between three edge pixels of the two neighboring blocks; jid wherein selecting the second deblocking filter comprises:
using a Gaussian filter if at least two of the difference values are greater than the econd threshold.
10. The method of claim 9, wherein using a Gaussain filter comprises:
using a six point Gaussian filter on six edge pixels of the two neighboring blocks, if he difference values are greater than the second threshold.
11. The method of claim 9, wherein using a Gaussain filter comprises:
using a four point Gaussian filter on four edge pixels of the two neighboring blocks, if wo of the difference values are greater than the second threshold.

12. The method of claim 9, wherein selecting the second deblocking filter further
comprises:
using an averaging filter on two edge pixels of the two neighboring blocks if one of the difference values is greater than the second threshold.
13. Apparatus for processing images compressed using block based compression,
comprising:
means for determining whether two blocks are neighboring blocks;
means for determining whether the two neighboring blocks are both subdivided, if it is determined that the two blocks are neighboring blocks;
means for filtering on one or more edge pixels of the two neighboring blocks, if it is determined that both of the two neighboring blocks are not subdivided.
14. The apparatus of claim 13, wherein the means for determining whether two
neighboring blocks are both subdivided comprises:
means for obtaining variance values of each of the two neighboring blocks; means for comparing the variance values to a first threshold; and means for determining whether the two neighboring blocks are both subdivided based upon the comparison of the variance values to the first threshold.
15. The apparatus of claim 13, wherein the means for determining whether two
neighboring blocks are both subdivided comprises:
means for obtaining a block size assignment value; and
means for using the block size assignment value to determine whether the two neighboring values are subdivided.
16. The apparatus of claim 13, further comprising:
means for determining whether one of the two neighboring blocks is subdivided, if both of the two neighboring blocks are not subdivided;
means for using a first deblocking filter on one or more edge pixels of the two neighboring blocks if one of the two neighboring blocks is subdivided; and

means for using a second deblocking filter on one or more edge pixels of the two neighboring blocks if neither of the two neighboring blocks are subdivided.
17. The apparatus of claim 16, further comprising:
means for obtaining one or more difference values of one or more edge pixels of the two neighboring blocks, if neither of the two neighboring blocks are subdivided;
means for comparing the one or more difference values to a second threshold; and means for selecting the second deblocking filter based on the comparison of the one or more difference values to the second threshold.
18. The apparatus of claim 17, wherein the means for obtaining one or more
difference values comprises:
means for obtaining difference values between three edge pixels of the two neighboring blocks; and wherein the means for selecting the second deblocking filter comprises:
means for using a Gaussian filter if at least two of the difference values are greater than the second threshold.
19. The apparatus of claim 18, wherein the means for using a Gaussain filter
comprises:
means for using a six point Gaussian filter on six edge pixels of the two neighboring blocks, if the difference values are greater than the second threshold.
20. The apparatus of claim 18, wherein the means for using a Gaussain filter
comprises:
means for using a four point Gaussian filter on four edge pixels of the two neighboring blocks, if two of the difference values are greater than the second threshold.
21. The apparatus of claim 18, wherein the means for selecting the second
deblocking filter further comprises:
means for using an averaging filter on two edge pixels of the two neighboring blocks if one of the difference values is greater than the second threshold.

22. An article of manufacture for use in a computer system embodying a block
based image compressing system, said article of manufacture comprising a machine readable
medium having machine readable code means embodied in said medium comprising:
machine readable code means embodied in said machine readable medium for determining whether two blocks are neighboring blocks;
machine readable code means embodied in said machine readable medium for determining whether the two neighboring blocks are both subdivided, if it is determined that the two blocks are neighboring blocks;
machine readable code means embodied in said machine readable medium for filtering on one or more edge pixels of the two neighboring blocks, if it is determined that both of the two neighboring blocks are not subdivided.
23. The article of manufacture of claim 22, wherein the machine readable code
means for determining whether two neighboring blocks are both subdivided comprises:
machine readable code means embodied in said machine readable medium for obtaining variance values of each of the two neighboring blocks;
machine readable code means embodied in said machine readable medium for comparing the variance values to a first threshold; and
machine readable code means embodied in said machine readable medium for determining whether the two neighboring blocks are both subdivided based upon the comparison of the variance values to the first threshold.
24. The article of manufacture of claim 22, wherein the machine readable code
means for determining whether two neighboring blocks are both subdivided comprises:
machine readable code means embodied in said machine readable medium for obtaining a block size assignment value; and
machine readable code means embodied in said machine readable medium for using the block size assignment value to determine whether the two neighboring values are subdivided.

25. The article of manufacture of claim 22, further comprising:
machine readable code means embodied in said machine readable medium for determining whether one of the two neighboring blocks is subdivided, if both of the two neighboring blocks are not subdivided;
machine readable code means embodied in said machine readable medium for using a first deblocking filter on one or more edge pixels of the two neighboring blocks if one of the two neighboring blocks is subdivided; and
machine readable code means embodied in said machine readable medium for using a second deblocking filter on one or more edge pixels of the two neighboring blocks if neither of the two neighboring blocks are subdivided.
26. The article of manufacture of claim 25, further comprising:
machine readable code means embodied in said machine readable medium for obtaining one or more difference values of one or more edge pixels of the two neighboring blocks, if neither of the two neighboring blocks are subdivided;
machine readable code means embodied in said machine readable medium for comparing the one or more difference values to a second threshold; and
machine readable code means embodied in said machine readable medium for selecting the second deblocking filter based on the comparison of the one or more difference values to the second threshold.
27. The article of manufacture of claim 26, wherein the machine readable code
means for obtaining one or more difference values comprises:
machine readable code means embodied in said machine readable medium for obtaining difference values between three edge pixels of the two neighboring blocks; and wherein the codes for selecting the second deblocking filter comprises:
machine readable code means embodied in said machine readable medium for using a Gaussian filter if at least two of the difference values are greater than the second threshold.
28. The article of manufacture of claim 27, wherein the machine readable code
means for using a Gaussain filter comprises:

machine readable code means embodied in said machine readable medium for using a six point Gaussian filter on six edge pixels of the two neighboring blocks, if the difference values are greater than the second threshold.
29. The article of manufacture of claim 27, wherein the machine readable code
means for using a Gaussain filter comprises:
machine readable code means embodied in said machine readable medium for using a four point Gaussian filter on four edge pixels of the two neighboring blocks, if two of the difference values are greater than the second threshold.
30. The article of manufacture of claim 27, wherein the machine readable code
means for selecting the second deblocking filter further comprises:
machine readable code means embodied in said machine readable medium for using an averaging filter on two edge pixels of the two neighboring blocks if one of the difference values is greater than the second threshold.
31. Apparatus for processing images compressed using block based compression,
comprising:
a processor configured to determine whether two blocks are neighboring blocks and to determine whether two neighboring blocks are subdivided if it is determined that the two blocks are neighboring blocks;
a deblocking filter configured to filter on one or more edge pixels of the two neighboring blocks, if it is determined that at least one of the two neighboring blocks are not subdivided.
32. The apparatus of claim 31, wherein the processor determines whether two neighboring blocks are divided using block size assignment information.
33. The apparatus of claim 31, wherein the processor determines whether two neighboring blocks aredivided based upon variance values of each block. ^

Documents:

2294-chenp-2005 abstract granted fig-5.jpg

2294-chenp-2005 abstract granted.pdf

2294-chenp-2005 claims granted.pdf

2294-chenp-2005 description (complete) granted.pdf

2294-chenp-2005 drawings granted.pdf

2294-chenp-2005-abstract.pdf

2294-chenp-2005-assignement.pdf

2294-chenp-2005-claims.pdf

2294-chenp-2005-correspondnece-others.pdf

2294-chenp-2005-correspondnece-po.pdf

2294-chenp-2005-description(complete).pdf

2294-chenp-2005-drawings.pdf

2294-chenp-2005-form 1.pdf

2294-chenp-2005-form 18.pdf

2294-chenp-2005-form 3.pdf

2294-chenp-2005-form 5.pdf

2294-chenp-2005-pct.pdf


Patent Number 225900
Indian Patent Application Number 2294/CHENP/2005
PG Journal Number 02/2009
Publication Date 09-Jan-2009
Grant Date 01-Dec-2008
Date of Filing 16-Sep-2005
Name of Patentee QUALCOMM INCORPORATED
Applicant Address 5775 MOREHOUSE DRIVE, SAN DIEGO, CALIFORNIA-92121,
Inventors:
# Inventor's Name Inventor's Address
1 RAVEENDRAN, VIJAYALAKSHMI, R 4272 CALLE MAR DE BALLENAS, SAN DIEGO, CALIFORNIA 92130,
2 IRVINE, ANN, C 32088 TALIESIN WAY, BONSALL, CA 92003,
PCT International Classification Number G06K9/40
PCT International Application Number PCT/US04/08287
PCT International Filing date 2004-03-17
PCT Conventions:
# PCT Application Number Date of Convention Priority Country
1 60/456,030 2003-03-17 U.S.A.
2 10/802,285 2004-03-16 U.S.A.