1. Field of the Invention
The present disclosure relates to a light-weight video coding system and a decoder for a light-weight video coding system.
2. Description of the Related Art
The conventional Distributed Video Coding system transfers the computational complexity of encoder to the decoder; thus the encoder complexity decreases low, but the decoder complexity increases by several times. Therefore, it is difficult to utilize real time system. As a result, the total performance of the conventional Distributed Video Coding system is low, and the high efficiency video cannot be performed. However, the Light-weight Video Coding system decreases encoder complexity and meanwhile decreases decoder complexity for realizing the real time system.
The present disclosure provides a light-weight video coding system. The light-weight video coding system includes an encoder and a decoder. The encoder includes: a classifier, a skip block mask module, an encoding skip block record table and an encoding module. The decoder includes: a decoding module, a decoding skip block record table, a mode decision module, a block padding module and a pixel padding module.
The classifier includes a first classifying module and a second classifying module. The first classifying module is used for obtaining at least one zero motion block, and the second classifying module is used for obtaining at least one low motion block. The skip block mask module is used for masking portion of an image information to be at least one skip block according to the at least one zero motion block and the at least one low motion block, non-masking portion of the image information is at least one non-skip block. The encoding skip block record table is used for recording the at least one skip block. The encoding module is used for encoding the at least one non-skip block to be an encoded image information.
The decoding module is used for decoding the encoded image information to be at least one non-skip block. The decoding skip block record table is used for receiving the encoding skip block record table. The mode decision module is used for selecting a mode according to the decoding skip block record table, and is used for selecting at least one predetermined block of a current frame. The predetermined block includes a plurality of pixels. The block padding module includes a zero motion vector replacement module and a motion estimation module. The zero motion vector replacement module is used for replacing the at least one zero motion block of the current frame by at least one corresponding zero motion block of a reference frame. The motion estimation module is used for selecting a plurality of neighbor pixels outside of left part and top part of the predetermined block according to the at least one low motion block and the predetermined block of the current frame, and is used for comparing with a plurality of corresponding neighbor pixels outside of left part and top part of a corresponding predetermined block of the reference frame to determine whether the corresponding predetermined block of the reference frame is copied to the predetermined block of the current frame. The pixel padding module is used for padding at least one remainder pixel of the current frame.
The present disclosure provides a decoder for a light-weight video coding system. The decoder includes: a mode decision module and a motion estimation module. The mode decision module is used for selecting a mode, and is used for selecting at least one predetermined block of a current frame according to the mode. The predetermined block includes a plurality of pixels. The motion estimation module is used for selecting a plurality of neighbor pixels outside of left part and top part of the predetermined block according to the predetermined block of the current frame, and is used for comparing with a plurality of corresponding neighbor pixels outside of left part and top part of a corresponding predetermined block of a reference frame to determine whether the corresponding predetermined block of the reference frame is copied to the predetermined block of the current frame.
The complexity of the decoder of the light-weight video coding system can greatly be reduced, and the total performance of the light-weight video coding system can be improved.
The reference frame 31 can be a neighbor frame before the current frame 32 or a neighbor frame after the current frame 32. The motion estimation module 12 can proceed to compare within a search range 312 (shown in the dotted line of
The mode further comprises a comparing order, and the motion estimation module 12 proceeds to compare according to the comparing order. In an embodiment, if mode 0 is selected, the motion estimation module 12 proceeds to compare only the predetermined block of the mode 0. If mode 3 is selected, the motion estimation module 12 proceeds to compare the predetermined block of the mode 0 firstly, then proceeds to compare the predetermined blocks of the mode 1, 2 and 3 in sequence, and a best match block is selected.
Using the mode decision module and the motion estimation module, the complexity of the decoder of the disclosure can greatly be reduced, and the performance of the decoder can be improved. Furthermore, according to the required complexity and resolution, the mode decision module can flexibly determine different mode so that the motion estimation module can flexibly proceed to estimate to further improve the performance.
The classifier 41 includes a first classifying module 411 and a second classifying module 412. The first classifying module 411 is used for obtaining at least one zero motion block. In an embodiment, the first classifying module 411 can be a sum of absolute differences (SAD) classifying module to calculate the sum of absolute differences between the value of the pixels in a block of the current frame and the value of the pixels in a corresponding block of the reference frame. If the sum is smaller than a predetermined value, it means that the pixels in the block of the current frame are similar to the pixels in the corresponding block of the reference frame, and the block of the current frame is a zero motion block. Thus, the zero motion block of the current frame can be obtained.
The second classifying module 412 is used for obtaining at least one low motion block. In an embodiment, the second classifying module 412 can be a direct current (DC) classifying module to calculate the difference between the average value of the pixels in a block of the current frame and the average value of the pixels in a corresponding block of the reference frame. If the average difference is smaller than a predetermined value, it means that the difference between the pixels in the block of the current frame and the pixels in the corresponding block of the reference frame is not large, and the block of the current frame is classified to a low motion block. Thus, the low motion block of the current frame can be obtained.
The skip block mask module 42 is used for masking portion of an image information (A) to be at least one skip block according to the at least one zero motion block and the at least one low motion block, non-masking portion of the image information is at least one non-skip block. In an embodiment, the image information can be the information of the current frame. The at least one skip block includes the at least one zero motion block and the at least one low motion block, it means that the at least one zero motion block and the at least one low motion block can be obtained from the reference frame, and can be skipped when encoding.
The encoding skip block record table 45 is used for recording the at least one skip block. The encoding module 46 is used for encoding the at least one non-skip block to be an encoded image information (B). The encoding module 46 can use an encoding standard, for example H.263+, H.264/AVC, MPEG-2, MPEG-4, JPEG or JPEG-2000 etc., but the encoding standard is not limited to the above encoding standard.
The decoder 50 includes: a decoding module 51, a decoding skip block record table 54, a mode decision module 55, a block padding module 56 and a pixel padding module 57. The decoding module 51 is used for decoding the encoded image information (B) to be at least one non-skip block. The decoding skip block record table 54 is used for receiving the information (C) of the encoding skip block record table 45.
The mode decision module 55 is used for selecting a mode according to the decoding skip block record table 54, and is used for selecting at least one predetermined block of the current frame. The predetermined block includes a plurality of pixels. The mode decision module 55 can refer to the mode decision module 11 in
The block padding module 56 includes a zero motion vector replacement module 561 and a motion estimation module 562. The zero motion vector replacement module 561 is used for replacing the at least one zero motion block of the current frame by at least one corresponding zero motion block of the reference frame. As stated in the above, since the pixels in the zero motion block of the current frame are the same as the pixels in the corresponding zero motion block of the reference frame, the zero motion block of the current frame 32 can be replaced by the corresponding zero motion block of the reference frame 31.
The motion estimation module 562 is used for selecting a plurality of neighbor pixels outside of left part and top part of the predetermined block according to the at least one low motion block and the predetermined block of the current frame, and is used for comparing with a plurality of corresponding neighbor pixels outside of left part and top part of a corresponding predetermined block of the reference frame to determine whether the corresponding predetermined block of the reference frame is copied to the predetermined block of the current frame. In an embodiment, the motion estimation module 562 proceeds to compare within a search range of the reference frame according to the at least one low motion block. Since the low motion block of the current frame is corresponding to the low motion block of the reference frame, the block being similar to or same as the low motion block of the current frame can be obtained in the search range of the reference frame so as to reduce the complexity of the decoder. The motion estimation module 562 can refer to the motion estimation module 12 in
The pixel padding module 57 is used for padding at least one remainder pixel of the current frame. All the zero motion blocks and portion of the low motion blocks are padded by the block padding module 56, the other low motion block and the at least one remainder pixel can be padded by the pixel padding module 57. The pixel padding module 57 includes a spatial-temporal texture synthesis module 571 and a pixel interpolation module 572.
The pixel interpolation module 572 is used for selecting a plurality of selection pixels outside of the at least one skip block according to the remainder pixel of the at least one skip block of the current frame, and for averagely calculating the selection pixels to obtain the remainder pixel. In an embodiment, the pixel interpolation module 572 is used for selecting the neighbor selection pixels outside of the at least one skip block, and for averagely calculating the interpolation value of the neighbor selection pixels to obtain the remainder pixel. Therefore, the decoder 50 can obtain the information (D) of the current frame.
The encoder 40 further comprises a rearrangement module 43 for rearranging the at least one non-skip block by new order. The decoder 50 further comprises an inverse rearrangement module 53 for recovering the order of the at least one non-skip block.
The encoder 40 further comprises a sub-framing module 44 for reducing the size of the current frame, for example ½, ¼ or several segments of the current frame. The decoder 50 further comprises a sub-frame recovery module 52 for recovering the size of the current frame.
After experiment, the complexity of the decoder of the light-weight video coding system can greatly be reduced, and the total performance of the light-weight video coding system can be improved. Furthermore, according to the required complexity and resolution, the mode decision module can flexibly determine different mode so that the motion estimation module can flexibly proceed to estimate to further improve the performance.
While several embodiments of the present disclosure have been illustrated and described, various modifications and improvements can be made by those skilled in the art. The embodiments of the present disclosure are therefore described in an illustrative but not in a restrictive sense. It is intended that the present disclosure should not be limited to the particular forms as illustrated and that all modifications which maintain the spirit and scope of the present disclosure are within the scope defined in the appended claims.
Number | Date | Country | Kind |
---|---|---|---|
103142905 A | Dec 2014 | TW | national |
Number | Name | Date | Kind |
---|---|---|---|
20060153301 | Guleryuz | Jul 2006 | A1 |
20070086520 | Kim | Apr 2007 | A1 |
20080019448 | Lee | Jan 2008 | A1 |
20080181308 | Wang | Jul 2008 | A1 |
20090122867 | Mauchly | May 2009 | A1 |
20090147854 | Dane | Jun 2009 | A1 |
20110280309 | Francois | Nov 2011 | A1 |
20120147961 | Guo | Jun 2012 | A1 |
20120224635 | Kim | Sep 2012 | A1 |
20120320986 | Shimizu et al. | Dec 2012 | A1 |
20130044804 | Nilsson | Feb 2013 | A1 |
20130114735 | Wang | May 2013 | A1 |
20130128962 | Rajagopalan | May 2013 | A1 |
20130307929 | Hattori et al. | Nov 2013 | A1 |
20140307771 | Hemmendorff | Oct 2014 | A1 |
20140321544 | Laroche | Oct 2014 | A1 |
20150092855 | Chou | Apr 2015 | A1 |
20160191946 | Zhou | Jun 2016 | A1 |
20160227250 | Lee | Aug 2016 | A1 |
Number | Date | Country |
---|---|---|
201143370 | Dec 2011 | TW |
201332339 | Aug 2013 | TW |
Entry |
---|
Ted Chih-Wei Lei et al., A H.264/AVC Based Distributed Video Coding Paradigm with Mode Decision at Decoder, 2014 International Symposium on Computer, Consumer and Control, IEEE, pp. 525-528. |
Office Action and Search Report dated Jul. 23, 2015 by Taiwan Patent Office for the corresponding TW Patent Application No. 103142905. |
English translation of the Search Report dated Jul. 23, 2015 by Taiwan Patent Office for the corresponding TW Patent Application No. 103142905. |
Ted Chih-Wei Lei and Tai-Ping Wan, Using Distributed Video Coding vand Decoding-Friendly Encoder Design for video in the cloud, Jul. 8, 2011. |
English abstract translation of TW201332339A. |
English abstract translation of TW 201143370A1. |
US20120320986 corresponds to TW 201143370A1. |
Notice of Allowance dated Sep. 30, 2015 by Taiwan Patent Office for the corresponding TW Patent Application No. 103142905. |
Lei, Ted Chih-Wei et al., Partial Boundary Matching Algorithm and Spatio-Temporal Texture Synthesis in Distributed Video Coding. |
Lei, Ted Chih-Wei et al., A Low Complexity Video Coding for Combining RFID and Video Surveillance with Padding Based DVC. |
Lei, Ted Chih-Wei et al., Low Cost Wireless Video Transmission Network with Padding-based Distributed Video Coding. |
Lei, Ted Chih-Wei et al., Study for Distributed Video Coding Architectures. |
Lei, Ted Chih-Wei et al., Padding Block Based DVC Coding Scheme with Mutual Bi-directional Frame Coding at Decoder, 2012 IEEE International Symposium on Intelligent Signal Processing and Communication Systems (ISPACS 2012) Nov. 4-7, 2012. |
Number | Date | Country | |
---|---|---|---|
20160165258 A1 | Jun 2016 | US |