Apparatus, a method and a computer program for video coding

- Nokia Technologies Oy

There is disclosed an apparatus, a method and a computer program for video coding. The apparatus comprises a selector configured for selecting a pixel for prediction; a projection definer configured for determining a projection of said pixel to a set of reference pixels; and a prediction definer configured for selecting one or more reference pixels from said set of reference pixels on the basis of said projection, and using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

Skip to: Description  ·  Claims  ·  References Cited  · Patent History  ·  Patent History
Description
CROSS REFERENCE TO RELATED APPLICATION

This application is a continuation of U.S. application Ser. No. 15/676,665, filed Aug. 14, 2017, which is a continuation of U.S. application Ser. No. 13/023,328, filed Feb. 8, 2011, which claims priority to U.S. Provisional Application No. 61/302,303 filed Feb. 8, 2010, the entire contents of which are incorporated herein by reference.

TECHNICAL FIELD

The present invention relates to an apparatus, a method and a computer program for encoding and decoding.

BACKGROUND INFORMATION

A video codec may comprise an encoder which transforms input video into a compressed representation suitable for storage and/or transmission and a decoder that can uncompress the compressed video representation back into a viewable form, or either one of them. Typically, the encoder discards some information in the original video sequence in order to represent the video in a more compact form, for example at a lower bit rate.

Typical video codecs, operating for example according to the International Telecommunication Union's ITU-T H.263 and H.264 coding standards, encode video information in two phases. In the first phase, pixel values in a certain picture area or “block” are predicted. These pixel values can be predicted, for example, by motion compensation mechanisms, which involve finding and indicating an area in one of the previously encoded video frames (or a later coded video frame) that corresponds closely to the block being coded. Additionally, pixel values can be predicted by spatial mechanisms which involve finding and indicating a spatial region relationship.

Prediction approaches using image information from a previous (or a later) image can also be called as Inter prediction methods, and prediction approaches using image information within the same image can also be called as Intra prediction methods.

The second phase is one of coding the error between the predicted block of pixels and the original block of pixels. This is typically accomplished by transforming the difference in pixel values using a specified transform. This transform is typically a Discrete Cosine Transform (DCT) or a variant thereof. After transforming the difference, the transformed difference is quantized and entropy encoded.

By varying the fidelity of the quantization process, the encoder can control the balance between the accuracy of the pixel representation, (in other words, the quality of the picture) and the size of the resulting encoded video representation (in other words, the file size or transmission bit rate).

The decoder reconstructs the output video by applying a prediction mechanism similar to that used by the encoder in order to form a predicted representation of the pixel blocks (using the motion or spatial information created by the encoder and stored in the compressed representation of the image) and prediction error decoding (the inverse operation of the prediction error coding to recover the quantized prediction error signal in the spatial domain).

After applying pixel prediction and error decoding processes the decoder combines the prediction and the prediction error signals (the pixel values) to form the output video frame.

The decoder (and encoder) may also apply additional filtering processes in order to improve the quality of the output video before passing it for display and/or storing as a prediction reference for the forthcoming frames in the video sequence.

In typical video codecs, the motion information is indicated by motion vectors associated with each motion compensated image block. Each of these motion vectors represents the displacement of the image block in the picture to be coded (in the encoder) or decoded (at the decoder) and the prediction source block in one of the previously coded or decoded images (or pictures). In order to represent motion vectors efficiently, motion vectors are typically coded differentially with respect to block specific predicted motion vector. In a typical video codec, the predicted motion vectors are created in a predefined way, for example by calculating the median of the encoded or decoded motion vectors of the adjacent blocks.

In typical video codecs the prediction residual after motion compensation is first transformed with a transform kernel (like DCT) and then coded. The reason for this is that often there still exists some correlation among the residual and transform can in many cases help reduce this correlation and provide more efficient coding.

Typical video encoders utilize the Lagrangian cost function to find optimal coding modes, for example the desired macro block mode and associated motion vectors. This type of cost function uses a weighting factor or λ to tie together the exact or estimated image distortion due to lossy coding methods and the exact or estimated amount of information required to represent the pixel values in an image area.

This may be represented by the equation:
C=D+λR  (1)

where C is the Lagrangian cost to be minimised, D is the image distortion (for example, the mean-squared error between the pixel values in original image block and in coded image block) with the mode and motion vectors currently considered, λ is a Lagrangian coefficient and R is the number of bits needed to represent the required data to reconstruct the image block in the decoder (including the amount of data to represent the candidate motion vectors).

Some hybrid video codecs, such as H.264/AVC, predict the Intra coded areas by spatial means utilizing the pixel values of the already processed areas in the picture. A typical codec has a fixed set of available prediction methods which provide predictions from the corresponding direction. If the number of available prediction directions is low, the compression performance may suffer as there may not be a method matching to all the directional structures in the picture content. If the number of available prediction directions is large the implementation complexity may become a burden. Some codecs use a small number of directional intra prediction methods, for example from 2 to 8 different directions, which may lead into suboptimal performance but may keep the implementation complexity at a moderate level.

SUMMARY

This invention provides some embodiments which may support a relatively large number of prediction directions in an Intra prediction subsystem of a video codec. According to some embodiments the prediction process is defined by a displacement measure between one line of pixels and a reference line of pixels at a given granularity, either in a horizontal or a vertical direction. When deriving predicted values for each pixel in the block the selected displacement is used to calculate a projection of each pixel to the line of reference pixels and an interpolation operation is applied to calculate final prediction values utilizing the distance of the projected pixel location from the closest reference pixels.

According to a first aspect of the invention, there is provided an apparatus comprising:

a selector configured for selecting a pixel for prediction;

a projection definer configured for determining a projection of said pixel to a set of reference pixels; and

a prediction definer configured for selecting one or more reference pixels from said set of reference pixels on the basis of said projection, and using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to a second aspect of the invention there is provided a method comprising:

selecting a pixel for prediction;

determining a projection of said pixel to a set of reference pixels;

selecting one or more reference pixels from said set of reference pixels on the basis of said projection; and

obtaining a prediction value for said pixel to be predicted by using said selected one or more reference pixels.

According to a third aspect of the invention there is provided a computer readable storage medium stored with code thereon for use by an apparatus, which when executed by a processor, causes the apparatus to perform:

select a pixel for prediction;

determine a projection of said pixel to a set of reference pixels;

select one or more reference pixels from said set of reference pixels on the basis of said projection; and

obtain a prediction value for said pixel to be predicted by using said selected one or more reference pixels.

According to a fourth aspect of the invention there is provided at least one processor and at least one memory, said at least one memory stored with code thereon, which when executed by said at least one processor, causes an apparatus to perform:

select a pixel for prediction;

determine a projection of said pixel to a set of reference pixels;

select one or more reference pixels from said set of reference pixels on the basis of said projection; and

obtain a prediction value for said pixel to be predicted by using said selected one or more reference pixels.

According to a fifth aspect of the invention there is provided an apparatus which comprises:

an analyser configured for examining an indication of a directionality regarding a block of pixels of an image to be decoded; and

a reconstructor configured for:

determining a projection of a pixel of said block of pixels to be decoded on a set of reference pixels; and

selecting one or more reference pixels from said set of reference pixels on the basis of said projection, and using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to a sixth aspect of the invention there is provided a method comprising:

examining an indication of directionality regarding a block of pixels of an image to be decoded;

determining a projection of a pixel of said block of pixels to be decoded on a set of reference pixels; and

selecting one or more reference pixels from said set of reference pixels on the basis of said projection, and using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to a seventh aspect of the invention there is provided a computer readable storage medium stored with code thereon for use by an apparatus, which when executed by a processor, causes the apparatus to perform:

examine an indication of a directionality regarding a block of pixels of an image to be decoded;

determine a projection of a pixel of said block of pixels to be decoded on a set of reference pixels;

select one or more reference pixels from said set of reference pixels on the basis of said projection, and

use said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to an eighth aspect of the invention there is provided at least one processor and at least one memory, said at least one memory stored with code thereon, which when executed by said at least one processor, causes an apparatus to perform:

examine an indication of directionality regarding a block of pixels of an image to be decoded;

determine a projection of a pixel of said block of pixels to be decoded on a set of reference pixels; and

select one or more reference pixels from said set of reference pixels on the basis of said projection, and

use said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to a ninth aspect of the invention there is provided an encoder comprising:

a selector configured for selecting an encoding method from a set of intra prediction modes for encoding a block of pixels of an image; and

a selector configured for selecting a pixel for prediction;

wherein said intra prediction mode comprises:

a projection definer configured for determining a projection of said pixel to a set of reference pixels; and

a prediction definer configured for selecting one or more reference pixels from said set of reference pixels on the basis of said projection, and using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to a tenth aspect of the invention there is provided a decoder which comprises:

an analyser configured for examining an indication of a directionality regarding a block of pixels of an image to be decoded; and

a reconstructor configured for:

determining a projection of a pixel of said block of pixels to be decoded on a set of reference pixels; and

selecting one or more reference pixels from said set of reference pixels on the basis of said projection, and using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

According to an eleventh aspect of the invention there is provided an apparatus which comprises:

means for selecting an encoding method from a set of intra prediction modes for encoding a block of pixels of an image;

means for selecting a pixel for prediction;

wherein said intra prediction mode comprises:

means for determining a projection of said pixel to a set of reference pixels;

means for selecting one or more reference pixels from said set of reference pixels on the basis of said projection; and

means for obtaining a prediction value for said pixel to be predicted by using said selected one or more reference pixels.

According to a twelfth aspect of the invention there is provided an apparatus which comprises:

means for examining an indication of a directionality regarding a block of pixels of an image to be decoded; and

means determining a projection of a pixel of said block of pixels to be decoded on a set of reference pixels; and

means for selecting one or more reference pixels from said set of reference pixels on the basis of said projection; and

means for using said selected one or more reference pixels to obtain a prediction value for said pixel to be predicted.

DESCRIPTION OF THE DRAWINGS

For better understanding of the present invention, reference will now be made by way of example to the accompanying drawings in which:

FIG. 1 shows schematically an electronic device employing some embodiments of the invention;

FIG. 2 shows schematically a user equipment suitable for employing some embodiments of the invention;

FIG. 3 further shows schematically electronic devices employing embodiments of the invention connected using wireless and wired network connections;

FIG. 4a shows schematically an embodiment of the invention as incorporated within an encoder;

FIG. 4b shows schematically an embodiment of an intra predictor according to some embodiments of the invention;

FIG. 5 shows a flow diagram showing the operation of an embodiment of the invention with respect to the encoder as shown in FIG. 4;

FIG. 6 shows a schematic diagram of a decoder according to some embodiments of the invention;

FIG. 7 shows a flow diagram of showing the operation of an embodiment of the invention with respect to the decoder shown in FIG. 6;

FIG. 8a depicts an example of available prediction directions for one mode of implementation;

FIG. 8b depicts an example of predicting the lowest row of pixels in a block from reference pixels, when the displacement between the lowest row of the block and the reference row is one pixel to the left;

FIG. 8c depicts an example of predicting another row of pixels in a block from reference pixels, when the displacement between the lowest row of the block and the reference row is one pixel to the left;

FIG. 8d depicts an example of predicting one row of pixels in a block from reference pixels, when the displacement between the lowest row of the block and the reference row is negative;

FIG. 8e depicts an example of obtaining prediction values for pixels from a block from reference pixels according to another embodiment; and

FIG. 9 depicts an example of a bit stream of an image.

DETAILED DESCRIPTION OF SOME EXAMPLE EMBODIMENTS

The following describes in further detail suitable apparatus and possible mechanisms for the provision of enhancing encoding efficiency and signal fidelity for a video codec. In this regard reference is first made to FIG. 1 which shows a schematic block diagram of an exemplary apparatus or electronic device 50, which may incorporate a codec according to an embodiment of the invention.

The electronic device 50 may for example be a mobile terminal or user equipment of a wireless communication system. However, it would be appreciated that embodiments of the invention may be implemented within any electronic device or apparatus which may require encoding and decoding or encoding or decoding video images.

The apparatus 50 may comprise a housing 30 for incorporating and protecting the device. The apparatus 50 further may comprise a display 32 in the form of a liquid crystal display. In other embodiments of the invention the display may be any suitable display technology suitable to display an image or video. The apparatus 50 may further comprise a keypad 34. In other embodiments of the invention any suitable data or user interface mechanism may be employed. For example the user interface may be implemented as a virtual keyboard or data entry system as part of a touch-sensitive display. The apparatus may comprise a microphone 36 or any suitable audio input which may be a digital or analogue signal input. The apparatus 50 may further comprise an audio output device which in embodiments of the invention may be any one of: an earpiece 38, speaker, or an analogue audio or digital audio output connection. The apparatus 50 may also comprise a battery 40 (or in other embodiments of the invention the device may be powered by any suitable mobile energy device such as solar cell, fuel cell or clockwork generator). The apparatus may further comprise an infrared port 42 for short range line of sight communication to other devices. In other embodiments the apparatus 50 may further comprise any suitable short range communication solution such as for example a Bluetooth wireless connection or a USB/firewire wired connection.

The apparatus 50 may comprise a controller 56 or processor for controlling the apparatus 50. The controller 56 may be connected to memory 58 which in embodiments of the invention may store both data in the form of image and audio data and/or may also store instructions for implementation on the controller 56. The controller 56 may further be connected to codec circuitry 54 suitable for carrying out coding and decoding of audio and/or video data or assisting in coding and decoding carried out by the controller 56.

The apparatus 50 may further comprise a card reader 48 and a smart card 46, for example a UICC and UICC reader for providing user information and being suitable for providing authentication information for authentication and authorization of the user at a network.

The apparatus 50 may comprise radio interface circuitry 52 connected to the controller and suitable for generating wireless communication signals for example for communication with a cellular communications network, a wireless communications system or a wireless local area network. The apparatus 50 may further comprise an antenna 44 connected to the radio interface circuitry 52 for transmitting radio frequency signals generated at the radio interface circuitry 52 to other apparatus(es) and for receiving radio frequency signals from other apparatus(es).

In some embodiments of the invention, the apparatus 50 comprises a camera capable of recording or detecting individual frames which are then passed to the codec 54 or controller for processing. In some embodiments of the invention, the apparatus may receive the video image data for processing from another device prior to transmission and/or storage. In some embodiments of the invention, the apparatus 50 may receive either wirelessly or by a wired connection the image for coding/decoding.

With respect to FIG. 3, an example of a system within which embodiments of the present invention can be utilized is shown. The system 10 comprises multiple communication devices which can communicate through one or more networks. The system 10 may comprise any combination of wired or wireless networks including, but not limited to a wireless cellular telephone network (such as a GSM, UMTS, CDMA network etc), a wireless local area network (WLAN) such as defined by any of the IEEE 802.x standards, a Bluetooth personal area network, an Ethernet local area network, a token ring local area network, a wide area network, and the Internet.

The system 10 may include both wired and wireless communication devices or apparatus 50 suitable for implementing embodiments of the invention.

For example, the system shown in FIG. 3 shows a mobile telephone network 11 and a representation of the internet 28. Connectivity to the internet 28 may include, but is not limited to, long range wireless connections, short range wireless connections, and various wired connections including, but not limited to, telephone lines, cable lines, power lines, and similar communication pathways.

The example communication devices shown in the system 10 may include, but are not limited to, an electronic device or apparatus 50, a combination of a personal digital assistant (PDA) and a mobile telephone 14, a PDA 16, an integrated messaging device (IMD) 18, a desktop computer 20, a notebook computer 22. The apparatus 50 may be stationary or mobile when carried by an individual who is moving. The apparatus 50 may also be located in a mode of transport including, but not limited to, a car, a truck, a taxi, a bus, a train, a boat, an airplane, a bicycle, a motorcycle or any similar suitable mode of transport.

Some or further apparatus may send and receive calls and messages and communicate with service providers through a wireless connection 25 to a base station 24. The base station 24 may be connected to a network server 26 that allows communication between the mobile telephone network 11 and the internet 28. The system may include additional communication devices and communication devices of various types.

The communication devices may communicate using various transmission technologies including, but not limited to, code division multiple access (CDMA), global systems for mobile communications (GSM), universal mobile telecommunications system (UMTS), time divisional multiple access (TDMA), frequency division multiple access (FDMA), transmission control protocol-internet protocol (TCP-IP), short messaging service (SMS), multimedia messaging service (MMS), email, instant messaging service (IMS), Bluetooth, IEEE 802.11 and any similar wireless communication technology. A communications device involved in implementing various embodiments of the present invention may communicate using various media including, but not limited to, radio, infrared, laser, cable connections, and any suitable connection.

With respect to FIG. 4a, a block diagram of a video encoder suitable for carrying out embodiments of the invention is shown. Furthermore, with respect to FIG. 5, the operation of the encoder exemplifying embodiments of the invention specifically with respect to the interpolation of the selected surface area is shown in detail.

FIG. 4a shows the encoder as comprising a pixel predictor 302, prediction error encoder 303 and prediction error decoder 304. FIG. 4a also shows an embodiment of the pixel predictor 302 as comprising an inter-predictor 306, an intra-predictor 308, a mode selector 310, a filter 316, and a reference frame memory 318. The mode selector 310 comprises a block processor 381 and a cost evaluator 382. FIG. 4b also depicts an embodiment of the intra-predictor 308 which comprises a plurality of different intra-prediction modes: Mode 1, Mode 2, . . . , Mode n and may also comprise a prediction processor 309. The mode selector 310 may also comprise a quantizer 384.

The pixel predictor 302 receives the image 300 to be encoded at both the inter-predictor 306 (which determines the difference between the image and a motion compensated reference frame 318) and the intra-predictor 308 (which determines a prediction for an image block based only on the already processed parts of current frame or picture). The output of both the inter-predictor and the intra-predictor are passed to the mode selector 310. The intra-predictor 308 may have more than one intra-prediction modes. Hence, each mode may perform the intra-prediction and provide the predicted signal to the mode selector 310. The mode selector 310 also receives a copy of the image 300.

The block processor 381 determines which encoding mode to use to encode the current block. If the block processor 381 decides to use an inter-prediction mode it will pass the output of the inter-predictor 306 to the output of the mode selector 310. If the block processor 381 decides to use an intra-prediction mode it will pass the output of one of the intra-predictor modes to the output of the mode selector 310.

According to some example embodiments the pixel predictor 302 operates as follows. The inter predictor 306 and the intra prediction modes 308 perform the prediction of the current block to obtain predicted pixel values of the current block. The intra predictor 306 and the intra prediction modes 308 provide the predicted pixel values of the current block to the block processor 381 for analyzing which prediction to select. In addition to the predicted values of the current block, the block processor 381 may, in some embodiments, receive an indication of a directional intra prediction mode from the intra prediction modes.

The block processor 381 examines whether to select the inter prediction mode or the intra prediction mode. The block processor 381 may use cost functions such as the equation (1) or some other methods to analyze which encoding method gives the most efficient result with respect to a certain criterion or criteria. The selected criteria may include coding efficiency, processing costs and/or some other criteria. The block processor 381 may examine the prediction for each directionality i.e. for each intra prediction mode and inter prediction mode and calculate the cost value for each intra prediction mode and inter prediction mode, or the block processor 381 may examine only a subset of all available prediction modes in the selection of the prediction mode.

When the cost has been calculated with respect to each or to a selected set of intra prediction modes and possibly with respect to the inter prediction mode, the block processor 381 selects one intra prediction mode or the inter prediction mode for encoding the current block. If an intra prediction mode was selected, the selected intra prediction mode includes the directionality indication which shall also be indicated to a decoder.

The indication of a directional intra prediction mode may comprise an angle indicated, for example, as a displacement of one row of the current block with respect to a reference row of pixels of a neighboring block in case of vertical prediction or as a displacement of one column of the current block with respect to a reference column of pixels of a neighboring block in case of horizontal prediction. In some embodiments the allowed displacements in the horizontal and vertical direction may depend on the size of the block to be encoded. Some example ranges are from −N to +N pixels for a block size of N×N pixels for both horizontal and vertical prediction. Other example ranges are −2N×+2N pixels, −3N×+3N pixels, −2N×+4N pixels, −4N×+2N pixels, etc. The angle may also be indicated by using other means, for example as an integer value, a floating point number, etc.

The same or different intra prediction direction can be applied for different components of the picture block (such as luminance, chrominance or depth component), or the indication of the intra prediction direction for one or more components can be used to limit the allowed set of intra prediction directions of one or more other components.

The intra prediction direction could be predicted from the neighboring macroblocks. This prediction could be done based on reconstruction values of neighboring macroblocks, intra prediction directions of neighboring macroblocks or mode of neighboring macroblocks.

An example of allowed displacements is illustrated in FIG. 8a in which the directionality is analyzed with respect to the current block. The displacement is expressed with reference to the last pixel at the last row of the block but it can also be expressed with reference to another pixel of the same block. The lines from the last pixel of the last row to different pixels of the neighboring blocks illustrate the allowed directions (displacements) in this example embodiment. These pixels of the neighboring blocks can be used as reference pixels for prediction of pixels of the current block. The reference pixels are indicated as triangles in FIG. 8a. In this example the block size is 8×8 and the range is from −N to +N, wherein the displacement can be from −8 to +8 pixels with one pixel resolution. In some other embodiments the difference between two consecutive, allowed displacements can be a fraction of one pixel, for example ½ pixels wherein there are more directions to select from.

Now, an example of an intra prediction mode will be described in more detail with reference to FIGS. 8b-8c. In the example of FIGS. 8b and 8c the intra prediction mode with the displacement of +1 pixel in horizontal direction is illustrated. As can be seen from FIG. 8b the pixels of the current block will be predicted from pixels above the current block. This can also be called as a vertical prediction. In order to obtain the predicted pixel values, a projection of each of the pixels to the reference row and column is calculated (FIG. 8b). If the projection falls in between two reference pixels (as can be seen in FIG. 8c), the prediction value is, for example, linearly interpolated from those two reference pixels, otherwise the corresponding reference pixel can used. In the example of FIG. 8b the prediction value of the last pixel on the last row of the current block is obtained from the reference row of pixels by using the pixel which is located in the next column on the reference row with reference to the pixel to be predicted i.e. the displacement is +1. Correspondingly, the prediction value of the second last pixel on the last row of the current block is obtained from the reference row of pixels by using the pixel which is located in the next column on the reference row with reference to the pixel to be predicted. In other words, the reference pixel is in the same column than the last pixel of the current block. Prediction values for the other pixels on the last row can be obtained respectively as is indicated by the arrows in FIG. 8b.

When the pixel values of the other rows of the current block are predicted the same direction value is used and also the same reference row/column. FIG. 8c illustrates the prediction of the sixth row of the current block. The angular coefficient of the projection is the same than in the situation of FIG. 8b. In this example situation, when the pixels of the sixth row are predicted, the reference values to be used are not exactly the actual reference values of the reference row but they can be obtained by using two adjacent reference pixels. This can be seen from FIG. 8c in which the arrows (directionality vectors or projections) are not going via the reference pixels of the reference row but between two adjacent reference pixels. In an example embodiment the reference values are obtained by interpolating two adjacent pixel values. The interpolation may be linear interpolation, logarithmic interpolation or some other interpolation. For example, the prediction value for the first pixel on the sixth row of the current block can be obtained by interpolating the reference pixel value on the same row than the first pixel and the reference pixel value on the next row to the left from the first pixel. The prediction values of the other pixels of the sixth row can be obtained correspondingly.

The same principles can be used when predicting the pixel values of the other rows of the current block. If the directionality vector (which can also be called a projection) is not directed exactly to the reference pixel value, the pixel values between which the directionality vector traverses are interpolated to obtain a prediction value of a pixel.

It should be noted here that the expressions “directed to a pixel” and “traversing” are only illustrative expressions to clarify the invention. In practical implementations there need not be any vectors or arrows which are directed to pixels but the block processor 381 may use some calculation algorithms to determine whether a reference pixel value or an interpolation using two adjacent pixel values shall be used to obtain a prediction value.

In some situations the reference value for a pixel to be predicted may not be above the current block but it may also be beside the current block. An example of such situation is illustrated in FIG. 8d. In this example the displacement is −3 pixels with reference to the last pixel on the last row of the current block. FIG. 8d reveals that the directionality vectors regarding the first and second pixel of the sixth row of the current block do not traverse between two reference pixels of the reference row but they traverse on the left side of the left most pixel of the reference row. Hence, in this example embodiment the reference values are taken from the reference column i.e. by using pixels of the column which is adjacent on the current block (on the left side). If the directionality vector traverses via a reference pixel of the reference column, that pixel value can be used as a prediction value. Otherwise interpolation is used so that the adjacent reference pixel values of the reference column between which the directionality vector traverses are interpolated.

According to the above described embodiment the prediction values of the current block can be obtained by using already decoded reference pixels on the row above the current block and/or on the column left to the current block when the encoding/decoding process proceeds from left to right and from top to bottom of an image. If the encoding/decoding order is different from that the reference pixels may also be different from the above embodiment.

The reference row and column of pixels consist of pixels already decoded and are located in this example embodiment immediately above and to the left from the current block (the block under processing), as is shown in FIG. 8a. However, the reference pixels may also be other pixels than those.

The values of the reference pixels can be filtered or processed by other means before used as a reference. In some embodiments it can be signaled if the reference pixels are processed or not and what kind of processing is applied to those pixels if they are processed.

In some embodiments there are at least as many intra prediction modes as the number of allowed directionalities. Hence, each intra prediction mode may be designed to produce only one intra prediction result. In that case the information regarding the projections and which reference pixels to use in the prediction may be implemented as parameters or other means in the intra prediction mode. For example, the intra prediction mode relating to the displacement of +1 there may be a parameter which indicates that prediction values for the last row of pixels is obtained directly (e.g. by copying) from the pixels above the current block with the displacement of +1, etc. There may also be the prediction processor 309 which can be used to perform the intra predictions for each directionality and which can be aware of the parameters.

The predicted pixel values or predicted pixel values quantized by the optional quantizer 384 are provided as the output of the mode selector.

The output of the mode selector is passed to a first summing device 321. The first summing device may subtract the pixel predictor 302 output from the image 300 to produce a first prediction error signal 320 which is input to the prediction error encoder 303.

The pixel predictor 302 further receives from a preliminary reconstructor 339 the combination of the prediction representation of the image block 312 and the output 338 of the prediction error decoder 304. The preliminary reconstructed image 314 may be passed to the intra-predictor 308 and to a filter 316. The filter 316 receiving the preliminary representation may filter the preliminary representation and output a final reconstructed image 340 which may be saved in a reference frame memory 318. The reference frame memory 318 may be connected to the inter-predictor 306 to be used as the reference image against which the future image 300 is compared in inter-prediction operations.

The operation of the pixel predictor 302 may be configured to carry out any known pixel prediction algorithm known in the art.

The pixel predictor 302 may also comprise a filter 385 to filter the predicted values before outputting them from the pixel predictor 302.

In some other embodiments the prediction value may be obtained by using not the adjacent pixels but pixels farther away from each other. An example of this is illustrated in FIG. 8e. For example, if the projection of the pixel to be predicted is directed between a third reference pixel and a fourth reference pixel in the reference pixel row, as is illustrated with the arrow 810 in FIG. 8e, the prediction value may be obtained by interpolating the second and the fifth reference pixel value. Respectively, if the projection of the pixel to be predicted is directed to one reference pixel value i.e. not between two values, as is illustrated with the arrow 811 in FIG. 8e, the prediction value may be obtained by interpolating the reference pixel on the left side and the reference pixel on the right side of said one reference pixel. In the example of the arrow 811, the sixth and seventh reference values are used in the interpolation.

The operation of the prediction error encoder 302 and prediction error decoder 304 will be described hereafter in further detail. In the following examples the encoder generates images in terms of 16×16 pixel macroblocks which go to form the full image or picture. Thus, for the following examples the pixel predictor 302 outputs a series of predicted macroblocks of size 16×16 pixels and the first summing device 321 outputs a series of 16×16 pixel residual data macroblocks which may represent the difference between a first macro-block in the image 300 against a predicted macro-block (output of pixel predictor 302). It would be appreciated that other size macro blocks may be used.

The prediction error encoder 303 comprises a transform block 342 and a quantizer 344. The transform block 342 transforms the first prediction error signal 320 to a transform domain. The transform is, for example, the DCT transform. The quantizer 344 quantizes the transform domain signal, e.g. the DCT coefficients, to form quantized coefficients.

The entropy encoder 330 receives the output of the prediction error encoder and may perform a suitable entropy encoding/variable length encoding on the signal to provide error detection and correction capability. Any suitable entropy encoding algorithm may be employed.

The prediction error decoder 304 receives the output from the prediction error encoder 303 and performs the opposite processes of the prediction error encoder 303 to produce a decoded prediction error signal 338 which when combined with the prediction representation of the image block 312 at the second summing device 339 produces the preliminary reconstructed image 314. The prediction error decoder may be considered to comprise a dequantizer 346, which dequantizes the quantized coefficient values, e.g. DCT coefficients, to reconstruct the transform signal and an inverse transformation block 348, which performs the inverse transformation to the reconstructed transform signal wherein the output of the inverse transformation block 348 contains reconstructed block(s). The prediction error decoder may also comprise a macroblock filter (not shown) which may filter the reconstructed macroblock according to further decoded information and filter parameters.

The operation and implementation of the mode selector 310 is shown in further detail with respect to FIG. 5. On the basis of the prediction signals from the output of the inter-predictor 306, the output of the intra-predictor 308 and/or the image signal 300 the block processor 381 determines which encoding mode to use to encode the current image block. This selection is depicted as the block 500 in FIG. 5. The block processor 381 may calculate a rate-distortion cost (RD) value or another cost value for the prediction signals which are input to the mode selector 310 and select such an encoding mode 503, 504 for which the determined cost is the smallest.

The mode selector 310 provides an indication of the encoding mode of the current block (501). The indication may be encoded and inserted to a bit stream or stored into a memory together with the image information. In connection with the intra prediction modes it may be necessary to include some indication of the selected intra prediction mode to the bit stream. For example, the indication may include information on the directionality of the intra prediction mode. In some example embodiments the information on the directionality is indicated as a displacement value. In some embodiments the displacement value indicates which reference value is used to obtain the prediction value of the last pixel of the last row of the current block. In some other embodiments the angular coefficient of the directionality is included in the bit stream. In yet another embodiments the allowed directionality values (intra prediction modes) are indexed and the index of the selected intra prediction mode is included in the bit stream.

The indication may not be included in the bit stream as such but it may also be encoded e.g. by entropy encoding. The prediction direction can also be entropy coded in a predictive manner considering used prediction directions in the image block's neighborhood, statistics of earlier prediction directions or other variables.

If the intra-prediction mode is selected, the block is predicted by an intra-prediction method (503). Respectively, if the inter-prediction mode is selected, the block is predicted by an inter-prediction method (504).

FIG. 4b depicts the intra predictor 308 of an example embodiment of the encoder in more detail. The intra predictor 308 may be implemented in a prediction processor 309 or as another circuitry. The prediction processor 309 may be a separate processor or it may be the same processor than the block processor 310. The intra predictor 308 comprises a pixel selector to select the pixel to be predicted. There is also a directionality definer 401 which determines the directionality of the prediction mode which shall be used to predict the value for the selected pixel. The directionality definer 401 may receive some parameters from the parameter memory 404. When the directionality has been determined the projection definer 402 defines the projection of the selected pixel to the set of reference pixels. The projection definer 402 may also receive some parameters from the parameter memory 404. The intra predictor 308 may further comprise a prediction definer 403 which uses the information from the projection definer and the set of reference pixels to determine the prediction value for the selected pixel. The intra predictor 308 may repeat some or all the above steps to define prediction values for all pixels of the block. The directionality need not be determined for each pixel of one block because in some embodiments the same directionality is used for each pixel of one block.

In an example embodiment, as is depicted in FIG. 9, the bit stream of an image comprises an indication of the beginning of an image 910, image information of each block of the image 920, and indication of the end of the image 930. The image information of each block of the image 920 may include the indication of the prediction mode 922, indication of the directionality 923, and the indication of pixel values of the block 924 which may actually include coefficients of the residual signal when the inter- or intra-prediction has been used for the image block. It is obvious that the bit stream may also comprise other information. Further, this is only a simplified image of the bit stream and in practical implementations the contents of the bit stream may be different from what is depicted in FIG. 9.

The bit stream may further be encoded by the entropy encoder 330.

Although the embodiments above have been described with respect to the size of the macroblock being 16×16 pixels, it would be appreciated that the methods and apparatus described may be configured to handle macroblocks of different pixel sizes.

In the following the operation of an example embodiment of the decoder 600 is depicted in more detail with reference to FIG. 6.

For completeness a suitable decoder is hereafter described. At the decoder side similar operations are performed to reconstruct the image blocks. FIG. 6 shows a block diagram of a video decoder suitable for employing embodiments of the invention. The decoder shows an entropy decoder 600 which performs an entropy decoding on the received signal. The entropy decoder thus performs the inverse operation to the entropy encoder 330 of the encoder described above. The entropy decoder 600 outputs the results of the entropy decoding to a prediction error decoder 602 and pixel predictor 604.

The pixel predictor 604 receives the output of the entropy decoder 600. A predictor selector 614 within the pixel predictor 604 determines that an intra-prediction, an inter-prediction, or interpolation operation is to be carried out. The predictor selector may furthermore output a predicted representation of an image block 616 to a first combiner 613. The predicted representation of the image block 616 is used in conjunction with the reconstructed prediction error signal 612 to generate a preliminary reconstructed image 618. The preliminary reconstructed image 618 may be used in the predictor 614 or may be passed to a filter 620. The filter 620 applies a filtering which outputs a final reconstructed signal 622. The final reconstructed signal 622 may be stored in a reference frame memory 624, the reference frame memory 624 further being connected to the predictor 614 for prediction operations.

In the case of intra-prediction the pixel predictor 604 may also receive indication on the directionality wherein the pixel predictor 604 may select corresponding intra prediction mode for the decoding.

The prediction error decoder 602 receives the output of the entropy decoder 600. A dequantizer 692 of the prediction error decoder 602 may dequantize the output of the entropy decoder 600 and the inverse transform block 693 may perform an inverse transform operation to the dequantized signal output by the dequantizer 692. The output of the entropy decoder 600 may also indicate that prediction error signal is not to be applied and in this case the prediction error decoder produces an all zero output signal. This is the case for example with the example embodiment of this invention. However some other embodiments of the invention apply prediction error decoder unit to decode a non-zero prediction error signal.

The decoder selects the 16×16 pixel residual macroblock to reconstruct. The selection of the 16×16 pixel residual macroblock to be reconstructed is shown in step 700.

The decoder receives information on the encoding mode used when the current block has been encoded. The indication is decoded, when necessary, and provided to the reconstruction processor 691 of the prediction selector 614. The reconstruction processor 691 examines the indication (block 701 in FIG. 7) and selects one of the intra-prediction modes (block 703), if the indication indicates that the block has been encoded using intra-prediction, inter-prediction mode (block 704), if the indication indicates that the block has been encoded using inter-prediction. The decoder may also receive information on the directionality regarding the current block when the current block has been encoded using intra prediction. In this context only the operation of the decoder in the intra prediction mode is described in more detail.

In the intra prediction mode the reconstruction processor 691 decodes information regarding the directionality (block 705). In some embodiments the directionality indication is sufficient to determine how the prediction values for the block to be decoded can be obtained and which reference pixels to use in the intra prediction. The reconstruction processor 691 also determines the reference points which have been used by the encoder in the intra prediction (block 706), and provides the prediction values of the current block (block 707).

In the intra-prediction mode the reconstruction processor 691 may provide the preliminary reconstructed image 618 to the predictor block 695 for reconstruction of the pixel values of the current block.

The embodiments of the invention described above describe the codec in terms of separate encoder and decoder apparatus in order to assist the understanding of the processes involved. However, it would be appreciated that the apparatus, structures and operations may be implemented as a single encoder-decoder apparatus/structure/operation. Furthermore in some embodiments of the invention the coder and decoder may share some or all common elements.

Although the above examples describe embodiments of the invention operating within a codec within an electronic device, it would be appreciated that the invention as described below may be implemented as part of any video codec. Thus, for example, embodiments of the invention may be implemented in a video codec which may implement video coding over fixed or wired communication paths.

Thus, user equipment may comprise a video codec such as those described in embodiments of the invention above.

It shall be appreciated that the term user equipment is intended to cover any suitable type of wireless user equipment, such as mobile telephones, portable data processing devices or portable web browsers.

Furthermore elements of a public land mobile network (PLMN) may also comprise video codecs as described above.

In general, the various embodiments of the invention may be implemented in hardware or special purpose circuits, software, logic or any combination thereof. For example, some aspects may be implemented in hardware, while other aspects may be implemented in firmware or software which may be executed by a controller, microprocessor or other computing device, although the invention is not limited thereto. While various aspects of the invention may be illustrated and described as block diagrams, flow charts, or using some other pictorial representation, it is well understood that these blocks, apparatus, systems, techniques or methods described herein may be implemented in, as non-limiting examples, hardware, software, firmware, special purpose circuits or logic, general purpose hardware or controller or other computing devices, or some combination thereof.

The embodiments of this invention may be implemented by computer software executable by a data processor of the mobile device, such as in the processor entity, or by hardware, or by a combination of software and hardware. Further in this regard it should be noted that any blocks of the logic flow as in the Figures may represent program steps, or interconnected logic circuits, blocks and functions, or a combination of program steps and logic circuits, blocks and functions. The software may be stored on such physical media as memory chips, or memory blocks implemented within the processor, magnetic media such as hard disk or floppy disks, and optical media such as for example DVD and the data variants thereof, CD.

The memory may be of any type suitable to the local technical environment and may be implemented using any suitable data storage technology, such as semiconductor-based memory devices, magnetic memory devices and systems, optical memory devices and systems, fixed memory and removable memory. The data processors may be of any type suitable to the local technical environment, and may include one or more of general purpose computers, special purpose computers, microprocessors, digital signal processors (DSPs) and processors based on multi-core processor architecture, as non-limiting examples.

Embodiments of the inventions may be practiced in various components such as integrated circuit modules. The design of integrated circuits is by and large a highly automated process. Complex and powerful software tools are available for converting a logic level design into a semiconductor circuit design ready to be etched and formed on a semiconductor substrate.

Programs, such as those provided by Synopsys, Inc. of Mountain View, Calif. and Cadence Design, of San Jose, Calif. automatically route conductors and locate components on a semiconductor chip using well established rules of design as well as libraries of pre-stored design modules. Once the design for a semiconductor circuit has been completed, the resultant design, in a standardized electronic format (e.g., Opus, GDSII, or the like) may be transmitted to a semiconductor fabrication facility or “fab” for fabrication.

The foregoing description has provided by way of exemplary and non-limiting examples a full and informative description of the exemplary embodiment of this invention. However, various modifications and adaptations may become apparent to those skilled in the relevant arts in view of the foregoing description, when read in conjunction with the accompanying drawings and the appended claims. However, all such and similar modifications of the teachings of this invention will still fall within the scope of this invention.

Claims

1. An apparatus comprising at least a processor, and a memory associated with said processor and having computer coded instructions stored therein, said instructions when executed by the processor causing the apparatus to perform:

selecting a pixel of a current block for prediction, wherein the pixel of the current block is one of a plurality of pixels in a row or column of the current block;
determining a projection of said pixel to a set of reference pixels, wherein the set of reference pixels for the pixel in the row or column of the current block is already decoded reference pixels on a row above the current block, wherein the set of reference pixels for at least another pixel in the row or column of the current block is already decoded reference pixels on a column left of the current block, and wherein determining the projection comprises determining the projection of said pixel to the row or column of reference pixels based on a displacement measure between the row or column of the current block and the row or column of reference pixels with the displacement measure expressed with reference to a last pixel of the last row of the current block;
selecting one or more reference pixels from the set of reference pixels on the basis of said projection; and
obtaining a prediction value for the pixel to be predicted based upon the one or more reference pixels that were selected from the set of reference pixels.

2. The apparatus of claim 1, further comprising computer instructions causing the apparatus to perform:

evaluating a first cost value for a first projection and a second cost value for a second projection; and
selecting the projection for the encoding on the basis of the first cost value and the second cost value.

3. The apparatus of claim 1, further comprising computer instructions causing the apparatus to perform:

determining a directionality value for a current block of pixels.

4. The apparatus of claim 1, further comprising computer instructions causing the apparatus to perform: encoding information indicative of the projection and intra-encoding method into a bit stream.

5. The apparatus of claim 1, wherein an image comprises at least four blocks of pixels in two or more rows and in two or more columns, each block of pixels comprising at least two rows of pixels and two columns of pixels, the apparatus further comprising computer instructions causing the apparatus to perform encoding the image block-wise from left to right and from top to bottom, and determining the projection on the basis of the pixel at the lower right corner of the block as the control point.

6. A method comprising:

selecting, using a processor, a pixel of a current block for prediction, wherein the pixel of the current block is one of a plurality of pixels in a row or column of the current block;
determining a projection of said pixel to a set of reference pixels, wherein the set of reference pixels for the pixel in the row or column of the current block is already decoded reference pixels on a row above the current block, wherein the set of reference pixels for at least another pixel in the row or column of the current block is already decoded reference pixels on a column left of the current block, and wherein determining the projection comprises determining the projection of said pixel to the row or column of reference pixels based on a displacement measure between the row or column of the current block and the row or column of reference pixels with the displacement measure expressed with reference to a last pixel of the last row of the current block;
selecting one or more reference pixels from the set of reference pixels on the basis of said projection; and
obtaining a prediction value for the pixel to be predicted based on the one or more reference pixels that were selected from the set of reference pixels.

7. The method of claim 6, further comprising: determining a directionality value for the current block of pixels.

8. The method of claim 6, further comprising:

encoding information indicative of the projection and the selected encoding method into a bit stream.

9. The method of claim 6, wherein an image comprises at least four blocks of pixels in two or more rows and in two or more columns, each block of pixels comprising at least two rows of pixels and two columns of pixels, the method further comprising: determining the projection on the basis of the pixel at the lower right corner of the block as the control point.

10. A computer program product comprising a non-transitory computer readable storage medium having computer coded instructions stored therein, said instructions when executed by a processor cause an apparatus to:

select a pixel of a current block for prediction, wherein the pixel of the current block is one of a plurality of pixels in a row or column of the current block;
determine a projection of said pixel to a set of reference pixels, wherein the set of reference pixels for the pixel in the row or column of the current block is already decoded reference pixels on a row above the current block, wherein the set of reference pixels for at least another pixel in the row or column of the current block is already decoded reference pixels on a column left of the current block, and wherein determining the projection comprises determining the projection of said pixel to the row or column of reference pixels based on a displacement measure between the row or column of the current block and the row or column of reference pixels with the displacement measure expressed with reference to a last pixel of the last row of the current block;
select one or more reference pixels from the set of reference pixels on the basis of said projection; and
obtain a prediction value for the pixel to be predicted based on the one or more reference pixels that were selected from the set of reference pixels.

11. The computer program product of claim 10, wherein said instructions further cause the apparatus to determine a directionality value for the current block of pixels.

12. The computer program product of claim 10, wherein said instructions further cause the apparatus to encode information indicative of the projection and the selected encoding method into a bit stream.

13. The computer program product of claim 10, wherein an image comprises at least four blocks of pixels in two or more rows and in two or more columns, each block of pixels comprising at least two rows of pixels and two columns of pixels, and wherein said instructions further cause the apparatus to determine the projection on the basis of the pixel at the lower right corner of the block as the control point.

14. An apparatus, comprising:

an analyzer configured to examine an indication of a directionality regarding a block of pixels of an image to be decoded; and
a reconstructor configured to: determine a projection of a pixel of said block of pixels to be decoded on a set of reference pixels, wherein the pixel of the block of pixels to be decoded is one of a plurality of pixels in a row or column of the block of pixels, wherein the set of reference pixels for at least one pixel in the row or column of the block of pixels to be decoded is already decoded reference pixels on a row above the block of pixels to be decoded, wherein the set of reference pixels for at least another pixel in the row or column of the block of pixels to be decoded is already decoded reference pixels on a column left of the block of pixels to be decoded, and wherein determining the projection comprises determining the projection of said pixel to the row or column of reference pixels based on a displacement measure between the row or column of the block of pixels to be decoded and the row or column of reference pixels with the displacement measure expressed with reference to a last pixel of the last row of the block of pixels to be decoded; and select one or more reference pixels from the set of reference pixels on the basis of said projection; obtain a prediction value for the pixel to be predicted based on the one or more two reference pixels that were selected from the set of reference pixels.

15. The apparatus of claim 14, further configured to receive an indication of the projection.

16. A method, comprising:

examining an indication of a directionality regarding a block of pixels of an image to be decoded;
determining, using a processor, a projection of a pixel of said block of pixels to be decoded on a set of reference pixels, wherein the pixel of the block of pixels to be decoded is one of a plurality of pixels in a row or column of the block of pixels, wherein the set of reference pixels for at least one pixel in the row or column of the block of pixels to be decoded is already decoded reference pixels on a row above the block of pixels to be decoded, wherein the set of reference pixels for at least another pixel in the row or column of the block of pixels to be decoded is already decoded reference pixels on a column left of the block of pixels to be decoded, and wherein determining the projection comprises determining the projection of said pixel to the row or column of reference pixels based on a displacement measure between the row or column of the block of pixels to be decoded and the row or column of reference pixels with the displacement measure expressed with reference to a last pixel of the last row of the block of pixels to be decoded;
selecting one or more reference pixels from the set of reference pixels on the basis of said projection; and
obtaining a prediction value for the pixel to be predicted based on the one or more reference pixels selected from the set of reference pixels.

17. The method of claim 16, further comprising receiving an indication of the projection.

18. A computer program product comprising a non-transitory computer readable storage medium having computer coded instructions stored therein, said instructions when executed by a processor cause an apparatus to:

examine an indication of a directionality regarding a block of pixels of an image to be decoded;
determine a projection of a pixel of said block of pixels to be decoded on a set of reference pixels, wherein the pixel of the block of pixels to be decoded is one of a plurality of pixels in a row or column of the block of pixels, wherein the set of reference pixels for at least one pixel in the row or column of the block of pixels to be decoded is already decoded reference pixels on a row above the block of pixels to be decoded, wherein the set of reference pixels for at least another pixel in the row or column of the block of pixels to be decoded is already decoded reference pixels on a column left of the block of pixels to be decoded, and wherein determining the projection comprises determining the projection of said pixel to the row or column of reference pixels based on a displacement measure between the row or column of the block of pixels to be decoded and the row or column of reference pixels with the displacement measure expressed with reference to a last pixel of the last row of the block of pixels to be decoded; and
select one or more reference pixels from the set of reference pixels on the basis of said projection; and
obtain a prediction value for the pixel to be predicted based upon the one or more reference pixels that were selected from the set of reference pixels.

19. The computer program product of claim 18, wherein said instructions further cause the apparatus to receive an indication of the projection.

Referenced Cited
U.S. Patent Documents
7466774 December 16, 2008 Boyce
8000390 August 16, 2011 Zhao et al.
8311110 November 13, 2012 Alshina et al.
20050254717 November 17, 2005 Kalevo et al.
20060067403 March 30, 2006 Sakal et al.
20070133891 June 14, 2007 Jeong
20080170615 July 17, 2008 Sekiguchi et al.
20090097557 April 16, 2009 Takahashi et al.
20090225834 September 10, 2009 Song et al.
20100098345 April 22, 2010 Andersson et al.
20100166327 July 1, 2010 Goel
20100239002 September 23, 2010 Park et al.
20110110425 May 12, 2011 Zhang
20110243229 October 6, 2011 Kim et al.
Foreign Patent Documents
101502124 August 2009 CN
2 056 606 May 2009 EP
2 081 386 July 2009 EP
WO 01/54416 July 2001 WO
Other references
  • U.S. Appl. No. 13/023,328, filed Feb. 8, 2011, U.S. Pat. No. 9,736,486, Issued.
  • U.S. Appl. No. 15/676,665, filed Aug. 14, 2017, U.S. Pat. No. 9,948,937, Issued.
  • “Advanced Video Coding for Generic Audiovisual Services”, Series H: Audiovisual And Multimedia Systems, Infrastructure of audiovisual services—Coding of moving video, ITU-T Recommendation H.264, Mar. 2009, 670 pages.
  • “Video Coding For Low Bit Rate Communication”, Series H: Audiovisual And Multimedia Systems, Infrastructure of Audiovisual Services—Coding of moving video, ITU-T Recommendation H.263, Jan. 2005, 226 pages.
  • Extended European Search Report from corresponding European Patent Application No. 11739487.4 dated Dec. 21, 2016.
  • International Search Report and Written Opinion, received in corresponding Patent Cooperation Treaty Application No. PCT/IB2011/050535, dated Jun. 21, 2011, 13 pages.
  • Korean Office Action for Application No. 2012/7023340, dated Sep. 30, 2013.
  • Notice of Allowance for U.S. Appl. No. 13/023,328 dated Apr. 12, 2017.
  • Office Action for Chinese Application No. 201180017741.5 dated Aug. 18, 2015.
  • Office Action for U.S. Appl. No. 13/023,328 dated Apr. 25, 2013.
  • Office Action for U.S. Appl. No. 13/023,328 dated Dec. 4, 2013.
  • Office Action for U.S. Appl. No. 13/023,328 dated Feb. 17, 2016.
  • Office Action for U.S. Appl. No. 13/023,328 dated Jul. 16, 2015.
  • Office Action for U.S. Appl. No. 13/023,328 dated Oct. 7, 2014.
  • Office Action for U.S. Appl. No. 13/023,328 dated Sep. 22, 2016.
  • Office Action from Chinese Patent Application No. 201180017741.5 dated Dec. 2, 2014.
  • Pan, Feng, “Fast Mode Decision Algorithm for Intraprediction in H.264/AVC Video Coding”. IEEE Transactions on Circuits and Systems for Video Technology, vol. 15, No. 7. Jul. 2005. pp. 813-822.
  • Wiegard, Thomas, “Overview of the H.264/AVC Video Coding Standard”. IEEE Transactions on Circuits and Systems for Video Technology, vol. 13, No. 7. Jul. 2003. pp. 560-676.
  • Office Action for India Application No. 7350/CHENP/2012 dated Dec. 7, 2018, 6 pages.
Patent History
Patent number: 10212433
Type: Grant
Filed: Apr 12, 2018
Date of Patent: Feb 19, 2019
Patent Publication Number: 20180234685
Assignee: Nokia Technologies Oy (Espoo)
Inventors: Jani Lainema (Tampere), Kemal Ugur (Tampere)
Primary Examiner: William C Vaughn, Jr.
Assistant Examiner: Naod W Belai
Application Number: 15/951,516
Classifications
Current U.S. Class: Predictive (375/240.12)
International Classification: H04N 19/182 (20140101); H04N 19/196 (20140101); H04N 19/105 (20140101); H04N 19/11 (20140101); H04N 19/107 (20140101);