EP3090551B1 - Prise en charge d'une couche de base d'un codec différent dans le codage vidéo multicouche - Google Patents

Prise en charge d'une couche de base d'un codec différent dans le codage vidéo multicouche Download PDF

Info

Publication number
EP3090551B1
EP3090551B1 EP14828642.0A EP14828642A EP3090551B1 EP 3090551 B1 EP3090551 B1 EP 3090551B1 EP 14828642 A EP14828642 A EP 14828642A EP 3090551 B1 EP3090551 B1 EP 3090551B1
Authority
EP
European Patent Office
Prior art keywords
picture
video
layer
processor
pictures
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
EP14828642.0A
Other languages
German (de)
English (en)
Other versions
EP3090551A1 (fr
Inventor
Ye-Kui Wang
Jianle Chen
Ying Chen
Fnu HENDRY
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Qualcomm Inc
Original Assignee
Qualcomm Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Qualcomm Inc filed Critical Qualcomm Inc
Publication of EP3090551A1 publication Critical patent/EP3090551A1/fr
Application granted granted Critical
Publication of EP3090551B1 publication Critical patent/EP3090551B1/fr
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/70Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • H04N19/517Processing of motion vectors by encoding
    • H04N19/52Processing of motion vectors by encoding by predictive encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/30Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability
    • H04N19/33Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability in the spatial domain
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/58Motion compensation with long-term prediction, i.e. the reference frame for a current frame not being the temporally closest one
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/40Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using video transcoding, i.e. partial or full decoding of a coded input stream followed by re-encoding of the decoded output stream

Definitions

  • This disclosure relates to the field of video coding and compression, particularly to multi-layer video coding that includes scalable video coding (SVC), multiview video coding (MVC), or 3D video coding (3DV).
  • SVC scalable video coding
  • MVC multiview video coding
  • 3DV 3D video coding
  • Digital video capabilities can be incorporated into a wide range of devices, including digital televisions, digital direct broadcast systems, wireless broadcast systems, personal digital assistants (PDAs), laptop or desktop computers, digital cameras, digital recording devices, digital media players, video gaming devices, video game consoles, cellular or satellite radio telephones, video teleconferencing devices, and the like.
  • Digital video devices implement video compression techniques, such as those described in the standards defined by MPEG-2, MPEG-4, ITU-T H.263, ITU-T H.264/MPEG-4, Part 10, Advanced Video Coding (AVC), the High Efficiency Video Coding (HEVC) standard presently under development, and extensions of such standards.
  • the video devices may transmit, receive, encode, decode, and/or store digital video information more efficiently by implementing such video coding techniques.
  • Video compression techniques perform spatial (intra-picture) prediction and/or temporal (inter-picture) prediction to reduce or remove redundancy inherent in video sequences.
  • a video slice e.g., a video frame, a portion of a video frame, etc.
  • video blocks which may also be referred to as treeblocks, coding units (CUs) and/or coding nodes.
  • Video blocks in an intra-coded (I) slice of a picture are encoded using spatial prediction with respect to reference samples in neighboring blocks in the same picture.
  • Video blocks in an inter-coded (P or B) slice of a picture may use spatial prediction with respect to reference samples in neighboring blocks in the same picture or temporal prediction with respect to reference samples in other reference pictures.
  • Pictures may be referred to as frames, and reference pictures may be referred to as reference frames.
  • Residual data represents pixel differences between the original block to be coded and the predictive block.
  • An inter-coded block is encoded according to a motion vector that points to a block of reference samples forming the predictive block, and the residual data indicating the difference between the coded block and the predictive block.
  • An intra-coded block is encoded according to an intra-coding mode and the residual data.
  • the residual data may be transformed from the pixel domain to a transform domain, resulting in residual transform coefficients, which then may be quantized.
  • the quantized transform coefficients initially arranged in a two-dimensional array, may be scanned in order to produce a one-dimensional vector of transform coefficients, and entropy encoding may be applied to achieve even more compression.
  • EP 2 667 610 A2 (DOLBY LAB LICENSING CORP [US]), published on 27 November 2013, discloses various configurations of backwards-compatible scalable video coding frameworks.
  • a decoder framework is disclosed for decoding combined base layer (BL) and enhancement layer (EL) streams.
  • the received coded BL stream is decoded by a standard H.264/AVC decoder to output a backwards compatible standard dynamic range (SDR) high-definition (HD) stream corresponding to a transmitted SDR HD signal.
  • SDR standard dynamic range
  • HD high-definition
  • More advanced decoders may integrate a reference processing unit and a second decoder (e.g., an H.265/HEVC decoder) to generate an output enhanced dynamic range 4K stream based on information extracted from the coded BL, the coded EL, and received RPU metadata.
  • a second decoder e.g., an H.265/HEVC decoder
  • Scalable video coding refers to video coding in which a base layer (BL), sometimes referred to as a reference layer (RL), and one or more scalable enhancement layers (ELs) are used.
  • the base layer can carry video data with a base level of quality.
  • the one or more enhancement layers can carry additional video data to support, for example, higher spatial, temporal, and/or signal-to-noise (SNR) levels.
  • Enhancement layers may be defined relative to a previously encoded layer. For example, a bottom layer may serve as a BL, while a top layer may serve as an EL. Middle layers may serve as either ELs or RLs, or both.
  • a middle layer (e.g., a layer that is neither the lowest layer nor the highest layer) may be an EL for the layers below the middle layer, such as the base layer or any intervening enhancement layers, and at the same time serve as a RL for one or more enhancement layers above the middle layer.
  • a middle layer e.g., a layer that is neither the lowest layer nor the highest layer
  • the middle layer may be an EL for the layers below the middle layer, such as the base layer or any intervening enhancement layers, and at the same time serve as a RL for one or more enhancement layers above the middle layer.
  • there may be multiple views and information of one view may be utilized to code (e.g., encode or decode) the information of another view (e.g., motion estimation, motion vector prediction and/or other redundancies).
  • An apparatus for coding video information includes a memory and a processor.
  • the memory unit is configured to store video information associated with an enhancement layer (EL) and a corresponding reference layer (RL).
  • the processor is configured to code an EL picture in a current access unit (AU), the EL coded using a first standard that is different from a second standard that is used to code the RL, wherein the coding of the EL picture is based on information associated with a RL picture in the current access unit, the information associated with the RL picture provided by an external means and consisting of: (1) decoded sample values of the RL picture; (2) a representation format of the RL picture; and (3) an indication of whether the RL picture is an instantaneous decoding refresh (IDR) picture.
  • IDR instantaneous decoding refresh
  • this disclosure relates to inter-layer prediction for scalable video coding in the context of advanced video codecs, such as HEVC (High Efficiency Video Coding). More specifically, the present disclosure relates to systems and methods for improved performance of inter-layer prediction in scalable video coding extension of HEVC, which may be referred to as SHVC.
  • HEVC High Efficiency Video Coding
  • H.264/Advanced Video Coding (AVC) techniques related to certain embodiments are described; the HEVC standard and related techniques are also discussed. While certain embodiments are described herein in the context of the HEVC and/or H.264 standards, one having ordinary skill in the art may appreciate that systems and methods disclosed herein may be applicable to any suitable video coding standard.
  • AVC Advanced Video Coding
  • embodiments disclosed herein may be applicable to one or more of the following standards: International Telecommunication Union (ITU) Telecommunication Standardization Sector (ITU-T) H.261, International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC) (ISO/IEC) Moving Picture Experts Group (MPEG) 1 (MPEG-1) Visual, ITU-T H.262 or ISO/IEC MPEG-2 Visual, ITU-T H.263, ISO/IEC MPEG-4 Visual and ITU-T H.264 (also known as ISO/IEC MPEG-4 AVC), including its Scalable Video Coding (SVC) and Multiview Video Coding (MVC) extensions.
  • ISO International Telecommunication Union
  • ITU-T International Organization for Standardization
  • ISO International Electrotechnical Commission
  • MPEG Moving Picture Experts Group
  • MPEG-1 MPEG-1
  • ISO/IEC MPEG-2 Visual ISO/IEC MPEG-2 Visual
  • ISO/IEC MPEG-4 Visual also known as ISO/IEC MPEG-4 AVC
  • SVC Scalable
  • HEVC generally follows the framework of previous video coding standards in many respects.
  • the unit of prediction in HEVC is different from the units of prediction (e.g., macroblock) in certain previous video coding standards.
  • the concept of a macroblock does not exist in HEVC as understood in certain previous video coding standards.
  • a macroblock is replaced by a hierarchical structure based on a quadtree scheme, which may provide high flexibility, among other possible benefits.
  • three types of blocks are defined within the HEVC scheme.
  • CU may refer to the basic unit of region splitting.
  • CU may be considered analogous to the concept of macroblock, but HEVC does not restrict the maximum size of CUs and may allow recursive splitting into four equal size CUs to improve the content adaptivity.
  • PU may be considered the basic unit of inter/intra prediction, and a single PU may contain multiple arbitrary shape partitions to effectively code irregular image patterns.
  • TU may be considered the basic unit of transform. TU can be defined independently from the PU; however, the size of a TU may be limited to the size of the CU to which the TU belongs. This separation of the block structure into three different concepts may allow each unit to be optimized according to the respective role of the unit, which may result in improved coding efficiency.
  • a “layer” of video data may generally refer to a sequence of pictures having at least one common characteristic, such as a view, a frame rate, a resolution, or the like.
  • a layer may include video data associated with a particular view (e.g., perspective) of multi-view video data.
  • a layer may include video data associated with a particular layer of scalable video data.
  • this disclosure may interchangeably refer to a layer and a view of video data.
  • a view of video data may be referred to as a layer of video data, and a layer of video data may be referred to as a view of video data.
  • a multi-layer codec also referred to as a multi-layer video coder or multi-layer encoder-decoder
  • may jointly refer to a multiview codec or a scalable codec e.g., a codec configured to encode and/or decode video data using MV-HEVC, 3D-HEVC, SHVC, or another multi-layer coding technique.
  • Video encoding and video decoding may both generally be referred to as video coding. It should be understood that such examples may be applicable to configurations including multiple base and/or enhancement layers.
  • frames or “blocks” with reference to certain embodiments.
  • these terms are not meant to be limiting.
  • the techniques described below can be used with any suitable video units, such as blocks (e.g., CU, PU, TU, macroblocks, etc.), slices, frames, etc.
  • a digital image such as a video image, a TV image, a still image or an image generated by a video recorder or a computer, may consist of pixels or samples arranged in horizontal and vertical lines.
  • the number of pixels in a single image is typically in the tens of thousands.
  • Each pixel typically contains luminance and chrominance information.
  • JPEG, MPEG and H.263 standards have been developed.
  • Video coding standards include ITU-T H.261, ISO/IEC MPEG-1 Visual, ITU-T H.262 or ISO/IEC MPEG-2 Visual, ITU-T H.263, ISO/IEC MPEG-4 Visual and ITU-T H.264 (also known as ISO/IEC MPEG-4 AVC), including its SVC and MVC extensions.
  • HEVC Joint Collaboration Team on Video Coding
  • VCEG Video Coding Experts Group
  • MPEG Motion Picture Experts Group
  • the multiview extension to HEVC namely MV-HEVC
  • SHVC scalable extension to HEVC
  • JCT-3V ITU-T/ISO/IEC Joint Collaborative Team on 3D Video Coding Extension Development
  • JCT-VC JCT-VC
  • the reference layer (RL) may be coded using one standard and the enhancement layer (EL) may be coded using another standard.
  • the RL may be coded according to H.264/AVC
  • the EL may be coded according to H.265/HEVC.
  • the encoder or decoder may need to handle output of RL pictures, maintain decoded picture stores for RL pictures, etc.
  • the techniques according to certain aspects can support multi-layer video coding using different standards or using different versions of a standard in a simplified manner.
  • the HEVC decoder may minimize managing and processing of RL pictures coded using a standard other than HEVC.
  • the RL will be explained as being coded using H.264/AVC
  • the EL will be will be explained as being coded using H.265/HEVC.
  • any combination of different standards can be used to code the RL and EL.
  • the techniques minimize managing and processing of RL pictures as follows: (1) the decoded RL pictures are provided by external means, and (2) the output of RL pictures, including the synchronization with output of EL pictures, are controlled by external means.
  • External means may refer to a coder (e.g., an encoder or a decoder) that supports the standard used to code the RL.
  • the HEVC decoder can implement certain rules in order to support multi-layer video coding using different standards. The rules and details relating to the rules are explained further below.
  • FIG. 1A is a block diagram that illustrates an example video coding system 10 that may utilize techniques in accordance with aspects described in this disclosure.
  • video coder refers generically to both video encoders and video decoders.
  • video coding or “coding” may refer generically to video encoding and video decoding.
  • the aspects described in the present application may be extended to other related devices such as transcoders (e.g., devices that can decode a bitstream and re-encode another bitstream) and middleboxes (e.g., devices that can modify, transform, and/or otherwise manipulate a bitstream).
  • transcoders e.g., devices that can decode a bitstream and re-encode another bitstream
  • middleboxes e.g., devices that can modify, transform, and/or otherwise manipulate a bitstream.
  • video coding system 10 includes a source device 12 that generates encoded video data to be decoded at a later time by a destination device 14.
  • the source device 12 and destination device 14 constitute separate devices. It is noted, however, that the source and destination devices 12, 14 may be on or part of the same device, as shown in the example of FIG. 1B .
  • the source device 12 and the destination device 14 may respectively comprise any of a wide range of devices, including desktop computers, notebook (e.g., laptop) computers, tablet computers, set-top boxes, telephone handsets such as so-called “smart” phones, so-called “smart” pads, televisions, cameras, display devices, digital media players, video gaming consoles, video streaming device, or the like.
  • the source device 12 and the destination device 14 may be equipped for wireless communication.
  • the destination device 14 may receive, via link 16, the encoded video data to be decoded.
  • the link 16 may comprise any type of medium or device capable of moving the encoded video data from the source device 12 to the destination device 14.
  • the link 16 may comprise a communication medium to enable the source device 12 to transmit encoded video data to the destination device 14 in real-time.
  • the encoded video data may be modulated according to a communication standard, such as a wireless communication protocol, and transmitted to the destination device 14.
  • the communication medium may comprise any wireless or wired communication medium, such as a radio frequency (RF) spectrum or one or more physical transmission lines.
  • the communication medium may form part of a packet-based network, such as a local area network, a wide-area network, or a global network such as the Internet.
  • the communication medium may include routers, switches, base stations, or any other equipment that may be useful to facilitate communication from the source device 12 to the destination device 14.
  • encoded data may be output from an output interface 22 to an optional storage device 31.
  • encoded data may be accessed from the storage device 31 by an input interface 28, for example, of the destination device 14.
  • the storage device 31 may include any of a variety of distributed or locally accessed data storage media such as a hard drive, flash memory, volatile or non-volatile memory, or any other suitable digital storage media for storing encoded video data.
  • the storage device 31 may correspond to a file server or another intermediate storage device that may hold the encoded video generated by the source device 12.
  • the destination device 14 may access stored video data from the storage device 31 via streaming or download.
  • the file server may be any type of server capable of storing encoded video data and transmitting that encoded video data to the destination device 14.
  • Example file servers include a web server (e.g., for a website), a File Transfer Protocol (FTP) server, network attached storage (NAS) devices, or a local disk drive.
  • the destination device 14 may access the encoded video data through any standard data connection, including an Internet connection.
  • This may include a wireless channel (e.g., a wireless local area network (WLAN) connection), a wired connection (e.g., a digital subscriber line (DSL), a cable modem, etc.), or a combination of both that is suitable for accessing encoded video data stored on a file server.
  • the transmission of encoded video data from the storage device 31 may be a streaming transmission, a download transmission, or a combination of both.
  • the techniques of this disclosure are not limited to wireless applications or settings.
  • the techniques may be applied to video coding in support of any of a variety of multimedia applications, such as over-the-air television broadcasts, cable television transmissions, satellite television transmissions, streaming video transmissions, e.g., via the Internet (e.g., dynamic adaptive streaming over Hypertext Transfer Protocol (HTTP), etc.), encoding of digital video for storage on a data storage medium, decoding of digital video stored on a data storage medium, or other applications.
  • video coding system 10 may be configured to support one-way or two-way video transmission to support applications such as video streaming, video playback, video broadcasting, and/or video telephony.
  • the source device 12 includes a video source 18, a video encoder 20 and the output interface 22.
  • the output interface 22 may include a modulator/demodulator (modem) and/or a transmitter.
  • the video source 18 may include a source such as a video capture device, e.g., a video camera, a video archive containing previously captured video, a video feed interface to receive video from a video content provider, and/or a computer graphics system for generating computer graphics data as the source video, or a combination of such sources.
  • the source device 12 and the destination device 14 may form so-called “camera phones” or "video phones,” as illustrated in the example of FIG. 1B .
  • the techniques described in this disclosure may be applicable to video coding in general, and may be applied to wireless and/or wired applications.
  • the captured, pre-captured, or computer-generated video may be encoded by the video encoder 20.
  • the encoded video data may be transmitted to the destination device 14 via the output interface 22 of the source device 12.
  • the encoded video data may also (or alternatively) be stored onto the storage device 31 for later access by the destination device 14 or other devices, for decoding and/or playback.
  • the video encoder 20 illustrated in FIG. 1A and 1B may comprise the video encoder 20 illustrated FIG. 2A , the video encoder 23 illustrated in FIG. 2B , or any other video encoder described herein.
  • the destination device 14 includes an input interface 28, a video decoder 30, and a display device 32.
  • the input interface 28 may include a receiver and/or a modem.
  • the input interface 28 of the destination device 14 may receive the encoded video data over the link 16 and/or from the storage device 31.
  • the encoded video data communicated over the link 16, or provided on the storage device 31 may include a variety of syntax elements generated by the video encoder 20 for use by a video decoder, such as the video decoder 30, in decoding the video data.
  • Such syntax elements may be included with the encoded video data transmitted on a communication medium, stored on a storage medium, or stored a file server.
  • the video decoder 30 illustrated in FIG. 1A and 1B may comprise the video decoder 30 illustrated FIG. 3A , the video decoder 33 illustrated in FIG. 3B , or any other video decoder described herein.
  • the display device 32 may be integrated with, or external to, the destination device 14.
  • the destination device 14 may include an integrated display device and also be configured to interface with an external display device.
  • the destination device 14 may be a display device.
  • the display device 32 displays the decoded video data to a user, and may comprise any of a variety of display devices such as a liquid crystal display (LCD), a plasma display, an organic light emitting diode (OLED) display, or another type of display device.
  • LCD liquid crystal display
  • OLED organic light emitting diode
  • FIG. 1B shows an example video encoding and decoding system 10' wherein the source and destination devices 12, 14 are on or part of a device 11.
  • the device 11 may be a telephone handset, such as a "smart" phone or the like.
  • the device 11 may include an optional controller/processor device 13 in operative communication with the source and destination devices 12, 14.
  • the system 10' of FIG. 1B may further include a video processing unit 21 between the video encoder 20 and the output interface 22.
  • the video processing unit 21 is a separate unit, as illustrated in FIG. 1B ; however, in other implementations, the video processing unit 21 can be implemented as a portion of the video encoder 20 and/or the processor/controller device 13.
  • the system 10' may also include an optional tracker 29, which can track an object of interest in a video sequence.
  • the object or interest to be tracked may be segmented by a technique described in connection with one or more aspects of the present disclosure. In related aspects, the tracking may be performed by the display device 32, alone or in conjunction with the tracker 29.
  • the system 10' of FIG. 1B , and components thereof, are otherwise similar to the system 10 of FIG. 1A , and components thereof.
  • the video encoder 20 and the video decoder 30 may operate according to a video compression standard, such as the HEVC, and may conform to a HEVC Test Model (HM).
  • a video compression standard such as the HEVC
  • HM HEVC Test Model
  • the video encoder 20 and video decoder 30 may operate according to other proprietary or industry standards, such as the ITU-T H.264 standard, alternatively referred to as MPEG-4, Part 10, AVC, or extensions of such standards.
  • the techniques of this disclosure are not limited to any particular coding standard.
  • Other examples of video compression standards include MPEG-2 and ITU-T H.263.
  • the video encoder 20 and the video decoder 30 may each be integrated with an audio encoder and decoder, and may include appropriate MUX-DEMUX units, or other hardware and software, to handle encoding of both audio and video in a common data stream or separate data streams. If applicable, in some examples, MUX-DEMUX units may conform to the ITU H.223 multiplexer protocol, or other protocols such as the user datagram protocol (UDP).
  • MUX-DEMUX units may conform to the ITU H.223 multiplexer protocol, or other protocols such as the user datagram protocol (UDP).
  • the video encoder 20 and the video decoder 30 each may be implemented as any of a variety of suitable encoder circuitry, such as one or more microprocessors, digital signal processors (DSPs), application specific integrated circuits (ASICs), field programmable gate arrays (FPGAs), discrete logic, software, hardware, firmware or any combinations thereof.
  • DSPs digital signal processors
  • ASICs application specific integrated circuits
  • FPGAs field programmable gate arrays
  • a device may store instructions for the software in a suitable, non-transitory computer-readable medium and execute the instructions in hardware using one or more processors to perform the techniques of this disclosure.
  • Each of the video encoder 20 and the video decoder 30 may be included in one or more encoders or decoders, either of which may be integrated as part of a combined encoder/decoder (CODEC) in a respective device.
  • CODEC combined encoder/decoder
  • the video encoder 20 encodes video data.
  • the video data may comprise one or more pictures. Each of the pictures is a still image forming part of a video. In some instances, a picture may be referred to as a video "frame.”
  • the video encoder 20 may generate a bitstream.
  • the bitstream may include a sequence of bits that form a coded representation of the video data.
  • the bitstream may include coded pictures and associated data.
  • a coded picture is a coded representation of a picture.
  • the video encoder 20 may perform encoding operations on each picture in the video data.
  • the video encoder 20 may generate a series of coded pictures and associated data.
  • the associated data may include video parameter sets (VPS), sequence parameter sets (SPSs), picture parameter sets (PPSs), adaptation parameter sets (APSs), and other syntax structures.
  • a SPS may contain parameters applicable to zero or more sequences of pictures.
  • a PPS may contain parameters applicable to zero or more pictures.
  • An APS may contain parameters applicable to zero or more pictures. Parameters in an APS may be parameters that are more likely to change than parameters in a PPS.
  • the video encoder 20 may partition a picture into equally-sized video blocks.
  • a video block may be a two-dimensional array of samples.
  • Each of the video blocks is associated with a treeblock.
  • a treeblock may be referred to as a largest coding unit (LCU).
  • LCU largest coding unit
  • the treeblocks of HEVC may be broadly analogous to the macroblocks of previous standards, such as H.264/AVC. However, a treeblock is not necessarily limited to a particular size and may include one or more coding units (CUs).
  • the video encoder 20 may use quadtree partitioning to partition the video blocks of treeblocks into video blocks associated with CUs, hence the name "treeblocks.”
  • the video encoder 20 may partition a picture into a plurality of slices.
  • Each of the slices may include an integer number of CUs.
  • a slice comprises an integer number of treeblocks.
  • a boundary of a slice may be within a treeblock.
  • the video encoder 20 may perform encoding operations on each slice of the picture.
  • the video encoder 20 may generate encoded data associated with the slice.
  • the encoded data associated with the slice may be referred to as a "coded slice.”
  • the video encoder 20 may perform encoding operations on each treeblock in a slice.
  • the video encoder 20 may generate a coded treeblock.
  • the coded treeblock may comprise data representing an encoded version of the treeblock.
  • the video encoder 20 may perform encoding operations on (e.g., encode) the treeblocks in the slice according to a raster scan order. For example, the video encoder 20 may encode the treeblocks of the slice in an order that proceeds from left to right across a topmost row of treeblocks in the slice, then from left to right across a next lower row of treeblocks, and so on until the video encoder 20 has encoded each of the treeblocks in the slice.
  • the video encoder 20 may be able to access information generated by encoding treeblocks above and to the left of the given treeblock when encoding the given treeblock.
  • the video encoder 20 may be unable to access information generated by encoding treeblocks below and to the right of the given treeblock when encoding the given treeblock.
  • the video encoder 20 may recursively perform quadtree partitioning on the video block of the treeblock to divide the video block into progressively smaller video blocks.
  • Each of the smaller video blocks may be associated with a different CU.
  • the video encoder 20 may partition the video block of a treeblock into four equally-sized sub-blocks, partition one or more of the sub-blocks into four equally-sized sub-sub-blocks, and so on.
  • a partitioned CU may be a CU whose video block is partitioned into video blocks associated with other CUs.
  • a non-partitioned CU may be a CU whose video block is not partitioned into video blocks associated with other CUs.
  • One or more syntax elements in the bitstream may indicate a maximum number of times the video encoder 20 may partition the video block of a treeblock.
  • a video block of a CU may be square in shape.
  • the size of the video block of a CU (e.g., the size of the CU) may range from 8x8 pixels up to the size of a video block of a treeblock (e.g., the size of the treeblock) with a maximum of 64x64 pixels or greater.
  • the video encoder 20 may perform encoding operations on (e.g., encode) each CU of a treeblock according to a z-scan order.
  • the video encoder 20 may encode a top-left CU, a top-right CU, a bottom-left CU, and then a bottom-right CU, in that order.
  • the video encoder 20 may encode CUs associated with sub-blocks of the video block of the partitioned CU according to the z-scan order.
  • the video encoder 20 may encode a CU associated with a top-left sub-block, a CU associated with a top-right sub-block, a CU associated with a bottom-left sub-block, and then a CU associated with a bottom-right sub-block, in that order.
  • the CUs above, above-and-to-the-left, above-and-to-the-right, left, and below-and-to-the left of a given CU may have been encoded.
  • CUs below and to the right of the given CU have not yet been encoded. Consequently, the video encoder 20 may be able to access information generated by encoding some CUs that neighbor the given CU when encoding the given CU. However, the video encoder 20 may be unable to access information generated by encoding other CUs that neighbor the given CU when encoding the given CU.
  • the video encoder 20 may generate one or more prediction units (PUs) for the CU. Each of the PUs of the CU may be associated with a different video block within the video block of the CU.
  • the video encoder 20 may generate a predicted video block for each PU of the CU.
  • the predicted video block of a PU may be a block of samples.
  • the video encoder 20 may use intra prediction or inter prediction to generate the predicted video block for a PU.
  • the video encoder 20 may generate the predicted video block of the PU based on decoded samples of the picture associated with the PU. If the video encoder 20 uses intra prediction to generate predicted video blocks of the PUs of a CU, the CU is an intra-predicted CU. When the video encoder 20 uses inter prediction to generate the predicted video block of the PU, the video encoder 20 may generate the predicted video block of the PU based on decoded samples of one or more pictures other than the picture associated with the PU. If the video encoder 20 uses inter prediction to generate predicted video blocks of the PUs of a CU, the CU is an inter-predicted CU.
  • the video encoder 20 may generate motion information for the PU.
  • the motion information for a PU may indicate one or more reference blocks of the PU.
  • Each reference block of the PU may be a video block within a reference picture.
  • the reference picture may be a picture other than the picture associated with the PU.
  • a reference block of a PU may also be referred to as the "reference sample" of the PU.
  • the video encoder 20 may generate the predicted video block for the PU based on the reference blocks of the PU.
  • the video encoder 20 may generate residual data for the CU based on the predicted video blocks for the PUs of the CU.
  • the residual data for the CU may indicate differences between samples in the predicted video blocks for the PUs of the CU and the original video block of the CU.
  • the video encoder 20 may perform recursive quadtree partitioning on the residual data of the CU to partition the residual data of the CU into one or more blocks of residual data (e.g., residual video blocks) associated with transform units (TUs) of the CU.
  • TUs transform units
  • Each TU of a CU may be associated with a different residual video block.
  • the video encoder 20 may apply one or more transforms to residual video blocks associated with the TUs to generate transform coefficient blocks (e.g., blocks of transform coefficients) associated with the TUs.
  • transform coefficient blocks e.g., blocks of transform coefficients
  • a transform coefficient block may be a two-dimensional (2D) matrix of transform coefficients.
  • the video encoder 20 may perform a quantization process on the transform coefficient block.
  • Quantization generally refers to a process in which transform coefficients are quantized to possibly reduce the amount of data used to represent the transform coefficients, providing further compression.
  • the quantization process may reduce the bit depth associated with some or all of the transform coefficients. For example, an n -bit transform coefficient may be rounded down to an m-bit transform coefficient during quantization, where n is greater than m.
  • the video encoder 20 may associate each CU with a quantization parameter (QP) value.
  • the QP value associated with a CU may determine how the video encoder 20 quantizes transform coefficient blocks associated with the CU.
  • the video encoder 20 may adjust the degree of quantization applied to the transform coefficient blocks associated with a CU by adjusting the QP value associated with the CU.
  • the video encoder 20 may generate sets of syntax elements that represent the transform coefficients in the quantized transform coefficient block.
  • the video encoder 20 may apply entropy encoding operations, such as Context Adaptive Binary Arithmetic Coding (CABAC) operations, to some of these syntax elements.
  • CABAC Context Adaptive Binary Arithmetic Coding
  • Other entropy coding techniques such as content adaptive variable length coding (CAVLC), probability interval partitioning entropy (PIPE) coding, or other binary arithmetic coding could also be used.
  • the bitstream generated by the video encoder 20 may include a series of Network Abstraction Layer (NAL) units.
  • NAL Network Abstraction Layer
  • Each of the NAL units may be a syntax structure containing an indication of a type of data in the NAL unit and bytes containing the data.
  • a NAL unit may contain data representing a video parameter set, a sequence parameter set, a picture parameter set, a coded slice, supplemental enhancement information (SEI), an access unit delimiter, filler data, or another type of data.
  • SEI Supplemental Enhancement information
  • the data in a NAL unit may include various syntax structures.
  • the video decoder 30 may receive the bitstream generated by the video encoder 20.
  • the bitstream may include a coded representation of the video data encoded by the video encoder 20.
  • the video decoder 30 may perform a parsing operation on the bitstream.
  • the video decoder 30 may extract syntax elements from the bitstream.
  • the video decoder 30 may reconstruct the pictures of the video data based on the syntax elements extracted from the bitstream.
  • the process to reconstruct the video data based on the syntax elements may be generally reciprocal to the process performed by the video encoder 20 to generate the syntax elements.
  • the video decoder 30 may generate predicted video blocks for the PUs of the CU based on the syntax elements.
  • the video decoder 30 may inverse quantize transform coefficient blocks associated with TUs of the CU.
  • the video decoder 30 may perform inverse transforms on the transform coefficient blocks to reconstruct residual video blocks associated with the TUs of the CU.
  • the video decoder 30 may reconstruct the video block of the CU based on the predicted video blocks and the residual video blocks. In this way, the video decoder 30 may reconstruct the video blocks of CUs based on the syntax elements in the bitstream.
  • FIG. 2A is a block diagram illustrating an example of a video encoder that may implement techniques in accordance with aspects described in this disclosure.
  • Video encoder 20 may be configured to process a single layer of a video frame, such as for HEVC. Further, video encoder 20 may be configured to perform any or all of the techniques of this disclosure, including but not limited to the methods of support for multi-layer coding using different standards and related processes described in greater detail above and below with respect to FIGS. 4 and 5 .
  • prediction processing unit 100 may be configured to perform any or all of the techniques described in this disclosure.
  • the video encoder 20 includes an optional inter-layer prediction unit 128 that is configured to perform any or all of the techniques described in this disclosure.
  • inter-layer prediction can be performed by prediction processing unit 100 (e.g., inter prediction unit 121 and/or intra prediction unit 126), in which case the inter-layer prediction unit 128 may be omitted.
  • prediction processing unit 100 e.g., inter prediction unit 121 and/or intra prediction unit 126
  • inter-layer prediction unit 128 may be omitted.
  • aspects of this disclosure are not so limited.
  • the techniques described in this disclosure may be shared among the various components of video encoder 20.
  • a processor (not shown) may be configured to perform any or all of the techniques described in this disclosure.
  • this disclosure describes the video encoder 20 in the context of HEVC coding.
  • the techniques of this disclosure may be applicable to other coding standards or methods.
  • the example depicted in FIG. 2A is for a single layer codec.
  • some or all of the video encoder 20 may be duplicated for processing of a multi-layer codec.
  • the video encoder 20 may perform intra- and inter-coding of video blocks within video slices.
  • Intra coding relies on spatial prediction to reduce or remove spatial redundancy in video within a given video frame or picture.
  • Inter-coding relies on temporal prediction to reduce or remove temporal redundancy in video within adjacent frames or pictures of a video sequence.
  • Intra-mode may refer to any of several spatial based coding modes.
  • Inter-modes such as uni-directional prediction (P mode) or bi-directional prediction (B mode), may refer to any of several temporal-based coding modes.
  • the video encoder 20 includes a plurality of functional components.
  • the functional components of the video encoder 20 include a prediction processing unit 100, a residual generation unit 102, a transform processing unit 104, a quantization unit 106, an inverse quantization unit 108, an inverse transform unit 110, a reconstruction unit 112, a filter unit 113, a decoded picture buffer 114, and an entropy encoding unit 116.
  • Prediction processing unit 100 includes an inter prediction unit 121, a motion estimation unit 122, a motion compensation unit 124, an intra prediction unit 126, and an inter-layer prediction unit 128.
  • the video encoder 20 may include more, fewer, or different functional components.
  • motion estimation unit 122 and motion compensation unit 124 may be highly integrated, but are represented in the example of FIG. 2A separately for purposes of explanation.
  • the video encoder 20 may receive video data.
  • the video encoder 20 may receive the video data from various sources.
  • the video encoder 20 may receive the video data from video source 18 (e.g., shown in FIG. 1A or 1B ) or another source.
  • the video data may represent a series of pictures.
  • the video encoder 20 may perform an encoding operation on each of the pictures.
  • the video encoder 20 may perform encoding operations on each slice of the picture.
  • the video encoder 20 may perform encoding operations on treeblocks in the slice.
  • prediction processing unit 100 may perform quadtree partitioning on the video block of the treeblock to divide the video block into progressively smaller video blocks.
  • Each of the smaller video blocks may be associated with a different CU.
  • prediction processing unit 100 may partition a video block of a treeblock into four equally-sized sub-blocks, partition one or more of the sub-blocks into four equally-sized sub-sub-blocks, and so on.
  • the sizes of the video blocks associated with CUs may range from 8x8 samples up to the size of the treeblock with a maximum of 64x64 samples or greater.
  • “NxN” and “N by N” may be used interchangeably to refer to the sample dimensions of a video block in terms of vertical and horizontal dimensions, e.g., 16x16 samples or 16 by 16 samples.
  • an NxN block generally has N samples in a vertical direction and N samples in a horizontal direction, where N represents a nonnegative integer value.
  • prediction processing unit 100 may generate a hierarchical quadtree data structure for the treeblock.
  • a treeblock may correspond to a root node of the quadtree data structure. If prediction processing unit 100 partitions the video block of the treeblock into four sub-blocks, the root node has four child nodes in the quadtree data structure. Each of the child nodes corresponds to a CU associated with one of the sub-blocks. If prediction processing unit 100 partitions one of the sub-blocks into four sub-sub-blocks, the node corresponding to the CU associated with the sub-block may have four child nodes, each of which corresponds to a CU associated with one of the sub-sub-blocks.
  • Each node of the quadtree data structure may contain syntax data (e.g., syntax elements) for the corresponding treeblock or CU.
  • a node in the quadtree may include a split flag that indicates whether the video block of the CU corresponding to the node is partitioned (e.g., split) into four sub-blocks.
  • syntax elements for a CU may be defined recursively, and may depend on whether the video block of the CU is split into sub-blocks.
  • a CU whose video block is not partitioned may correspond to a leaf node in the quadtree data structure.
  • a coded treeblock may include data based on the quadtree data structure for a corresponding treeblock.
  • the video encoder 20 may perform encoding operations on each non-partitioned CU of a treeblock. When the video encoder 20 performs an encoding operation on a non-partitioned CU, the video encoder 20 generates data representing an encoded representation of the non-partitioned CU.
  • prediction processing unit 100 may partition the video block of the CU among one or more PUs of the CU.
  • the video encoder 20 and the video decoder 30 may support various PU sizes. Assuming that the size of a particular CU is 2Nx2N, the video encoder 20 and the video decoder 30 may support PU sizes of 2Nx2N or NxN, and inter-prediction in symmetric PU sizes of 2Nx2N, 2NxN, Nx2N, NxN, 2NxnU, nLx2N, nRx2N, or similar.
  • the video encoder 20 and the video decoder 30 may also support asymmetric partitioning for PU sizes of 2NxnU, 2NxnD, nLx2N, and nRx2N.
  • prediction processing unit 100 may perform geometric partitioning to partition the video block of a CU among PUs of the CU along a boundary that does not meet the sides of the video block of the CU at right angles.
  • Inter prediction unit 121 may perform inter prediction on each PU of the CU. Inter prediction may provide temporal compression. To perform inter prediction on a PU, motion estimation unit 122 may generate motion information for the PU. Motion compensation unit 124 may generate a predicted video block for the PU based the motion information and decoded samples of pictures other than the picture associated with the CU (e.g., reference pictures). In this disclosure, a predicted video block generated by motion compensation unit 124 may be referred to as an inter-predicted video block.
  • Slices may be I slices, P slices, or B slices.
  • Motion estimation unit 122 and motion compensation unit 124 may perform different operations for a PU of a CU depending on whether the PU is in an I slice, a P slice, or a B slice. In an I slice, all PUs are intra predicted. Hence, if the PU is in an I slice, motion estimation unit 122 and motion compensation unit 124 do not perform inter prediction on the PU.
  • each of the reference pictures in list 0 contains samples that may be used for inter prediction of other pictures.
  • motion estimation unit 122 may search the reference pictures in list 0 for a reference block for the PU.
  • the reference block of the PU may be a set of samples, e.g., a block of samples, that most closely corresponds to the samples in the video block of the PU.
  • Motion estimation unit 122 may use a variety of metrics to determine how closely a set of samples in a reference picture corresponds to the samples in the video block of a PU. For example, motion estimation unit 122 may determine how closely a set of samples in a reference picture corresponds to the samples in the video block of a PU by sum of absolute difference (SAD), sum of square difference (SSD), or other difference metrics.
  • SAD sum of absolute difference
  • SSD sum of square difference
  • motion estimation unit 122 may generate a reference index that indicates the reference picture in list 0 containing the reference block and a motion vector that indicates a spatial displacement between the PU and the reference block.
  • motion estimation unit 122 may generate motion vectors to varying degrees of precision. For example, motion estimation unit 122 may generate motion vectors at one-quarter sample precision, one-eighth sample precision, or other fractional sample precision. In the case of fractional sample precision, reference block values may be interpolated from integer-position sample values in the reference picture.
  • Motion estimation unit 122 may output the reference index and the motion vector as the motion information of the PU.
  • Motion compensation unit 124 may generate a predicted video block of the PU based on the reference block identified by the motion information of the PU.
  • the picture containing the PU may be associated with two lists of reference pictures, referred to as "list 0" and "list 1."
  • a picture containing a B slice may be associated with a list combination that is a combination of list 0 and list 1.
  • motion estimation unit 122 may perform uni-directional prediction or bi-directional prediction for the PU.
  • motion estimation unit 122 may search the reference pictures of list 0 or list 1 for a reference block for the PU.
  • Motion estimation unit 122 may then generate a reference index that indicates the reference picture in list 0 or list 1 that contains the reference block and a motion vector that indicates a spatial displacement between the PU and the reference block.
  • Motion estimation unit 122 may output the reference index, a prediction direction indicator, and the motion vector as the motion information of the PU.
  • the prediction direction indicator may indicate whether the reference index indicates a reference picture in list 0 or list 1.
  • Motion compensation unit 124 may generate the predicted video block of the PU based on the reference block indicated by the motion information of the PU.
  • motion estimation unit 122 may search the reference pictures in list 0 for a reference block for the PU and may also search the reference pictures in list 1 for another reference block for the PU. Motion estimation unit 122 may then generate reference indexes that indicate the reference pictures in list 0 and list 1 containing the reference blocks and motion vectors that indicate spatial displacements between the reference blocks and the PU. Motion estimation unit 122 may output the reference indexes and the motion vectors of the PU as the motion information of the PU. Motion compensation unit 124 may generate the predicted video block of the PU based on the reference blocks indicated by the motion information of the PU.
  • motion estimation unit 122 does not output a full set of motion information for a PU to entropy encoding unit 116. Rather, motion estimation unit 122 may signal the motion information of a PU with reference to the motion information of another PU. For example, motion estimation unit 122 may determine that the motion information of the PU is sufficiently similar to the motion information of a neighboring PU. In this example, motion estimation unit 122 may indicate, in a syntax structure associated with the PU, a value that indicates to the video decoder 30 that the PU has the same motion information as the neighboring PU. In another example, motion estimation unit 122 may identify, in a syntax structure associated with the PU, a neighboring PU and a motion vector difference (MVD).
  • MWD motion vector difference
  • the motion vector difference indicates a difference between the motion vector of the PU and the motion vector of the indicated neighboring PU.
  • the video decoder 30 may use the motion vector of the indicated neighboring PU and the motion vector difference to determine the motion vector of the PU.
  • the video encoder 20 may be able to signal the motion information of the second PU using fewer bits.
  • the prediction processing unit 100 may be configured to code (e.g., encode or decode) the PU (or any other reference layer and/or enhancement layer blocks or video units) by performing the methods illustrated in FIG. 5 .
  • code e.g., encode or decode
  • inter prediction unit 121 e.g., via motion estimation unit 122 and/or motion compensation unit 124
  • intra prediction unit 126 e.g., via motion estimation unit 122 and/or motion compensation unit 124
  • inter-layer prediction unit 128 may be configured to perform the methods illustrated in FIG. 5 , either together or separately.
  • intra prediction unit 126 may perform intra prediction on PUs of the CU.
  • Intra prediction may provide spatial compression.
  • intra prediction unit 126 may generate prediction data for the PU based on decoded samples of other PUs in the same picture.
  • the prediction data for the PU may include a predicted video block and various syntax elements.
  • Intra prediction unit 126 may perform intra prediction on PUs in I slices, P slices, and B slices.
  • intra prediction unit 126 may use multiple intra prediction modes to generate multiple sets of prediction data for the PU.
  • intra prediction unit 126 may extend samples from video blocks of neighboring PUs across the video block of the PU in a direction and/or gradient associated with the intra prediction mode.
  • the neighboring PUs may be above, above and to the right, above and to the left, or to the left of the PU, assuming a left-to-right, top-to-bottom encoding order for PUs, CUs, and treeblocks.
  • Intra prediction unit 126 may use various numbers of intra prediction modes, e.g., 33 directional intra prediction modes, depending on the size of the PU.
  • Prediction processing unit 100 may select the prediction data for a PU from among the prediction data generated by motion compensation unit 124 for the PU or the prediction data generated by intra prediction unit 126 for the PU. In some examples, prediction processing unit 100 selects the prediction data for the PU based on rate/distortion metrics of the sets of prediction data.
  • prediction processing unit 100 may signal the intra prediction mode that was used to generate the prediction data for the PUs, e.g., the selected intra prediction mode.
  • Prediction processing unit 100 may signal the selected intra prediction mode in various ways. For example, it may be probable that the selected intra prediction mode is the same as the intra prediction mode of a neighboring PU. In other words, the intra prediction mode of the neighboring PU may be the most probable mode for the current PU. Thus, prediction processing unit 100 may generate a syntax element to indicate that the selected intra prediction mode is the same as the intra prediction mode of the neighboring PU.
  • the video encoder 20 may include inter-layer prediction unit 128.
  • Inter-layer prediction unit 128 is configured to predict a current block (e.g., a current block in the EL) using one or more different layers that are available in SVC (e.g., a base or reference layer). Such prediction may be referred to as inter-layer prediction.
  • Inter-layer prediction unit 128 utilizes prediction methods to reduce inter-layer redundancy, thereby improving coding efficiency and reducing computational resource requirements.
  • Some examples of inter-layer prediction include inter-layer intra prediction, inter-layer motion prediction, and inter-layer residual prediction.
  • Inter-layer intra prediction uses the reconstruction of co-located blocks in the base layer to predict the current block in the enhancement layer.
  • Inter-layer motion prediction uses motion information of the base layer to predict motion in the enhancement layer.
  • Inter-layer residual prediction uses the residue of the base layer to predict the residue of the enhancement layer.
  • residual generation unit 102 may generate residual data for the CU by subtracting (e.g., indicated by the minus sign) the predicted video blocks of the PUs of the CU from the video block of the CU.
  • the residual data of a CU may include 2D residual video blocks that correspond to different sample components of the samples in the video block of the CU.
  • the residual data may include a residual video block that corresponds to differences between luminance components of samples in the predicted video blocks of the PUs of the CU and luminance components of samples in the original video block of the CU.
  • the residual data of the CU may include residual video blocks that correspond to the differences between chrominance components of samples in the predicted video blocks of the PUs of the CU and the chrominance components of the samples in the original video block of the CU.
  • Prediction processing unit 100 may perform quadtree partitioning to partition the residual video blocks of a CU into sub-blocks. Each undivided residual video block may be associated with a different TU of the CU. The sizes and positions of the residual video blocks associated with TUs of a CU may or may not be based on the sizes and positions of video blocks associated with the PUs of the CU.
  • a quadtree structure known as a "residual quad tree" (RQT) may include nodes associated with each of the residual video blocks.
  • the TUs of a CU may correspond to leaf nodes of the RQT.
  • Transform processing unit 104 may generate one or more transform coefficient blocks for each TU of a CU by applying one or more transforms to a residual video block associated with the TU. Each of the transform coefficient blocks may be a 2D matrix of transform coefficients. Transform processing unit 104 may apply various transforms to the residual video block associated with a TU. For example, transform processing unit 104 may apply a discrete cosine transform (DCT), a directional transform, or a conceptually similar transform to the residual video block associated with a TU.
  • DCT discrete cosine transform
  • a directional transform or a conceptually similar transform to the residual video block associated with a TU.
  • quantization unit 106 may quantize the transform coefficients in the transform coefficient block. Quantization unit 106 may quantize a transform coefficient block associated with a TU of a CU based on a QP value associated with the CU.
  • the video encoder 20 may associate a QP value with a CU in various ways. For example, the video encoder 20 may perform a rate-distortion analysis on a treeblock associated with the CU. In the rate-distortion analysis, the video encoder 20 may generate multiple coded representations of the treeblock by performing an encoding operation multiple times on the treeblock. The video encoder 20 may associate different QP values with the CU when the video encoder 20 generates different encoded representations of the treeblock. The video encoder 20 may signal that a given QP value is associated with the CU when the given QP value is associated with the CU in a coded representation of the treeblock that has a lowest bitrate and distortion metric.
  • Inverse quantization unit 108 and inverse transform unit 110 may apply inverse quantization and inverse transforms to the transform coefficient block, respectively, to reconstruct a residual video block from the transform coefficient block.
  • Reconstruction unit 112 may add the reconstructed residual video block to corresponding samples from one or more predicted video blocks generated by prediction processing unit 100 to produce a reconstructed video block associated with a TU. By reconstructing video blocks for each TU of a CU in this way, the video encoder 20 may reconstruct the video block of the CU.
  • filter unit 113 may perform a deblocking operation to reduce blocking artifacts in the video block associated with the CU. After performing the one or more deblocking operations, filter unit 113 may store the reconstructed video block of the CU in decoded picture buffer 114.
  • Motion estimation unit 122 and motion compensation unit 124 may use a reference picture that contains the reconstructed video block to perform inter prediction on PUs of subsequent pictures.
  • intra prediction unit 126 may use reconstructed video blocks in decoded picture buffer 114 to perform intra prediction on other PUs in the same picture as the CU.
  • Entropy encoding unit 116 may receive data from other functional components of the video encoder 20. For example, entropy encoding unit 116 may receive transform coefficient blocks from quantization unit 106 and may receive syntax elements from prediction processing unit 100. When entropy encoding unit 116 receives the data, entropy encoding unit 116 may perform one or more entropy encoding operations to generate entropy encoded data.
  • the video encoder 20 may perform a context adaptive variable length coding (CAVLC) operation, a CABAC operation, a variable-to-variable (V2V) length coding operation, a syntax-based context-adaptive binary arithmetic coding (SBAC) operation, a Probability Interval Partitioning Entropy (PIPE) coding operation, or another type of entropy encoding operation on the data.
  • Entropy encoding unit 116 may output a bitstream that includes the entropy encoded data.
  • entropy encoding unit 116 may select a context model. If entropy encoding unit 116 is performing a CABAC operation, the context model may indicate estimates of probabilities of particular bins having particular values. In the context of CABAC, the term "bin" is used to refer to a bit of a binarized version of a syntax element.
  • FIG. 2B is a block diagram illustrating an example of a multi-layer video encoder 23 (also simply referred to as video encoder 23) that may implement techniques in accordance with aspects described in this disclosure.
  • the video encoder 23 may be configured to process multi-layer video frames, such as for SHVC and multiview coding. Further, the video encoder 23 may be configured to perform any or all of the techniques of this disclosure.
  • the video encoder 23 includes a video encoder 20A and video encoder 20B, each of which may be configured as the video encoder 20 and may perform the functions described above with respect to the video encoder 20. Further, as indicated by the reuse of reference numbers, the video encoders 20A and 20B may include at least some of the systems and subsystems as the video encoder 20. Although the video encoder 23 is illustrated as including two video encoders 20A and 20B, the video encoder 23 is not limited as such and may include any number of video encoder 20 layers. In some embodiments, the video encoder 23 may include a video encoder 20 for each picture or frame in an access unit. For example, an access unit that includes five pictures may be processed or encoded by a video encoder that includes five encoder layers. In some embodiments, the video encoder 23 may include more encoder layers than frames in an access unit. In some such cases, some of the video encoder layers may be inactive when processing some access units.
  • the video encoder 23 may include an resampling unit 90.
  • the resampling unit 90 may, in some cases, upsample a base layer of a received video frame to, for example, create an enhancement layer.
  • the resampling unit 90 may upsample particular information associated with the received base layer of a frame, but not other information.
  • the resampling unit 90 may upsample the spatial size or number of pixels of the base layer, but the number of slices or the picture order count may remain constant.
  • the resampling unit 90 may not process the received video and/or may be optional.
  • the prediction processing unit 100 may perform upsampling.
  • the resampling unit 90 is configured to upsample a layer and reorganize, redefine, modify, or adjust one or more slices to comply with a set of slice boundary rules and/or raster scan rules. Although primarily described as upsampling a base layer, or a lower layer in an access unit, in some cases, the resampling unit 90 may downsample a layer. For example, if during streaming of a video bandwidth is reduced, a frame may be downsampled instead of upsampled.
  • the resampling unit 90 may be configured to receive a picture or frame (or picture information associated with the picture) from the decoded picture buffer 114 of the lower layer encoder (e.g., the video encoder 20A) and to upsample the picture (or the received picture information). This upsampled picture may then be provided to the prediction processing unit 100 of a higher layer encoder (e.g., the video encoder 20B) configured to encode a picture in the same access unit as the lower layer encoder.
  • the higher layer encoder is one layer removed from the lower layer encoder. In other cases, there may be one or more higher layer encoders between the layer 0 video encoder and the layer 1 encoder of FIG. 2B .
  • the resampling unit 90 may be omitted or bypassed.
  • the picture from the decoded picture buffer 114 of the video encoder 20A may be provided directly, or at least without being provided to the resampling unit 90, to the prediction processing unit 100 of the video encoder 20B.
  • the reference picture may be provided to the video encoder 20B without any resampling.
  • the video encoder 23 downsamples video data to be provided to the lower layer encoder using the downsampling unit 94 before provided the video data to the video encoder 20A.
  • the downsampling unit 94 may be a resampling unit 90 capable of upsampling or downsampling the video data.
  • the downsampling unit 94 may be omitted.
  • the video encoder 23 may further include a multiplexor 98, or mux.
  • the mux 98 can output a combined bitstream from the video encoder 23.
  • the combined bitstream may be created by taking a bitstream from each of the video encoders 20A and 20B and alternating which bitstream is output at a given time. While in some cases the bits from the two (or more in the case of more than two video encoder layers) bitstreams may be alternated one bit at a time, in many cases the bitstreams are combined differently. For example, the output bitstream may be created by alternating the selected bitstream one block at a time.
  • the output bitstream may be created by outputting a non-1:1 ratio of blocks from each of the video encoders 20A and 20B. For instance, two blocks may be output from the video encoder 20B for each block output from the video encoder 20A.
  • the output stream from the mux 98 may be preprogrammed.
  • the mux 98 may combine the bitstreams from the video encoders 20A, 20B based on a control signal received from a system external to the video encoder 23, such as from a processor on a source device including the source device 12.
  • the control signal may be generated based on the resolution or bitrate of a video from the video source 18, based on a bandwidth of the link 16, based on a subscription associated with a user (e.g., a paid subscription versus a free subscription), or based on any other factor for determining a resolution output desired from the video encoder 23.
  • FIG. 3A is a block diagram illustrating an example of a video decoder that may implement techniques in accordance with aspects described in this disclosure.
  • the video decoder 30 may be configured to process a single layer of a video frame, such as for HEVC. Further, video decoder 30 may be configured to perform any or all of the techniques of this disclosure, including but not limited to the methods of support for multi-layer coding using different standards and related processes described in greater detail above and below with respect to FIGS. 4 and 5 .
  • motion compensation unit 162 and/or intra prediction unit 164 may be configured to perform any or all of the techniques described in this disclosure.
  • video decoder 30 may optionally include inter-layer prediction unit 166 that is configured to perform any or all of the techniques described in this disclosure.
  • inter-layer prediction can be performed by prediction processing unit 152 (e.g., motion compensation unit 162 and/or intra prediction unit 164), in which case the inter-layer prediction unit 166 may be omitted.
  • prediction processing unit 152 e.g., motion compensation unit 162 and/or intra prediction unit 164
  • inter-layer prediction unit 166 may be omitted.
  • aspects of this disclosure are not so limited.
  • the techniques described in this disclosure may be shared among the various components of video decoder 30.
  • a processor (not shown) may be configured to perform any or all of the techniques described in this disclosure.
  • this disclosure describes the video decoder 30 in the context of HEVC coding.
  • the techniques of this disclosure may be applicable to other coding standards or methods.
  • the example depicted in FIG. 3A is for a single layer codec.
  • some or all of the video decoder 30 may be duplicated for processing of a multi-layer codec.
  • the video decoder 30 includes a plurality of functional components.
  • the functional components of the video decoder 30 include an entropy decoding unit 150, a prediction processing unit 152, an inverse quantization unit 154, an inverse transform unit 156, a reconstruction unit 158, a filter unit 159, and a decoded picture buffer 160.
  • Prediction processing unit 152 includes a motion compensation unit 162, an intra prediction unit 164, and an inter-layer prediction unit 166.
  • the video decoder 30 may perform a decoding pass generally reciprocal to the encoding pass described with respect to the video encoder 20 of FIG. 2A . In other examples, the video decoder 30 may include more, fewer, or different functional components.
  • the video decoder 30 may receive a bitstream that comprises encoded video data.
  • the bitstream may include a plurality of syntax elements.
  • entropy decoding unit 150 may perform a parsing operation on the bitstream.
  • entropy decoding unit 150 may extract syntax elements from the bitstream.
  • entropy decoding unit 150 may entropy decode entropy encoded syntax elements in the bitstream.
  • Prediction processing unit 152, inverse quantization unit 154, inverse transform unit 156, reconstruction unit 158, and filter unit 159 may perform a reconstruction operation that generates decoded video data based on the syntax elements extracted from the bitstream.
  • the bitstream may comprise a series of NAL units.
  • the NAL units of the bitstream may include video parameter set NAL units, sequence parameter set NAL units, picture parameter set NAL units, SEI NAL units, and so on.
  • entropy decoding unit 150 may perform parsing operations that extract and entropy decode sequence parameter sets from sequence parameter set NAL units, picture parameter sets from picture parameter set NAL units, SEI data from SEI NAL units, and so on.
  • the NAL units of the bitstream may include coded slice NAL units.
  • entropy decoding unit 150 may perform parsing operations that extract and entropy decode coded slices from the coded slice NAL units.
  • Each of the coded slices may include a slice header and slice data.
  • the slice header may contain syntax elements pertaining to a slice.
  • the syntax elements in the slice header may include a syntax element that identifies a picture parameter set associated with a picture that contains the slice.
  • Entropy decoding unit 150 may perform entropy decoding operations, such as CABAC decoding operations, on syntax elements in the coded slice header to recover the slice header.
  • entropy decoding unit 150 may perform parsing operations that extract syntax elements from coded CUs in the slice data.
  • the extracted syntax elements may include syntax elements associated with transform coefficient blocks.
  • Entropy decoding unit 150 may then perform CABAC decoding operations on some of the syntax elements.
  • the video decoder 30 may perform a reconstruction operation on the non-partitioned CU. To perform the reconstruction operation on a non-partitioned CU, the video decoder 30 may perform a reconstruction operation on each TU of the CU. By performing the reconstruction operation for each TU of the CU, the video decoder 30 may reconstruct a residual video block associated with the CU.
  • inverse quantization unit 154 may inverse quantize, e.g., de-quantize, a transform coefficient block associated with the TU.
  • Inverse quantization unit 154 may inverse quantize the transform coefficient block in a manner similar to the inverse quantization processes proposed for HEVC or defined by the H.264 decoding standard.
  • Inverse quantization unit 154 may use a quantization parameter QP calculated by the video encoder 20 for a CU of the transform coefficient block to determine a degree of quantization and, likewise, a degree of inverse quantization for inverse quantization unit 154 to apply.
  • inverse transform unit 156 may generate a residual video block for the TU associated with the transform coefficient block. Inverse transform unit 156 may apply an inverse transform to the transform coefficient block in order to generate the residual video block for the TU. For example, inverse transform unit 156 may apply an inverse DCT, an inverse integer transform, an inverse Karhunen-Loeve transform (KLT), an inverse rotational transform, an inverse directional transform, or another inverse transform to the transform coefficient block. In some examples, inverse transform unit 156 may determine an inverse transform to apply to the transform coefficient block based on signaling from the video encoder 20.
  • KLT Karhunen-Loeve transform
  • inverse transform unit 156 may determine the inverse transform based on a signaled transform at the root node of a quadtree for a treeblock associated with the transform coefficient block. In other examples, inverse transform unit 156 may infer the inverse transform from one or more coding characteristics, such as block size, coding mode, or the like. In some examples, inverse transform unit 156 may apply a cascaded inverse transform.
  • motion compensation unit 162 may refine the predicted video block of a PU by performing interpolation based on interpolation filters. Identifiers for interpolation filters to be used for motion compensation with sub-sample precision may be included in the syntax elements. Motion compensation unit 162 may use the same interpolation filters used by the video encoder 20 during generation of the predicted video block of the PU to calculate interpolated values for sub-integer samples of a reference block. Motion compensation unit 162 may determine the interpolation filters used by the video encoder 20 according to received syntax information and use the interpolation filters to produce the predicted video block.
  • the prediction processing unit 152 may code (e.g., encode or decode) the PU (or any other reference layer and/or enhancement layer blocks or video units) by performing the methods illustrated in FIG. 5 .
  • motion compensation unit 162, intra prediction unit 164, or inter-layer prediction unit 166 may be configured to perform the methods illustrated in FIG. 5 , either together or separately.
  • intra prediction unit 164 may perform intra prediction to generate a predicted video block for the PU. For example, intra prediction unit 164 may determine an intra prediction mode for the PU based on syntax elements in the bitstream. The bitstream may include syntax elements that intra prediction unit 164 may use to determine the intra prediction mode of the PU.
  • the syntax elements may indicate that intra prediction unit 164 is to use the intra prediction mode of another PU to determine the intra prediction mode of the current PU. For example, it may be probable that the intra prediction mode of the current PU is the same as the intra prediction mode of a neighboring PU. In other words, the intra prediction mode of the neighboring PU may be the most probable mode for the current PU.
  • the bitstream may include a small syntax element that indicates that the intra prediction mode of the PU is the same as the intra prediction mode of the neighboring PU.
  • Intra prediction unit 164 may then use the intra prediction mode to generate prediction data (e.g., predicted samples) for the PU based on the video blocks of spatially neighboring PUs.
  • the video decoder 30 may also include inter-layer prediction unit 166.
  • Inter-layer prediction unit 166 is configured to predict a current block (e.g., a current block in the EL) using one or more different layers that are available in SVC (e.g., a base or reference layer). Such prediction may be referred to as inter-layer prediction.
  • Inter-layer prediction unit 166 utilizes prediction methods to reduce inter-layer redundancy, thereby improving coding efficiency and reducing computational resource requirements.
  • Some examples of inter-layer prediction include inter-layer intra prediction, inter-layer motion prediction, and inter-layer residual prediction.
  • Inter-layer intra prediction uses the reconstruction of co-located blocks in the base layer to predict the current block in the enhancement layer.
  • Inter-layer motion prediction uses motion information of the base layer to predict motion in the enhancement layer.
  • Inter-layer residual prediction uses the residue of the base layer to predict the residue of the enhancement layer.
  • Reconstruction unit 158 may use the residual video blocks associated with TUs of a CU and the predicted video blocks of the PUs of the CU, e.g., either intra-prediction data or inter-prediction data, as applicable, to reconstruct the video block of the CU.
  • the video decoder 30 may generate a predicted video block and a residual video block based on syntax elements in the bitstream and may generate a video block based on the predicted video block and the residual video block.
  • filter unit 159 may perform a deblocking operation to reduce blocking artifacts associated with the CU.
  • the video decoder 30 may store the video block of the CU in decoded picture buffer 160.
  • Decoded picture buffer 160 may provide reference pictures for subsequent motion compensation, intra prediction, and presentation on a display device, such as display device 32 of FIG. 1A or 1B .
  • the video decoder 30 may perform, based on the video blocks in decoded picture buffer 160, intra prediction or inter prediction operations on PUs of other CUs.
  • FIG. 3B is a block diagram illustrating an example of a multi-layer video decoder 33 (also simply referred to as video decoder 33) that may implement techniques in accordance with aspects described in this disclosure.
  • the video decoder 33 may be configured to process multi-layer video frames, such as for SHVC and multiview coding. Further, the video decoder 33 may be configured to perform any or all of the techniques of this disclosure.
  • the video decoder 33 includes a video decoder 30A and video decoder 30B, each of which may be configured as the video decoder 30 and may perform the functions described above with respect to the video decoder 30. Further, as indicated by the reuse of reference numbers, the video decoders 30A and 30B may include at least some of the systems and subsystems as the video decoder 30. Although the video decoder 33 is illustrated as including two video decoders 30A and 30B, the video decoder 33 is not limited as such and may include any number of video decoder 30 layers. In some embodiments, the video decoder 33 may include a video decoder 30 for each picture or frame in an access unit.
  • an access unit that includes five pictures may be processed or decoded by a video decoder that includes five decoder layers.
  • the video decoder 33 may include more decoder layers than frames in an access unit. In some such cases, some of the video decoder layers may be inactive when processing some access units.
  • the video decoder 33 may include an upsampling unit 92.
  • the upsampling unit 92 may upsample a base layer of a received video frame to create an enhanced layer to be added to the reference picture list for the frame or access unit. This enhanced layer can be stored in the decoded picture buffer 160.
  • the upsampling unit 92 can include some or all of the embodiments described with respect to the resampling unit 90 of FIG. 2A .
  • the upsampling unit 92 is configured to upsample a layer and reorganize, redefine, modify, or adjust one or more slices to comply with a set of slice boundary rules and/or raster scan rules.
  • the upsampling unit 92 may be a resampling unit configured to upsample and/or downsample a layer of a received video frame
  • the upsampling unit 92 may be configured to receive a picture or frame (or picture information associated with the picture) from the decoded picture buffer 160 of the lower layer decoder (e.g., the video decoder 30A) and to upsample the picture (or the received picture information). This upsampled picture may then be provided to the prediction processing unit 152 of a higher layer decoder (e.g., the video decoder 30B) configured to decode a picture in the same access unit as the lower layer decoder.
  • the higher layer decoder is one layer removed from the lower layer decoder. In other cases, there may be one or more higher layer decoders between the layer 0 decoder and the layer 1 decoder of FIG. 3B .
  • the upsampling unit 92 may be omitted or bypassed. In such cases, the picture from the decoded picture buffer 160 of the video decoder 30A may be provided directly, or at least without being provided to the upsampling unit 92, to the prediction processing unit 152 of the video decoder 30B. For example, if video data provided to the video decoder 30B and the reference picture from the decoded picture buffer 160 of the video decoder 30A are of the same size or resolution, the reference picture may be provided to the video decoder 30B without upsampling. Further, in some embodiments, the upsampling unit 92 may be a resampling unit 90 configured to upsample or downsample a reference picture received from the decoded picture buffer 160 of the video decoder 30A.
  • the video decoder 33 may further include a demultiplexor 99, or demux.
  • the demux 99 can split an encoded video bitstream into multiple bitstreams with each bitstream output by the demux 99 being provided to a different video decoder 30A and 30B.
  • the multiple bitstreams may be created by receiving a bitstream and each of the video decoders 30A and 30B receives a portion of the bitstream at a given time. While in some cases the bits from the bitstream received at the demux 99 may be alternated one bit at a time between each of the video decoders (e.g., video decoders 30A and 30B in the example of FIG. 3B ), in many cases the bitstream is divided differently.
  • the bitstream may be divided by alternating which video decoder receives the bitstream one block at a time.
  • the bitstream may be divided by a non-1:1 ratio of blocks to each of the video decoders 30A and 30B. For instance, two blocks may be provided to the video decoder 30B for each block provided to the video decoder 30A.
  • the division of the bitstream by the demux 99 may be preprogrammed. In other embodiments, the demux 99 may divide the bitstream based on a control signal received from a system external to the video decoder 33, such as from a processor on a destination device including the destination module 14.
  • the control signal may be generated based on the resolution or bitrate of a video from the input interface 28, based on a bandwidth of the link 16, based on a subscription associated with a user (e.g., a paid subscription versus a free subscription), or based on any other factor for determining a resolution obtainable by the video decoder 33.
  • Some video coding schemes may provide various random access points throughout the bitstream such that the bitstream may be decoded starting from any of those random access points without needing to decode any pictures that precede those random access points in the bitstream.
  • all pictures that follow a random access point in output order e.g., including those pictures that are in the same access unit as the picture providing the random access point
  • Support for random access may facilitate, for example, dynamic streaming services, seek operations, channel switching, etc.
  • such random access points may be provided by pictures that are referred to as intra random access point (IRAP) pictures.
  • a random access point e.g., provided by an enhancement layer IRAP picture
  • an enhancement layer contained in an access unit (“auA)
  • layerB e.g., a reference layer being a layer that is used to predict layerA
  • IRAP pictures may be coded using intra prediction (e.g., coded without referring to other pictures), and may include, for example, instantaneous decoding refresh (IDR) pictures, clean random access (CRA) pictures, and broken link access (BLA) pictures.
  • IDR instantaneous decoding refresh
  • CRA clean random access
  • BLA broken link access
  • IDR picture in the bitstream all the pictures that precede the IDR picture in decoding order are not used for prediction by pictures that follow the IDR picture in decoding order.
  • the pictures that follow the CRA picture may or may not use pictures that precede the CRA picture in decoding order for prediction.
  • Those pictures that follow the CRA picture in decoding order but use pictures that precede the CRA picture in decoding order may be referred to as random access skipped leading (RASL) pictures.
  • RASL random access skipped leading
  • RASL pictures may be discarded by the decoder if the pictures that precede the CRA picture are not available.
  • a BLA picture indicates to the decoder that pictures that precede the BLA picture may not be available to the decoder (e.g., because two bitstreams are spliced together and the BLA picture is the first picture of the second bitstream in decoding order).
  • An access unit e.g., a group of pictures consisting of all the coded pictures associated with the same output time across multiple layers
  • a base layer picture e.g., a picture having a layer ID value of 0
  • an IRAP access unit e.g., a group of pictures consisting of all the coded pictures associated with the same output time across multiple layers
  • a base layer picture e.g., a picture having a layer ID value of 0
  • an IRAP access unit e.g., a group of pictures consisting of all the coded pictures associated with the same output time across multiple layers
  • a base layer picture e.g., a picture having a layer ID value of 0
  • IRAP pictures may not be required to be aligned (e.g., contained in the same access unit) across different layers. For example, if IRAP pictures were required to be aligned, any access unit containing at least one IRAP picture would only contain IRAP pictures. On the other hand, if IRAP pictures were not required to be aligned, in a single access unit, one picture (e.g., in a first layer) may be an IRAP picture, and another picture (e.g., in a second layer) may be a non-IRAP picture. Having such non-aligned IRAP pictures in a bitstream may provide some advantages. For example, in a two-layer bitstream, if there are more IRAP pictures in the base layer than in the enhancement layer, in broadcast and multicast applications, low tune-in delay and high coding efficiency can be achieved.
  • a picture order count may be used to keep track of the relative order in which the decoded pictures are displayed.
  • Some of such coding schemes may cause the POC values to be reset (e.g., set to zero or set to some value signaled in the bitstream) whenever certain types of pictures appear in the bitstream.
  • the POC values of certain IRAP pictures may be reset, causing the POC values of other pictures preceding those IRAP pictures in decoding order to also be reset. This may be problematic when the IRAP pictures are not required to be aligned across different layers.
  • the POC value of a picture (“picC”), which is reset due to picA being an IRAP picture, in the layer containing picA may be different from the POC value of a picture ("picD"), which is not reset, in the layer containing picB, where picC and picD are in the same access unit.
  • picC picture
  • picD picture
  • the derivation process for deriving the POC values of picC and picD can be modified to produce POC values that are consistent with the definition of POC values and access units.
  • the value of a picture order count (POC) (e.g., PicOrderCntVal in HEVC) for a particular coded picture denotes the relative order of the particular coded picture in the picture output process with respect to other pictures in the same coded video sequence.
  • POC picture order count
  • the POC comprises least significant bits (LSB) and most significant bits (MSB), and the POC may be obtained by concatenating the MSB and the LSB. In other embodiments, the POC may be obtained by adding the MSB value and the LSB value.
  • the LSB may be signaled in the slice header, and the MSB may be computed by the encoder or the decoder based on the NAL unit type of the current picture and the MSB and LSB of one or more previous pictures in decoding order that are (1) not RASL or RADL pictures, (2) not discardable (e.g., pictures marked as "discardable,” indicating that no other picture depends on them, thereby allowing them to be dropped to satisfy bandwidth constraints), (3) not sub-layer non-reference pictures (e.g., pictures that are not used for reference by other pictures in the same temporal sub-layer or the same layer), (4) has a temporal ID (e.g., temporal sub-layer ID) equal to 0.
  • temporal ID e.g., temporal sub-layer ID
  • POC-anchor pictures Such pictures described in (1)-(4) may be referred to herein as POC-anchor pictures.
  • pictures having a temporal ID value greater than 0, RASL or RADL pictures, discardable pictures, or sub-layer non-reference pictures may be referred to as non-POC-anchor pictures.
  • POC-anchor pictures may further include pictures that an encoder and/or a decoder may not elect to remove from the bitstream (e.g., to satisfy a bandwidth constraint).
  • POC-anchor pictures may further include any picture other than the types of pictures that an encoder and/or a decoder may be configured to remove from the bitstream (e.g., to satisfy a bandwidth constraint).
  • Non-POC-anchor pictures may include any picture that is not a POC-anchor picture.
  • an IRAP picture with NoRaslOutputFlag e.g., a flag that indicates that RASL pictures are not to be output if set to 1 and indicates that RASL pictures are to be output if set to 0
  • a CRA picture that is the first picture of the bitstream the value of POC MSB is inferred to be equal to 0.
  • a multi-layer bitstream e.g., SHVC or MV-HEVC bitstream with more than one layer
  • access units e.g., SHVC or MV-HEVC bitstream with more than one layer
  • AU access units
  • non-aligned IRAP AUs When decoding bitstreams containing non-aligned IRAP AUs, it is possible (and likely) that the POCs derived based on the POC LSB values signaled in the bitstream would violate the bitstream conformance requirement that all pictures in an access unit should have the same POC value.
  • a layer initialization picture may be defined as a picture that is an IRAP picture that has a NoRaslOutputFlag flag (e.g., a flag that indicates that RASL pictures are not to be output if set to 1 and indicates that RASL pictures are to be output if set to 0) set to 1 or a picture that is contained an initial IRAP access unit, which is an IRAP access unit in which the base layer picture (e.g., a picture having a layer ID of 0 or smallest layer ID defined in the bitstream) has the NoRaslOutputFlag set to 1.
  • a NoRaslOutputFlag flag e.g., a flag that indicates that RASL pictures are not to be output if set to 1 and indicates that RASL pictures are to be output if set to 0
  • the base layer picture e.g., a picture having a layer ID of 0 or smallest layer ID defined in the bitstream
  • an SPS can be activated at each LIP picture. For example, each IRAP picture that has a NoRaslOutputFlag flag set to 1 or each picture that is contained in an initial IRAP access unit, a new SPS, which may be different (e.g., specifying different picture resolutions, etc.) from the SPS that was previously activated.
  • the LIP picture is not an IRAP picture (e.g., any picture contained in an initial IRAP access unit) and the base layer picture in the initial IRAP access unit is an IDR picture with a flag NoClrasOutputFlag flag (e.g., a flag that indicates that cross-layer random access skip pictures are not to be output if set to 1 and indicates that cross-layer random access skip pictures are to be output if set to 0) set to 0, the LIP picture should not be allowed to activate a new SPS.
  • NoClrasOutputFlag flag e.g., a flag that indicates that cross-layer random access skip pictures are not to be output if set to 1 and indicates that cross-layer random access skip pictures are to be output if set to 0
  • the new SPS may update the resolution and use temporal prediction to refer to pictures of different sizes.
  • Pictures that are decoded are stored in a decoded picture buffer (DPB).
  • the pictures that are to be output may be marked as "needed for output,” and the pictures that are to be used to predict other pictures may be marked as "used for reference.”
  • Decoded pictures that are neither marked as "needed for output” nor as "used for reference” e.g., pictures that were initially marked as "used for reference” or “needed for output” but subsequently marked as "not used for reference” or “not needed for output” may be present in the DPB until they are removed by the decoding process.
  • the process of removing pictures from the DPB often immediately follows the output of pictures that are marked as "needed for output.” This process of output and subsequent removal may be referred to as "bumping.”
  • decoder may remove the pictures in the DPB without output, even though these pictures may be marked as "needed for output.”
  • decoded pictures that are present in the DPB at the time of decoding an IRAP picture are referred to as "lagging DPB pictures” associated with the IRAP picture or "associated lagging DPB pictures” of the IRAP picture.
  • the associated lagging DPB pictures of picA may be removed from the DPB before they can be output, because if the associated lagging DPB pictures continue to occupy the DPB, decoding of the pictures starting from picA may become problematic, for example, due to buffer overflow.
  • no_output_of_prior_pics_flag e.g., a flag that indicates that pictures that were previously decoded and stored in the DPB should be removed from the DPB without being output if set to 1, and indicates that pictures that were previously decoded and stored in the DPB should not be removed from the DPB without being output if set to 0
  • NoOutputOfPriorPicsFlag e.g., a derived value that may be determined based on the information included in the bitstream
  • NoOutputOfPriorPicsFlag may be derived to be equal to a value of "1" by the decoder, to flush the lagging pictures without output out of the DPB.
  • an IRAP picture may specify the value of no_output_of_prior_pics_flag equal to a value of "1", so that the decoder will flush the associated DPB lagging pictures of the IRAP picture.
  • FIG. 4 shows a multi-layer bitstream 400 created by splicing bitstreams 410 and 420.
  • the bitstream 410 includes an enhancement layer (EL) 410A and a base layer (BL) 410B
  • the bitstream 420 includes an EL 420A and a BL 420B.
  • the EL 410A includes an EL picture 412A
  • the BL 410B includes a BL picture 412B.
  • the EL 420A includes EL pictures 422A, 424A, and 426A
  • the BL 420B includes BL pictures 422B, 424B, and 426B.
  • the multi-layer bitstream 400 further includes access units (AUs) 430-460.
  • the AU 430 includes the EL picture 412A and the BL picture 412B
  • the AU 440 includes the EL picture 422A and the BL picture 422B
  • the AU 450 includes the EL picture 424A and the BL picture 424B
  • the AU 460 includes the EL picture 426A and the BL picture 426B.
  • the BL picture 422B is an IRAP picture
  • the corresponding EL picture 422A in the AU 440 is a trailing picture (e.g., a non-IRAP picture)
  • the AU 440 is a non-aligned IRAP AU.
  • the AU 440 is an access unit that immediately follows a splice point 470.
  • a splice point may be present when a portion of the bitstream is removed.
  • a bitstream may have portions A, B, and C, portion B being between portions A and C. If portion B is removed from the bitstream, the remaining portions A and C may be joined together, and the point at which they are joined together may be referred to as a splice point. More generally, a splice point as discussed in the present application may be deemed to be present when one or more signaled or derived parameters or flags have predetermined values.
  • a decoder may determine the value of a flag (e.g., NoClrasOutputFlag), and perform one or more techniques described in this application based on the value of the flag.
  • a flag e.g., NoClrasOutputFlag
  • the reference layer (RL) may be coded using one standard and the enhancement layer (EL) may be coded using another standard.
  • the RL may be coded according to H.264/AVC
  • the EL may be coded according to H.265/HEVC.
  • Providing support for a RL that is coded using an earlier version of the standard can be beneficial since video data coded using the earlier version may be utilized in multi-layer video coding using the current standard.
  • managing many aspects of processing the RL coded in a different standard can cause support for multi-layer coding to become complicated. For example, the encoder or decoder may need to handle output of RL pictures, maintain decoded picture stores for RL pictures, etc.
  • coding RL and EL using different standards may be referred to as multi-layer video coding using different standards.
  • the description refers to using different standards, but the techniques described herein can also apply to using different versions of the same standard.
  • the techniques may also apply to using different coding schemes or using different versions of a coding scheme.
  • the techniques according to certain aspects can support multi-layer video coding using different standards in a simplified manner.
  • the HEVC decoder may minimize managing and processing of RL pictures coded using a standard other than HEVC.
  • the RL will be explained as being coded using H.264/AVC
  • the EL will be will be explained as being coded using H.265/HEVC.
  • any combination of different standards can be used to code the RL and EL.
  • the techniques minimize managing and processing of RL pictures as follows: (1) the decoded RL pictures are provided by external means (e.g., no encapsulation is provided), and (2) the output of RL pictures, including the synchronization with output of EL pictures, are controlled by external means.
  • Encapsulation may refer to defining certain NAL unit header syntax for RL pictures such that RL pictures are provided in the bitstream using the specific NAL unit header syntax.
  • External means may refer to a coder (e.g., an encoder or a decoder) that supports the standard used to code the RL.
  • the HEVC decoder can implement certain rules, explained in detail below, in order to support multi-layer video coding using different standards.
  • the techniques can also apply to using different versions of a standard, not simply using different standards, and also apply to using different coding schemes or using different versions of a coding scheme.
  • a standard can refer to a video coding standard, such as H.264/AVC, H.265/HEVC, etc.
  • a standard can refer to different extensions of the same standard, such as H.265/HEVC, SHVC, MV-HEVC, etc.
  • the reference layer is encoded using HEVC
  • the enhancement layer is encoded using SHVC or MV-HEVC.
  • external means in this context may refer to any apparatus or entity that is not a part of the EL decoder but interacts with the EL decoder, e.g., through an application programming interface (API).
  • API application programming interface
  • external means may refer to a coder (e.g., an encoder or a decoder) that supports the standard used to code the RL.
  • external means may refer to a part of the receiver that contains the EL decoder.
  • the same receiver may contain both the EL decoder and the external means. In such case, the external means is still external to the EL decoder in the sense that it is not a part of the EL decoder.
  • external means may also be referred to as an external apparatus.
  • the following rules are implemented in order to support multi-layer coding using different standards:
  • the rules can be implemented by the coder (e.g., encoder and/or decoder) that codes the EL. Some or all of the rules may also be implemented by the coder that codes the RL. For example, the RL coder can be modified to provide the information about the RL pictures to the EL coder. Any functionality indicated as being performed by the RL coder can be performed by any other external means, and any functionality indicated as being performed by an external means can be performed by the RL coder.
  • the rules are explained in terms of a base layer and an enhancement layer above, but the rules can apply to any enhancement layer and its corresponding reference layer, which may or may not be a base layer. Each rule is explained in turn below.
  • the external means does not provide any information about RL pictures. If the current AU includes a RL picture, the external means provides the following three types of information:
  • the external means may optionally provide the following type of information: (4) whether the picture is a frame or a field, and when the picture is a field, the field parity (indicating whether the field is a top field or a bottom field).
  • a frame can refer to a picture that is a progressive frame.
  • a field can refer to a picture that is an interlace picture, which comprises half of the sample rows, either the odd or even rows, of a frame.
  • Field parity can indicate whether a field is a top field or a bottom field.
  • a top field can refer to the field that comprises the even number of samples rows, with the row indexing number starting from 0.
  • a bottom field can refer to the field that comprises the odd number of samples rows, with the row indexing number starting from 0. If (4) is not provided, the decoded RL picture is inferred to be a frame picture.
  • the RL coder can have an API to pass the decoded RL pictures
  • the EL coder can have an API to accept the decoded RL pictures.
  • the two APIs can be connected in order to send the decoded RL picture values from the RL coder to the EL coder.
  • the RL coder can store the decoded RL pictures in a file or a buffer, and the EL coder can access the decoded RL pictures from the file or the buffer.
  • the RL coder or another external means handles the output of RL pictures.
  • the EL coder can keep just one decoded picture store of memory for a RL decoded picture, and the decoded picture store for RL decoded pictures are not considered a part of the DPB.
  • Decoded RL pictures are generally only used in inter-layer prediction (ILP) within the same AU, so once the EL coder completes decoding the current AU, decoded RL pictures for the current AU can be removed from the decoded picture store. Therefore, the memory size of the decoded picture store can remain fixed, and there can be one frame buffer size for the decoded picture store for RL pictures.
  • the RL coder or another external means handles the association of a RL decoded picture to an AU.
  • each EL picture belongs to a particular AU, and the RL coder or another external means determines how to match the RL decoded picture to an AU in the EL.
  • the RL decoded picture can be matched to an AU based on timestamps.
  • the bitstream for the EL and the bitstream for the BL both include timestamps, and the RL coder or another external means matches the RL decoded picture to an AU in the EL based on the timestamps.
  • the EL coder sets the nuh_layer_id of the RL decoded picture to 0.
  • the variable nuh_layer_id can refer to the identifier of a layer in multi-layer coding.
  • the EL coder sets the nuh_layer_id of the RL decoded picture to the nuh_layer_id of the entry in the inter-layer reference picture set of an EL picture that has the lowest value of nuh_layer_id among all the EL pictures in the AU. For example, if there are one or more lower layers other than the EL that can be used for ILP, the EL coder sets the nuh_layer_id of the RL decoded picture to the lowest nuh_layer_id value from these layers.
  • the EL coder sets the POC of the RL decoded picture equal to the POC of the enhancement layer pictures.
  • the POC of the RL decoded picture may be different when decoded by the EL coder and when decoded by the RL coder.
  • the EL coder may or may not have access to the POC of the RL decoded picture since the EL coder only receives the decoded sample values of the RL decoded picture.
  • the EL coder may not necessarily have to know the original POC value of the picture obtained by the RL coder.
  • the EL coder can simply set the POC of the RL decoded picture equal to the POC of the EL picture.
  • the EL coder marks the RL decoded picture as "used for long-term reference.” If a RL decoded picture is not marked as "used for long-term reference,” certain scaling operations may be performed for ILP, which can involve a division operation by the delta of POC values of the RL picture and the EL picture. Since the EL coder sets the POC of the RL decoded picture to be the same as the POC of the EL picture, this would involve dividing by 0. Accordingly, in order to prevent a division operation by 0, the EL coder can mark the RL decoded picture as "used for long-term reference.”
  • HRD can refer to a buffering model for receiving a bitstream from a network connection and decoding the bitstream.
  • the bitstream includes coded pictures, which are compressed pictures, and the coded pictures are stored in the CPB for decoding. Since the EL coder receives the decoded sample values of the RL decoded picture from external means, the EL coder does not need to take into account the coded pictures for the RL picture with respect to CPB operations.
  • the EL coder For decoded picture buffer operations of the HRD or buffering model, the EL coder only considers decoded pictures of enhancement layers. As mentioned above, the RL decoded pictures are not decoded by the EL coder, and are stored in a separate decoded picture store that is not considered to be a part of the DPB. Therefore, the EL coder does not take into account the decoded RL pictures with respect to DPB operations.
  • FIG. 5 is a flowchart illustrating a method of coding video information, according to one embodiment of the present disclosure.
  • the method relates to providing support for multi-layer coding using different standards.
  • the process 500 may be performed by an encoder (e.g., the encoder as shown in FIG. 2A , 2B , etc.), a decoder (e.g., the decoder as shown in FIG. 3A , 3B , etc.), or any other component, depending on the embodiment.
  • the blocks of the process 500 are described with respect to the decoder 33 in FIG. 3B , but the process 500 may be performed by other components, such as an encoder, as mentioned above.
  • the layer 1 video decoder 30B of the decoder 33 and/or the layer 0 decoder 30A of the decoder 33 may perform the process 500, depending on the embodiment. All embodiments described with respect to FIG. 5 may be implemented separately, or in combination with one another. Certain details relating to the process 500 are explained above and below, e.g., with respect to FIG. 4 .
  • the process 500 starts at block 501.
  • the decoder 33 can include a memory for storing video information associated with an enhancement layer (EL) and a corresponding reference layer (RL).
  • EL enhancement layer
  • RL reference layer
  • the decoder 33 obtains information associated with a reference layer picture in the current access unit (AU).
  • the RL is coded using a standard (e.g., H.264/AVC).
  • the standard used to code the RL may also be referred to as the "RL standard.”
  • the information associated with the RL picture can consist of: (1) decoded sample values of the RL picture; (2) the representation format of the RL picture; and (3) an indication of whether the RL picture is an instantaneous decoding refresh (IDR) picture or not.
  • the information associated with the RL picture can be provided by an external means or apparatus, for example, external to the decoder 33.
  • the external means is a coder that is configured to code video information using the RL standard.
  • the coder can be the coder that was used to code the RL or any other external means.
  • the representation format of the RL picture can include at least one of: the width of the RL picture, the height of the RL picture, the color format of the RL picture, the bit depth of luma components of the RL picture, or the bit depth of chroma components of the RL picture.
  • the width of the RL picture and the height of the RL picture may be specified in units of luma samples.
  • the information is provided using one or more application programming interfaces (APIs). In other embodiments, the information is provided using a file, a buffer, or other appropriate means.
  • APIs application programming interfaces
  • the decoder 33 receives additional information associated with the RL picture in the current AU.
  • the additional information can include (4) an indication of whether the RL picture is a frame or a field. If the RL picture is a field, the additional information can further include: (5) the field parity.
  • the additional information can be optional.
  • the decoder 33 codes the EL picture in the current AU based on the obtained information.
  • the EL picture is coded using a standard that is different from the standard used to code the RL (e.g., H.265/HEVC or SHVC).
  • the standard used to code the RL is H.264/AVC and the standard used to code the EL is H.265/HEVC or SHVC.
  • the standard used to code the EL may be referred to as the "EL standard.”
  • the decoder 33 may implement one or more of the following features:
  • the process 500 ends at block 504. Blocks may be added and/or omitted in the process 500, depending on the embodiment, and blocks of the process 500 may be performed in different orders, depending on the embodiment.
  • any features and/or embodiments described with respect to support for multi-layer coding using different standards in this disclosure may be implemented separately or in any combination thereof.
  • any features and/or embodiments described in connection with FIGS. 1-4 and other parts of the disclosure may be implemented in any combination with any features and/or embodiments described in connection with FIG. 5 , and vice versa.
  • Information and signals disclosed herein may be represented using any of a variety of different technologies and techniques.
  • data, instructions, commands, information, signals, bits, symbols, and chips that may be referenced throughout the above description may be represented by voltages, currents, electromagnetic waves, magnetic fields or particles, optical fields or particles, or any combination thereof.
  • the techniques described herein may be implemented in hardware, software, firmware, or any combination thereof. Such techniques may be implemented in any of a variety of devices such as general purposes computers, wireless communication device handsets, or integrated circuit devices having multiple uses including application in wireless communication device handsets and other devices. Any features described as modules or components may be implemented together in an integrated logic device or separately as discrete but interoperable logic devices. If implemented in software, the techniques may be realized at least in part by a computer-readable data storage medium comprising program code including instructions that, when executed, performs one or more of the methods described above.
  • the computer-readable data storage medium may form part of a computer program product, which may include packaging materials.
  • the computer-readable medium may comprise memory or data storage media, such as random access memory (RAM) such as synchronous dynamic random access memory (SDRAM), read-only memory (ROM), non-volatile random access memory (NVRAM), electrically erasable programmable read-only memory (EEPROM), FLASH memory, magnetic or optical data storage media, and the like.
  • RAM random access memory
  • SDRAM synchronous dynamic random access memory
  • ROM read-only memory
  • NVRAM non-volatile random access memory
  • EEPROM electrically erasable programmable read-only memory
  • FLASH memory magnetic or optical data storage media, and the like.
  • the techniques additionally, or alternatively, may be realized at least in part by a computer-readable communication medium that carries or communicates program code in the form of instructions or data structures and that can be accessed, read, and/or executed by a computer, such as propagated signals or waves.
  • the program code may be executed by a processor, which may include one or more processors, such as one or more digital signal processors (DSPs), general purpose microprocessors, an application specific integrated circuits (ASICs), field programmable logic arrays (FPGAs), or other equivalent integrated or discrete logic circuitry.
  • DSPs digital signal processors
  • ASICs application specific integrated circuits
  • FPGAs field programmable logic arrays
  • a general purpose processor may be a microprocessor; but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine.
  • a processor may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
  • processor may refer to any of the foregoing structure, any combination of the foregoing structure, or any other structure or apparatus suitable for implementation of the techniques described herein.
  • functionality described herein may be provided within dedicated software modules or hardware modules configured for encoding and decoding, or incorporated in a combined video encoder-decoder (CODEC).
  • CODEC combined video encoder-decoder
  • the techniques could be fully implemented in one or more circuits or logic elements.
  • the techniques of this disclosure may be implemented in a wide variety of devices or apparatuses, including a wireless handset, an integrated circuit (IC) or a set of ICs (e.g., a chip set).
  • IC integrated circuit
  • a set of ICs e.g., a chip set.
  • Various components, modules, or units are described in this disclosure to emphasize functional aspects of devices configured to perform the disclosed techniques, but do not necessarily require realization by different hardware units. Rather, as described above, various units may be combined in a codec hardware unit or provided by a collection of interoperative hardware units, including one or more processors as described above, in conjunction with suitable software and/or firmware.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Claims (11)

  1. Appareil de codage d'informations vidéo, l'appareil comprenant :
    une mémoire configurée pour stocker des informations vidéo associées à une couche d'amélioration (EL) et à une couche de référence correspondante (RL) ; et
    un processeur couplé opérationnellement à la mémoire et configuré pour :
    coder une image EL dans une unité d'accès de courant (AU), le codage EL utilisant la norme de codage vidéo H.265/HEVC et le codage RL utilisant la norme de codage vidéo H.264/AVC, le codage de l'image EL étant basé sur des informations associées à une image RL dans l'unité d'accès de courant ; et
    recevoir des informations associées à l'image RL, provenant d'une entité externe au processeur configurée pour coder l'image EL dans l'unité d'accès de courant, les informations étant constituées :
    (1) de valeurs d'échantillon décodées de l'image RL ;
    (2) d'un format de représentation de l'image RL ; et
    (3) d'une indication selon laquelle l'image RL est une image de rafraîchissement de décodage instantané (IDR),
    dans lequel :
    le processeur est en outre configuré pour ne pas émettre les valeurs d'échantillon décodées de l'image RL ;
    la mémoire comprend un tampon d'image décodée (DPB) et le processeur est en outre configuré pour stocker les valeurs d'échantillon décodées de l'image RL dans une mémoire d'image décodée qui ne fait pas partie du tampon d'image décodée utilisé pour stocker l'EL ;
    le processeur est en outre configuré pour obtenir de l'entité externe des informations relatives à une unité d'accès à laquelle l'image RL appartient ;
    le processeur est en outre configuré pour définir un identificateur de couche de l'image RL égal à un identificateur de couche de l'image EL ou à 0.
    le processeur est en outre configuré pour définir un numéro d'ordre d'image (POC) de l'image RL égal à un POC de l'image EL ;
    le processeur est en outre configuré pour marquer l'image RL comme image de référence à long terme ;
    la mémoire comprend un tampon d'image codé (CPB) et le processeur est en outre configuré pour définir la RL sur 0 bit dans les opérations CPB ; et
    le processeur est en outre configuré pour ne pas se référer aux valeurs d'échantillon décodées de l'image RL dans les opérations DPB de l'EL.
  2. Appareil selon la revendication 1, dans lequel l'entité externe est un codeur configuré pour coder des informations vidéo en utilisant la seconde norme.
  3. Appareil selon la revendication 1, dans lequel le processeur est en outre configuré pour :
    recevoir de secondes informations associées à l'image RL dans l'unité d'accès de courant, les secondes informations comprenant :
    (4) une indication selon laquelle l'image RL est un cadre ou un champ ; et
    coder l'image EL sur la base des informations associées à l'image RL dans l'unité d'accès de courant et des secondes informations.
  4. Appareil selon la revendication 3, dans lequel, si l'image RL est un champ, les secondes informations associées à l'image RL comprennent en outre :
    (5) une parité de champ.
  5. Appareil selon la revendication 1, dans lequel le format de représentation de l'image RL comprend :
    une largeur de l'image RL et/ou une hauteur de l'image RL, et/ou un format couleur de l'image RL et/ou une profondeur de bit des composantes de luminance de l'image RL et/ou une profondeur de bit des composantes de chrominance de l'image RL.
  6. Appareil selon la revendication 5, dans lequel la largeur de l'image RL et la hauteur de l'image RL sont spécifiées dans les unités d'échantillons de luminance.
  7. Appareil selon la revendication 1, dans lequel les informations associées à l'image RL sont fournies à l'aide d'une ou de plusieurs interfaces de programmation d'applications (API).
  8. Appareil selon la revendication 1, l'appareil comprenant au moins :
    un ordinateur de bureau, un ordinateur bloc-notes, un ordinateur portable, un ordinateur tablette, un décodeur, un combiné téléphonique, un smartphone, un dispositif de communication sans fil, un clavier intelligent, un téléviseur, un appareil photo, un dispositif d'affichage, un lecteur multimédia numérique, une console de jeux vidéo ou un dispositif de diffusion vidéo en continu.
  9. Procédé de codage d'informations vidéo, le procédé consistant à :
    utiliser un processeur comprenant du matériel informatique :
    pour stocker, dans une mémoire, des informations vidéo associées à une couche d'amélioration (EL) et à une couche de référence correspondante (RL) ;
    pour coder une image EL dans une unité d'accès de courant (AU), le codage EL utilisant la norme de codage vidéo H.265/HEVC et le codage RL utilisant la norme de codage vidéo H.264/AVC, le codage de l'image EL étant basé sur des informations associées à une image RL dans l'unité d'accès de courant ; et
    pour recevoir les informations associées à l'image RL, provenant d'une entité externe au processeur, les informations étant constituées :
    (1) de valeurs d'échantillon décodées de l'image RL ;
    (2) d'un format de représentation de l'image RL ; et
    (3) d'une indication selon laquelle l'image RL est une image de rafraîchissement de décodage instantané (IDR),
    dans lequel :
    le processeur est en outre configuré pour ne pas émettre les valeurs d'échantillon décodées de l'image RL ;
    la mémoire comprend un tampon d'image décodée (DPB) et le procédé consiste en outre à utiliser le processeur pour stocker les valeurs d'échantillon décodées de l'image RL dans une mémoire d'image décodée qui ne fait pas partie du tampon d'image décodée utilisé pour stocker l'EL ;
    le procédé consiste en outre à utiliser le processeur pour obtenir de l'entité externe des informations relatives à une unité d'accès à laquelle l'image RL appartient ;
    le procédé consiste en outre à utiliser le processeur pour définir un identificateur de couche de l'image RL égal à un identificateur de couche de l'image EL ou à 0 ;
    le procédé consiste en outre à utiliser le processeur pour définir un numéro d'ordre d'image (POC) de l'image RL égal à un POC de l'image EL ;
    le procédé consiste en outre à utiliser le processeur pour marquer l'image RL comme image de référence à long terme ;
    la mémoire comprend un tampon d'image codée (CPB) et le procédé consiste en outre à utiliser le processeur pour définir la RL sur 0 bit dans les opérations CPB ; et.
    le processeur est en outre configuré pour ne pas se référer aux valeurs d'échantillon décodées de l'image RL dans les opérations DPB de l'EL.
  10. Procédé selon la revendication 9, dans lequel le format de représentation de l'image RL comprend :
    une largeur de l'image RL et/ou une hauteur de l'image RL, et/ou un format couleur de l'image RL et/ou une profondeur de bit des composantes de luminance de l'image RL et/ou une profondeur de bit des composantes de chrominance de l'image RL.
  11. Support non transitoire lisible par ordinateur comprenant des instructions qui, lorsqu'elles sont exécutées sur un processeur comprenant du matériel informatique, amènent le processeur à exécuter le procédé selon la revendication 9 ou 10.
EP14828642.0A 2014-01-03 2014-12-30 Prise en charge d'une couche de base d'un codec différent dans le codage vidéo multicouche Active EP3090551B1 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201461923529P 2014-01-03 2014-01-03
US14/584,473 US9832481B2 (en) 2014-01-03 2014-12-29 Support of base layer of a different codec in multi-layer video coding
PCT/US2014/072698 WO2015103224A1 (fr) 2014-01-03 2014-12-30 Prise en charge d'une couche de base d'un codec différent dans le codage vidéo multicouche

Publications (2)

Publication Number Publication Date
EP3090551A1 EP3090551A1 (fr) 2016-11-09
EP3090551B1 true EP3090551B1 (fr) 2019-10-23

Family

ID=52394375

Family Applications (1)

Application Number Title Priority Date Filing Date
EP14828642.0A Active EP3090551B1 (fr) 2014-01-03 2014-12-30 Prise en charge d'une couche de base d'un codec différent dans le codage vidéo multicouche

Country Status (8)

Country Link
US (1) US9832481B2 (fr)
EP (1) EP3090551B1 (fr)
JP (1) JP6513684B2 (fr)
KR (1) KR102127549B1 (fr)
CN (1) CN105850130B (fr)
BR (1) BR112016015453B1 (fr)
CA (1) CA2930331C (fr)
WO (1) WO2015103224A1 (fr)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10045021B2 (en) 2013-04-05 2018-08-07 Samsung Electronics Co., Ltd. Multi-layer video coding method for random access and device therefor, and multi-layer video decoding method for random access and device therefor
US9826232B2 (en) 2014-01-08 2017-11-21 Qualcomm Incorporated Support of non-HEVC base layer in HEVC multi-layer extensions
US10448069B2 (en) * 2015-02-05 2019-10-15 Cisco Technology, Inc. PVR assist information for HEVC bitstreams
US10455242B2 (en) 2015-03-04 2019-10-22 Qualcomm Incorporated Signaling output indications in codec-hybrid multi-layer video coding
US10616383B2 (en) 2016-09-26 2020-04-07 Samsung Display Co., Ltd. System and method for electronic data communication
US10469857B2 (en) 2016-09-26 2019-11-05 Samsung Display Co., Ltd. System and method for electronic data communication
US10075671B2 (en) 2016-09-26 2018-09-11 Samsung Display Co., Ltd. System and method for electronic data communication
US10523895B2 (en) 2016-09-26 2019-12-31 Samsung Display Co., Ltd. System and method for electronic data communication
EP3756347A1 (fr) * 2018-02-20 2020-12-30 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Codage d'image/vidéo prenant en charge une résolution variable et/ou gérant efficacement un groupage par région
US11356698B2 (en) * 2019-12-30 2022-06-07 Tencent America LLC Method for parameter set reference constraints in coded video stream
JP7415027B2 (ja) 2020-02-29 2024-01-16 北京字節跳動網絡技術有限公司 ハイレベルシンタックス要素のための制約
WO2021233448A1 (fr) 2020-05-22 2021-11-25 Beijing Bytedance Network Technology Co., Ltd. Signalisation d'un indice de niveau général
WO2021239085A1 (fr) * 2020-05-28 2021-12-02 Beijing Bytedance Network Technology Co., Ltd. Signalisation de liste d'images de référence dans le codage vidéo
US11706497B1 (en) * 2022-02-11 2023-07-18 Microsoft Technology Licensing, Llc Ultra-low latency video streaming

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8705617B2 (en) * 2005-09-27 2014-04-22 Qualcomm Incorporated Multiple layer video encoding
KR100781524B1 (ko) * 2006-04-04 2007-12-03 삼성전자주식회사 확장 매크로블록 스킵 모드를 이용한 인코딩/디코딩 방법및 장치
WO2012006299A1 (fr) * 2010-07-08 2012-01-12 Dolby Laboratories Licensing Corporation Systèmes et procédés de distribution d'image et de vidéo multicouche utilisant des signaux de traitement de référence
US20130195186A1 (en) * 2012-02-01 2013-08-01 Futurewei Technologies, Inc. Scalable Video Coding Extensions for High Efficiency Video Coding
US9357197B2 (en) 2012-05-24 2016-05-31 Dolby Laboratories Licensing Corporation Multi-layer backwards-compatible video delivery for enhanced dynamic range and enhanced resolution formats
PL2901688T3 (pl) * 2012-09-28 2020-05-18 Nokia Technologies Oy Aparat i sposób do kodowania i dekodowania wideo
US10045021B2 (en) * 2013-04-05 2018-08-07 Samsung Electronics Co., Ltd. Multi-layer video coding method for random access and device therefor, and multi-layer video decoding method for random access and device therefor
JP2015002495A (ja) * 2013-06-18 2015-01-05 シャープ株式会社 画像復号装置、および画像符号化装置
CN109905703B (zh) * 2013-10-11 2023-11-17 Vid拓展公司 Hevc扩展的高级句法
CN105659599B (zh) * 2013-10-14 2019-04-12 瑞典爱立信有限公司 可缩放视频中的图序计数对齐
WO2015056179A1 (fr) * 2013-10-15 2015-04-23 Nokia Technologies Oy Codage et décodage vidéo utilisant un élément de syntaxe

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
None *

Also Published As

Publication number Publication date
KR20160102074A (ko) 2016-08-26
CA2930331A1 (fr) 2015-07-09
BR112016015453A2 (pt) 2017-08-08
CA2930331C (fr) 2021-09-21
CN105850130A (zh) 2016-08-10
JP2017508336A (ja) 2017-03-23
EP3090551A1 (fr) 2016-11-09
US9832481B2 (en) 2017-11-28
JP6513684B2 (ja) 2019-05-15
KR102127549B1 (ko) 2020-06-26
US20150195561A1 (en) 2015-07-09
CN105850130B (zh) 2019-07-16
WO2015103224A1 (fr) 2015-07-09
BR112016015453B1 (pt) 2023-04-18

Similar Documents

Publication Publication Date Title
US10404990B2 (en) Temporal motion vector prediction (TMVP) indication in multi-layer codecs
EP3120549B1 (fr) Vidage d'images et inférence de paramètre de tampon d'images décodées pour flux binaires multicouches
EP3090557B1 (fr) Inférence améliorée d'un drapeau nooutputofpriorpicsflag dans un codage vidéo
EP3090551B1 (fr) Prise en charge d'une couche de base d'un codec différent dans le codage vidéo multicouche
EP3120563B1 (fr) Dérivation d'informations d'imbrication d'id temporelle de sps pour des flux binaires multicouches
EP3132604B1 (fr) Informations de fenêtre de conformité dans un codage multicouche
EP3058744A1 (fr) Dispositif et procédé de codage évolutif d'informations vidéo
EP3158760B1 (fr) Réinitialisation complète du numéro d'ordre d'image pour des codecs multi-couches
EP3058728B1 (fr) Dispositif et procédé pour le codage évolutif d'informations vidéo
NZ719895B2 (en) Improved inference of nooutputofpriorpicsflag in video coding

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20160516

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

DAX Request for extension of the european patent (deleted)
GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

INTG Intention to grant announced

Effective date: 20190507

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602014055691

Country of ref document: DE

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 1195018

Country of ref document: AT

Kind code of ref document: T

Effective date: 20191115

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20191023

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200123

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200224

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200124

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200123

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200224

Ref country code: RS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: AL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602014055691

Country of ref document: DE

PG2D Information on lapse in contracting state deleted

Ref country code: IS

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20200223

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1195018

Country of ref document: AT

Kind code of ref document: T

Effective date: 20191023

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20191231

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SM

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

26N No opposition filed

Effective date: 20200724

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191230

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191230

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191231

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191231

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20191231

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20141230

Ref country code: MT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20191023

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20231108

Year of fee payment: 10

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20231108

Year of fee payment: 10

Ref country code: DE

Payment date: 20231108

Year of fee payment: 10