TWI578763B - Coding unit bit number limitation - Google Patents

Coding unit bit number limitation Download PDF

Info

Publication number
TWI578763B
TWI578763B TW103100659A TW103100659A TWI578763B TW I578763 B TWI578763 B TW I578763B TW 103100659 A TW103100659 A TW 103100659A TW 103100659 A TW103100659 A TW 103100659A TW I578763 B TWI578763 B TW I578763B
Authority
TW
Taiwan
Prior art keywords
bit
bit number
video
value
coding mode
Prior art date
Application number
TW103100659A
Other languages
Chinese (zh)
Other versions
TW201442489A (en
Inventor
張文豪
邱義真
劉凌智
徐利同
韓愈
鄧子平
蔡曉夏
江宏
Original Assignee
英特爾股份有限公司
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
Priority claimed from PCT/US2013/034264 external-priority patent/WO2014107183A1/en
Application filed by 英特爾股份有限公司 filed Critical 英特爾股份有限公司
Publication of TW201442489A publication Critical patent/TW201442489A/en
Application granted granted Critical
Publication of TWI578763B publication Critical patent/TWI578763B/en

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Description

編碼單元位元數限制 Coding unit bit number limit

本發明係關於編碼單元位元數限制。 The present invention relates to the coding unit bit number limitation.

高效率視頻編碼(HEVC),目前在由ISO/IEC動態影像專家小組(MPEG)和ITU-T視頻編碼專家小組(VCEG)形成的視頻編碼聯合協作小組(JCT-VC)發展下,是一種視頻壓縮標準,預計在2013年完成。類似於以前的視頻編碼標準,HEVC包括諸如內部/幅間預測、變換、量化、迴圈過濾、和熵編碼等基本功能模組。HEVC定義圖像的最大編碼單元(LCU),然後分成採取具有可變大小的矩形塊的形式之編碼單元(CU)。CU包含Luma像素的方形塊和兩個對應塊的色度像素為單位。CU的大小可配置為8x8、16x16、32x32或64x64 Luma分量。LCU被認為是在實施HEVC編解碼器時的基本單位。 High Efficiency Video Coding (HEVC), currently developed as a video by the Joint Coordination Group for Video Coding (JCT-VC) formed by the ISO/IEC Motion Picture Experts Group (MPEG) and the ITU-T Video Coding Experts Group (VCEG) The compression standard is expected to be completed in 2013. Similar to previous video coding standards, HEVC includes basic functional modules such as internal/inter-frame prediction, transform, quantization, loop filtering, and entropy coding. The HEVC defines the largest coding unit (LCU) of the picture and then divides into coding units (CUs) in the form of rectangular blocks having a variable size. The CU contains square blocks of Luma pixels and chrominance pixels of two corresponding blocks. The size of the CU can be configured as an 8x8, 16x16, 32x32 or 64x64 Luma component. The LCU is considered to be the basic unit when implementing the HEVC codec.

為了減少解碼器複雜性,HEVC約束任何編碼LCU的位元數為極限值。因為LCU位元數極限,解碼器 知道編碼LCU最壞情況下的位元大小,且只要不超過位元數極限,可能會分配一大小足以容納任何大小LCU的解碼之緩衝區。然而,應注意在選擇限制性位元數位值,因為雖然較大的極限值可能會顯著地減少編碼的LCU違反約束的可能性,但它們也增加解碼器記憶體資源的需求。在最近的HEVC規格草案(請參閱ISO/IEC JTC/SC29/WG11和ITU-T SG16 WP3,"高效率視頻編碼(HEVC)文本規格草案9"(JCTVC-J1003_d9),2012年10月)中,位元數位極限值(LCUBitNumLimit)被設定為LCU的未壓縮的原始資料位元數(LCURawDataNum)的單一特定比率,如下方程式(1)和方程式(2)中所示:LCURawDataNum=sizeY*sizeY*bitdepthY+2*sizeC*sizeC*bitdepthC (1) To reduce decoder complexity, HEVC constrains the number of bits of any coded LCU to a limit value. Because of the limit of the number of LCU bits, the decoder Knowing the worst case bit size of the encoded LCU, and as long as the number of bits is not exceeded, a buffer of sufficient size to accommodate the decoding of any size LCU may be allocated. However, it should be noted that the restriction bit value is chosen because although larger limit values may significantly reduce the likelihood of coded LCUs breaking constraints, they also increase the need for decoder memory resources. In the recent draft HEVC specification (see ISO/IEC JTC/SC29/WG11 and ITU-T SG16 WP3, "High Efficiency Video Coding (HEVC) Text Specification Draft 9" (JCTVC-J1003_d9), October 2012), The bit digit limit value (LCUBitNumLimit) is set to a single specific ratio of the LCU's uncompressed original data bit number (LCURawDataNum), as shown in Equation (1) and Equation (2) below: LCURawDataNum=sizeY*sizeY*bitdepthY +2*sizeC*sizeC*bitdepthC (1)

LCUBitNumLimit=(4/3)*LCURawDataNum (2) LCUBitNumLimit=(4/3)*LCURawDataNum (2)

其中sizeY和bitdepthY分別為LCU的Luma分量的塊大小和位元深度,以及sizeC和bitdepthC分別為LCU的色度分量的塊大小和位元深度。 Where sizeY and bitdepthY are the block size and bit depth of the Luma component of the LCU, respectively, and sizeC and bitdepthC are the block size and bit depth of the chrominance component of the LCU, respectively.

100‧‧‧系統 100‧‧‧ system

101‧‧‧輸入圖像 101‧‧‧ Input image

102‧‧‧編碼器 102‧‧‧Encoder

104‧‧‧編碼單元分區模組 104‧‧‧Code Unit Partitioning Module

106‧‧‧變換和量化模組 106‧‧‧Transformation and Quantization Module

108‧‧‧反量化和反變換模組 108‧‧‧Anti-quantization and inverse transformation module

110‧‧‧內部預測模組 110‧‧‧Internal forecasting module

112‧‧‧解塊過濾模組 112‧‧‧Deblocking filter module

114‧‧‧樣本可調適偏移過濾模組 114‧‧‧sample adjustable offset filter module

116‧‧‧幅間預測模組 116‧‧‧Inter-frame prediction module

117‧‧‧模式決策模組 117‧‧‧ mode decision module

118‧‧‧熵編碼模組 118‧‧‧Entropy coding module

119‧‧‧位元流 119‧‧‧ bit flow

120‧‧‧解碼器 120‧‧‧Decoder

122‧‧‧熵解碼模組 122‧‧‧ Entropy decoding module

124‧‧‧反變換模組 124‧‧‧Anti-transformation module

126‧‧‧內部預測模組 126‧‧‧Internal forecasting module

127‧‧‧語法控制模組 127‧‧‧ grammar control module

128‧‧‧解塊過濾模組 128‧‧‧Deblocking filter module

130‧‧‧樣本可調適偏移過濾模組 130‧‧‧sample adjustable offset filter module

132‧‧‧幅間預測模組 132‧‧‧Inter-frame prediction module

134‧‧‧編碼單元裝配模組 134‧‧‧ coding unit assembly module

135‧‧‧輸出圖像 135‧‧‧ output image

200‧‧‧位元流 200‧‧‧ bit flow

202‧‧‧標頭部 202‧‧‧ head

204‧‧‧資料部 204‧‧‧Information Department

206‧‧‧指標 206‧‧‧ indicators

208‧‧‧指標 208‧‧‧ indicators

210‧‧‧資料包 210‧‧‧Information package

300‧‧‧程序 300‧‧‧ procedures

302‧‧‧方塊 302‧‧‧ squares

304‧‧‧方塊 304‧‧‧ square

306‧‧‧方塊 306‧‧‧ squares

308‧‧‧方塊 308‧‧‧ squares

310‧‧‧方塊 310‧‧‧ square

312‧‧‧方塊 312‧‧‧ square

400‧‧‧視頻編碼系統 400‧‧‧Video Coding System

402‧‧‧處理器 402‧‧‧Processor

406‧‧‧視頻編解碼器模組 406‧‧‧Video Codec Module

408‧‧‧記憶體 408‧‧‧ memory

500‧‧‧系統 500‧‧‧ system

502‧‧‧平臺 502‧‧‧ platform

505‧‧‧晶片組 505‧‧‧ chipsets

510‧‧‧處理器 510‧‧‧ processor

512‧‧‧記憶體 512‧‧‧ memory

513‧‧‧天線 513‧‧‧Antenna

514‧‧‧儲存器 514‧‧‧Storage

515‧‧‧圖形子系統 515‧‧‧Graphics Subsystem

516‧‧‧應用程式 516‧‧‧Application

518‧‧‧無線電 518‧‧‧ radio

520‧‧‧顯示器 520‧‧‧ display

522‧‧‧使用者介面 522‧‧‧User interface

530‧‧‧內容服務裝置 530‧‧‧Content service device

540‧‧‧內容遞送裝置 540‧‧‧Content delivery device

550‧‧‧導航控制器 550‧‧‧Navigation controller

560‧‧‧網路 560‧‧‧Network

600‧‧‧裝置 600‧‧‧ device

602‧‧‧外殼 602‧‧‧ Shell

604‧‧‧顯示器 604‧‧‧ display

606‧‧‧輸入/輸出(I/O)裝置 606‧‧‧Input/Output (I/O) devices

608‧‧‧天線 608‧‧‧Antenna

612‧‧‧導航功能 612‧‧‧ navigation function

700‧‧‧程序 700‧‧‧Program

701‧‧‧輸入圖像 701‧‧‧ Input image

702‧‧‧編碼器 702‧‧‧Encoder

704‧‧‧方塊 704‧‧‧ squares

705‧‧‧最大編碼單元 705‧‧‧Maximum coding unit

706‧‧‧方塊 706‧‧‧ square

708‧‧‧方塊 708‧‧‧ square

710‧‧‧方塊 710‧‧‧ square

712‧‧‧方塊 712‧‧‧ square

719‧‧‧位元流 719‧‧‧ bit flow

720‧‧‧解碼器 720‧‧‧Decoder

722‧‧‧方塊 722‧‧‧ squares

724‧‧‧方塊 724‧‧‧ square

725‧‧‧最大編碼單元 725‧‧‧Maximum coding unit

726‧‧‧方塊 726‧‧‧ square

735‧‧‧輸出圖像 735‧‧‧ output image

800‧‧‧視頻編碼程序 800‧‧‧Video coding program

802‧‧‧方塊 802‧‧‧ square

804‧‧‧方塊 804‧‧‧ square

900‧‧‧視頻編碼程序 900‧‧‧Video coding program

901‧‧‧方塊 901‧‧‧ square

902‧‧‧方塊 902‧‧‧ square

903‧‧‧方塊 903‧‧‧ square

904‧‧‧方塊 904‧‧‧ square

905‧‧‧方塊 905‧‧‧ square

906‧‧‧方塊 906‧‧‧ square

907‧‧‧方塊 907‧‧‧ square

908‧‧‧方塊 908‧‧‧ square

909‧‧‧方塊 909‧‧‧ square

910‧‧‧方塊 910‧‧‧ square

911‧‧‧方塊 911‧‧‧

912‧‧‧方塊 912‧‧‧ squares

913‧‧‧方塊 913‧‧‧ squares

914‧‧‧方塊 914‧‧‧ square

920‧‧‧邏輯模組 920‧‧‧Logic Module

930‧‧‧編碼器 930‧‧‧Encoder

940‧‧‧解碼器 940‧‧‧Decoder

950‧‧‧位元數極限模組 950‧‧‧bit limit module

960‧‧‧位元數極限模組 960‧‧‧bit limit module

1000‧‧‧視頻編碼系統 1000‧‧‧Video Coding System

1001‧‧‧成像裝置 1001‧‧‧ imaging device

1002‧‧‧視頻編碼器 1002‧‧‧Video Encoder

1003‧‧‧天線 1003‧‧‧Antenna

1004‧‧‧視頻解碼器 1004‧‧‧Video Decoder

1006‧‧‧處理器 1006‧‧‧ processor

1008‧‧‧記憶體儲存器 1008‧‧‧ memory storage

1010‧‧‧顯示器 1010‧‧‧ display

1040‧‧‧邏輯模組 1040‧‧‧Logic Module

本文所述的材料在附圖中係說明作為實例而非作為限制。為圖解的簡潔和清晰,圖中所示元件不一定按比例繪製。例如,為清楚起見,一些元件的尺寸相對於其他元件可能被誇大。此外,如果認為適當,參考標號已 重複在數圖之間,以指示對應或類似的元件。在諸圖中:圖1是實例視頻編碼系統的說明圖;圖2是實例視頻編碼方案的說明圖;圖3是說明實例程序的流程圖;圖4是實例視頻編碼系統的說明圖;圖5是實例系統的說明圖;圖6說明實例裝置;圖7是說明實例程序的流程圖;圖8是說明實例視頻編碼程序的流程圖;圖9是實例視頻編碼程序操作中的說明圖;及圖10是實例視頻編碼系統的說明圖,所有按照本發明的一些實作予以配置。 The materials described herein are illustrated by way of example and not limitation. For the sake of simplicity and clarity of the illustration, the elements shown in the figures are not necessarily drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to the other elements for clarity. In addition, if deemed appropriate, the reference number has been Repeat between the figures to indicate corresponding or similar components. In the drawings: FIG. 1 is an explanatory diagram of an example video encoding system; FIG. 2 is an explanatory diagram of an example video encoding scheme; FIG. 3 is a flowchart illustrating an example program; FIG. 4 is an explanatory diagram of an example video encoding system; FIG. 6 is a flowchart illustrating an example program; FIG. 8 is a flowchart illustrating an example video encoding program; FIG. 9 is an explanatory diagram in an operation of an example video encoding program; 10 is an illustration of an example video coding system, all configured in accordance with some implementations of the present invention.

【發明內容及實施方式】 SUMMARY OF THE INVENTION AND EMBODIMENT

現在參照附圖說明一或多個實施例或實作。雖然討論特定的組態和配置,應理解的是,這僅是用於說明目的。熟悉有關技藝者會認識到可能利用其它組態和配置而又不偏離本說明的精神和範圍。對於熟悉有關技藝者而言將顯而易知道,文中所述的技術和組態亦可能被利用於除了文中所述以外的各種其它系統和應用。 One or more embodiments or implementations are now described with reference to the drawings. While specific configurations and configurations are discussed, it should be understood that this is for illustrative purposes only. Those skilled in the art will recognize that other configurations and configurations may be utilized without departing from the spirit and scope of the present description. It will be readily apparent to those skilled in the art that the techniques and configurations described herein may also be utilized in a variety of other systems and applications in addition to those described herein.

雖然下面的描述提出可能以例如系統單晶片(SoC)結構的結構表現之各種實作,實作文中所述的技術和/或配置並不限於特殊的結構和/或計算系統,並可能由用於類似目的任何結構和/或計算系統予以實施。例 如,利用例如多個積體電路(IC)晶片和/或封裝的各種結構、和/或諸如機上盒、智慧手機等的各種計算裝置和/或消費電子(CE)裝置可能實現文中所述的技術和/或配置。再者,雖然下面的描述可能會提出諸如邏輯實施、系統元件的類型和連動性、邏輯分區/整合選擇等的許多特定細節,請求的標的物可能不具這種特定細節予以實施。在其它例子中,一些材料,例如控制結構和完整的軟體指令序列,可能不會詳細顯示以致不會混淆文中所揭的材料。 Although the following description presents various implementations that may behave in a structure such as a system single-chip (SoC) structure, the techniques and/or configurations described in the text are not limited to a particular configuration and/or computing system and may be utilized. Any structure and/or computing system is implemented for similar purposes. example For example, various structures, such as a plurality of integrated circuit (IC) chips and/or packages, and/or various computing devices such as set-top boxes, smart phones, and/or consumer electronics (CE) devices may be utilized to implement the text. Technology and / or configuration. Furthermore, although the following description may suggest many specific details such as logic implementation, type and linkage of system components, logical partitioning/integration selection, etc., the claimed subject matter may not be implemented with such specific details. In other examples, some materials, such as control structures and complete software instruction sequences, may not be shown in detail so as not to obscure the materials disclosed herein.

文中所揭的材料可以硬體、韌體、軟體、或其任何組合予以實施。文中所揭的材料也可實施作為儲存在機器可讀取媒體上的指令,其可由一或多個處理器讀取並執行。機器可讀取媒體可能包括任何媒體和/或機構用於以機器(例如,計算裝置)可讀取的形式儲存或傳輸資訊。例如,機器可讀取媒體可包括唯讀記憶體(ROM);隨機存取記憶體(RAM);磁碟儲存媒體;光學儲存媒體;快閃記憶體裝置;電氣、光學、聲學或其它形式的傳播信號(例如,載波、紅外線信號、數位信號等),以及其它。 The materials disclosed herein may be implemented in hardware, firmware, software, or any combination thereof. The materials disclosed herein may also be implemented as instructions stored on a machine readable medium, which may be read and executed by one or more processors. Machine readable media may include any medium and/or mechanism for storing or transmitting information in a form readable by a machine (eg, a computing device). For example, machine readable media may include read only memory (ROM); random access memory (RAM); disk storage media; optical storage media; flash memory devices; electrical, optical, acoustic or other forms. Propagating signals (eg, carrier waves, infrared signals, digital signals, etc.), among others.

說明書中對「一個實施」、「實施」、「實例實施」等的提及表明,所述的實現可包括特殊特徵、結構或特性,但每一實施例可不必要包括特殊特徵、結構或特性。此外,這種片語不必要意指相同的實施。再者,當針對實施例說明特殊特徵、結構或特性時,提出的是,其 係在熟悉此項技藝者的知識內,以針對文中是否已明確說明的其它實施,實現這種特徵、結構或特性。 References to "one implementation," "implementation," "example implementation," and the like in the specification are intended to include a particular feature, structure, or characteristic, but each embodiment may not necessarily include a particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same implementation. Furthermore, when a particular feature, structure, or characteristic is described with respect to the embodiments, it is proposed that This feature, structure, or characteristic is realized in the knowledge of those skilled in the art, and in other implementations that are specifically described herein.

以下說明與包括編碼單元位元數限制的視頻編碼相關之系統、設備、物件和方法。 The following describes systems, devices, objects, and methods related to video coding that includes coding unit bit number limits.

如上文所述,在視頻編碼中,任何編碼的最大編碼單元(LCU)位元數可能會受限於極限值(例如,LCU位元數極限)。基於LCU位元數極限,解碼器可配置成分配例如一大小足以容納位元數極限之緩衝區。通常,較大的位元數極限可能會降低編碼的LCU違反約束的可能性。違反在編碼器的約束可能會導致編碼器進入內部塊脈碼調變(I_PCM)模式,該模式不應用壓縮(例如,直接發送原始資料)並通常排除標準編碼器管線。違反可能會因此導致編碼器暫停編碼器管線並啟動I_PCM分支。這種操作可能會明顯地損害編碼器的性能且,通常,編碼器可能需要較大的位元數極限。然而,應該注意在選擇限制的位元數值方面,因為雖然較大的極限值可能會顯著減少編碼的LCU違反如前所述約束的可能性,但更大的位元數極限可能會增加解碼器記憶體資源需求(例如,分配的緩衝區大小),如前所述。因此,選擇LCU位元數極限可能是視頻編碼中的重要因素,並可能會影響在編碼器、解碼器,或兩者的性能。 As described above, in video coding, the maximum number of coded unit (LCU) bits of any code may be limited by the limit value (eg, the LCU bit number limit). Based on the LCU bit number limit, the decoder can be configured to allocate, for example, a buffer of sufficient size to accommodate the number of bits. In general, a larger number of bit numbers may reduce the likelihood that the encoded LCU will violate the constraint. Violation of the constraints on the encoder may cause the encoder to enter the internal block pulse code modulation (I_PCM) mode, which does not apply compression (for example, directly transmitting the original data) and usually excludes the standard encoder pipeline. A violation may result in the encoder suspending the encoder pipeline and starting the I_PCM branch. This type of operation can significantly impair the performance of the encoder and, in general, the encoder may require a larger number of bit limits. However, it should be noted that in selecting the bit value of the limit, although a larger limit value may significantly reduce the likelihood that the encoded LCU violates the constraints described above, a larger number of bit limits may increase the decoder. Memory resource requirements (for example, allocated buffer size), as described earlier. Therefore, selecting the LCU bit number limit may be an important factor in video coding and may affect performance at the encoder, decoder, or both.

將如以下更詳細地說明,說明用於選擇和執行LCU位元數極限的技術。在一些實例中,LCU位元數極限(例如,用於或與視頻資料塊關聯的位元數極限)可 能會根據視頻編碼器的編碼模式予以確定。例如,根據主動的視頻編碼模式,位元數極限比例因子可以從多個位元數極限比例因子予以確定,以及位元數極限比例因子可乘以視頻資料塊的原始視頻資料大小以確定位元數極限。一般情況下,易於產生較少位元的編碼模式可具有較小的位元數極限比例因子,而易於產生較多位元的編碼模式可具有較大的位元數極限比例因子。一般情況下,位元比例極限因子可能是於約1到2的範圍內,如本文中進一步所述。在編碼器方面,這種技術的執行可能會降低視頻資料塊編碼約束的違反頻率,以及在解碼器,這種技術可能會限制或減少專用於視頻資料塊的記憶體數量(例如,緩衝區大小)。 Techniques for selecting and executing the LCU bit number limit will be described in more detail below. In some examples, the LCU bit number limit (eg, the number of bits used for or associated with a video data block) may be It can be determined according to the coding mode of the video encoder. For example, according to the active video coding mode, the bit number limit scale factor can be determined from a plurality of bit number limit scale factors, and the bit number limit scale factor can be multiplied by the original video data size of the video data block to determine the bit element. Number limit. In general, an encoding mode that tends to generate fewer bits may have a smaller bit number limit scaling factor, while an encoding mode that tends to generate more bits may have a larger bit number limit scaling factor. In general, the bit scale limit factor may be in the range of about 1 to 2, as further described herein. On the encoder side, the implementation of this technique may reduce the frequency of violations of the video block coding constraints, and in the decoder, this technique may limit or reduce the amount of memory dedicated to the video block (eg, buffer size) ).

在其它實例中,位元數極限比例因子可預先確定為具有5/3的值,其可適用於所有的編碼模式。在這樣的實例中,用於或與視頻資料的最大編碼單元(LCU)關聯之位元數極限可將最大的編碼單元原始資料數量和5/3的位元數極限比例因子相乘而予以確定。視頻資料可以根據已確定的位元數極限予以編碼。這種實施可能會再次提供減少在編碼器方面的侵犯以及限制解碼器專用的記憶體,同時提供實施簡化的進一步優勢。 In other examples, the bit number limit scale factor may be predetermined to have a value of 5/3, which is applicable to all coding modes. In such an example, the number of bits associated with or associated with the largest coding unit (LCU) of the video material may be determined by multiplying the maximum number of coding unit original data by the 5/3 number of bits limiting scale factor. . The video material can be encoded according to the determined number of bits. Such an implementation may again provide for reducing encoder intrusion and limiting decoder-specific memory while providing further advantages of implementation simplification.

如文中所使用,術語「編碼器(coder)」可指編碼器(encoder)和/或解碼器(decoder)。同樣地,文中所使用術語「編碼」可指透過編碼器執行視頻編碼和/或透過解碼器執行視頻解碼。例如,視頻編碼器和視頻 解碼器二者可以是能夠編碼視頻資料之編碼器的實例。此外,如文中所述,術語「編解碼器」可指任何程序、程式或設置的操作,諸如,例如,軟體、韌體和/或硬體的任何組合,其可執行編碼器和/或解碼器。 As used herein, the term "coder" may refer to an encoder and/or a decoder. Similarly, the term "encoding" as used herein may refer to performing video encoding through an encoder and/or performing video decoding through a decoder. For example, video encoders and videos Both decoders may be examples of encoders capable of encoding video material. Moreover, as used herein, the term "codec" can refer to any program, program, or set of operations, such as, for example, any combination of software, firmware, and/or hardware that can perform an encoder and/or decode. Device.

圖1是根據本揭露的至少某些實作配置的實例視頻編碼系統100的說明圖。在各種實作中,系統100可進行視頻壓縮和解壓縮及/或按照一或多個標準或規格執行視頻編解碼,諸如,例如,高效率視頻編碼(HEVC)標準(請參閱ISO/IEC JTC/SC29/WG11和ITU-T SG16 WP3,"高效率視頻編碼(HEVC)文本規範草案8"(JCTVC-J1003_d7),2012年7月)。雖然系統100和/或其它系統、計畫或程序可能說明在文中於HEVC標準的上下文內,本揭露並不限於任何特殊的視頻編碼標準或規格或其擴充。 1 is an illustration of an example video encoding system 100 in accordance with at least some implementations of the present disclosure. In various implementations, system 100 can perform video compression and decompression and/or perform video codecs in accordance with one or more standards or specifications, such as, for example, the High Efficiency Video Coding (HEVC) standard (see ISO/IEC JTC/ SC29/WG11 and ITU-T SG16 WP3, "High Efficiency Video Coding (HEVC) Text Specification Draft 8" (JCTVC-J1003_d7), July 2012). Although system 100 and/or other systems, programs, or programs may be described herein within the context of the HEVC standard, the disclosure is not limited to any particular video coding standard or specification or extension thereof.

HEVC標準指定,圖像可分為非重疊最大編碼單元(LCU)以及每一LCU然後可分為編碼單元(CU),其採取具有可變大小的矩形塊的形式。在每一LCU內,四元樹為基的分裂計畫指定CU分區模式。HEVC還定義了預測單位(PU)和變換單位(TU),其分別為預測和變換之目的指定如何進行分區給定的CU。CU通常包括一個luma編碼塊(CB)和兩個具有關聯語法一起的色度CB,以及PU可進一步分為從64x64樣本到4x4樣本大小範圍的預測塊(PB)。如文中所使用,術語「塊」可指視頻圖像的任何分區或子分區。例如,塊可 指對應於LCU、PU、PB、TU或CU的視頻資料。 The HEVC standard specifies that images can be divided into non-overlapping maximum coding units (LCUs) and each LCU can then be divided into coding units (CUs), which take the form of rectangular blocks of variable size. Within each LCU, the quaternary tree-based splitting scheme specifies the CU partitioning mode. HEVC also defines a prediction unit (PU) and a transform unit (TU) that specify how to partition a given CU for the purpose of prediction and transformation, respectively. A CU typically includes a luma coded block (CB) and two chroma CBs with associated syntax, and the PU can be further divided into prediction blocks (PBs) ranging from 64x64 samples to 4x4 sample size ranges. As used herein, the term "block" can refer to any partition or sub-partition of a video image. For example, the block can Refers to video material corresponding to LCU, PU, PB, TU or CU.

如所示,系統100可包括編碼器102和解碼器120。在以編碼單元分區模組104處理輸入圖像之後,編碼器102可使用編碼環路編碼輸入圖像101,該編碼環路可包括變換和量化模組106、反量化和反變換模組108,以及,不是包括內部預測模組110的第一路徑、就是包括解塊過濾模組112、樣本可調適偏移過濾模組114和幅間預測模組116的第二路徑(取決於由編碼器102透過模式決策模組117所實施的模式決定)。在轉換輸入圖像101後,編碼器102可使用熵編碼模組118來熵編碼壓縮的影像。最後,編碼器102可產生結合編碼視頻資料的位元流119。模組104、106、108、110、112、114、116、117、和118的功能性係熟知於此項技藝中,文中將不更詳細地描述。 As shown, system 100 can include an encoder 102 and a decoder 120. After processing the input image with the coding unit partition module 104, the encoder 102 may encode the input image 101 using an encoding loop, which may include a transform and quantization module 106, an inverse quantization and inverse transform module 108, And, the first path including the internal prediction module 110, that is, the second path including the deblocking filtering module 112, the sample adaptive offset filtering module 114, and the inter-frame prediction module 116 (depending on the encoder 102) The mode implemented by the mode decision module 117 is determined). After converting the input image 101, the encoder 102 can use the entropy encoding module 118 to entropy encode the compressed image. Finally, encoder 102 can generate a bitstream 119 that combines the encoded video material. The functionality of modules 104, 106, 108, 110, 112, 114, 116, 117, and 118 is well known in the art and will not be described in greater detail herein.

解碼器120可接收以位元流119的形式之編碼的視頻資料,且在以熵解碼模組122及反量化和反變換模組124處理資料後,可使用、採用包括內部預測模組126的第一路徑,或包括解塊過濾模組128、樣本可調適偏移過濾模組130和幅間預測模組132的第二路徑(取決於以位元流119的語法表示且語法控制模組127所實施的編碼模式)之解碼環路而解碼結果的資料。解碼器120然後可利用編碼單元裝配模組134以產生解碼的輸出圖像135,其例如可透過顯示器呈現給使用者。模組122、124、126、127、128、130、132、和134的功能性係熟知 於此項技藝中,文中將不更詳細地描述。 The decoder 120 can receive the video data encoded in the form of the bit stream 119, and after processing the data by the entropy decoding module 122 and the inverse quantization and inverse transform module 124, the internal prediction module 126 can be used and used. The first path, or the second path including the deblocking filtering module 128, the sample adaptive offset filtering module 130, and the inter-frame prediction module 132 (depending on the syntax represented by the bitstream 119 and the syntax control module 127) The decoding mode of the implemented coding mode) and the decoded result data. The decoder 120 can then utilize the coding unit assembly module 134 to produce a decoded output image 135 that can be presented to the user, for example, via a display. The functionality of modules 122, 124, 126, 127, 128, 130, 132, and 134 is well known In this technique, it will not be described in more detail herein.

雖然圖1說明如同利用特殊的編碼和解碼模組之系統100,為清楚起見,圖1中未描述的各種其它編碼模組或元件也可根據本揭露予以利用。此外,本揭露並不受限於圖1中所示的特殊元件和/或配置系統100的各種元件之方式。文中所述的系統的各種元件可以軟體、韌體、及/或硬體及/或其任何組合予以實施。例如,系統100的各種元件可由計算系統單晶片(SoC)的硬體至少部分地提供,諸如可在例如行動電話的計算系統中找到。 Although FIG. 1 illustrates a system 100 that utilizes a particular encoding and decoding module, various other encoding modules or components not depicted in FIG. 1 may be utilized in accordance with the present disclosure for clarity. Moreover, the present disclosure is not limited to the particular elements shown in FIG. 1 and/or the manner in which various elements of system 100 are configured. The various components of the system described herein can be implemented in software, firmware, and/or hardware and/or any combination thereof. For example, the various components of system 100 may be provided at least in part by hardware of a computing system single chip (SoC), such as may be found in a computing system such as a mobile phone.

再者,可認知到的是,系統100的編碼器102可與包括例如視頻內容伺服器系統的內容提供器系統聯合及/或由該內容提供器系統提供,以及位元流119可由諸如圖1中未顯示的收發器、天線、網路系統和類似物的各種通信元件和/或系統而傳輸或傳達至解碼器120。可認知到的是,解碼器120可與諸如計算裝置(例如桌上型電腦、膝上型電腦、平板電腦、可轉換筆記本電腦、行動電話或類似物)之用戶端系統聯合,其係在編碼器102的遠端,並透過諸如圖1中未顯示的收發器、天線、網路系統和類似物的各種通信元件和/或系統接收位元流119。因此,在各種實作中,編碼器子系統101和解碼器子系統103可一起或相互獨立實施。再者,雖然文中所述的系統、設備和方法可參閱輸入並輸出的圖像和視頻資料塊以及類似物,本揭露不限於這方面,且所討論的技術可執行在架構或任何合適的視頻資料元件,諸如,例如,序列、 層、圖像、滑片或塊。 Moreover, it will be appreciated that the encoder 102 of the system 100 can be associated with and/or provided by a content provider system including, for example, a video content server system, and the bitstream 119 can be represented by, for example, FIG. Various communication elements and/or systems of transceivers, antennas, network systems, and the like, not shown, are transmitted or communicated to decoder 120. It will be appreciated that the decoder 120 can be associated with a client system such as a computing device (eg, a desktop, laptop, tablet, convertible laptop, mobile phone, or the like) that is encoded The remote end of the device 102 receives the bit stream 119 through various communication elements and/or systems, such as transceivers, antennas, network systems, and the like, not shown in FIG. Thus, in various implementations, the encoder subsystem 101 and the decoder subsystem 103 can be implemented together or independently of one another. Furthermore, although the systems, devices, and methods described herein can be referred to as input and output image and video data blocks and the like, the disclosure is not limited in this respect, and the techniques discussed can be implemented in architecture or any suitable video. Data element, such as, for example, a sequence, Layer, image, slide or block.

根據本揭露,如以下更詳細說明,在一些實作中,在編碼的程序中,視頻資料編碼器102可選自各種位元數極限值,並可使所選的值與視頻資料塊相關聯。在不同實作中,這些塊可以是LCU。在一些實例中,取決於哪個編碼模式編碼器102用於編碼視頻資料,編碼器102可使各種位元數極限值的不同者與編碼的LCU相關聯。在這樣做時,當所利用的特殊編碼模式組將是更有可能產生更多位元時,編碼器可以分配更高的位元數極限值給LCU。例如,如果利用了除了變換跳過模式的HEVC主要設定檔中的所有編碼模式,編碼器102可以分配較高的位元數極限給LCU,而如果利用了包括變換跳過模式的HEVC主要設定檔中的所有編碼模式,編碼器102可以分配較低的位元數極限。 In accordance with the present disclosure, as explained in more detail below, in some implementations, in an encoded program, video material encoder 102 can be selected from various bit number limit values and can associate selected values with video data blocks. . In different implementations, these blocks can be LCUs. In some examples, depending on which encoding mode encoder 102 is used to encode the video material, the encoder 102 may associate different ones of the various bit number limit values with the encoded LCU. In doing so, the encoder can assign a higher number of bit limits to the LCU when the particular set of coding modes utilized will be more likely to generate more bits. For example, if all encoding modes in the HEVC primary profile other than the transform skip mode are utilized, the encoder 102 can assign a higher number of bit limits to the LCU, while utilizing the HEVC primary profile including the transform skip mode. In all of the encoding modes, encoder 102 can assign a lower number of bit limits.

在一些實現中,視頻資料編碼器102和/或視頻資料解碼器120可從多個位元數極限比例因子藉由確定位元數極限比例因子而確定位元數極限。位元數極限比例因子從多個位元數極限比例因子的確定可基於視頻資料編碼器102的主動視頻編碼模式,以及位元數極限可基於位元數極限比例因子予以確定。例如,位元數極限可藉由位元數極限比例因子和視頻資料塊的原始視頻資料大小相乘予以確定。這種技術例如可透過經由標準應用在視頻資料編碼器102和視頻資料解碼器120二者的設定檔或表,應用在視頻資料編碼器102和視頻資料解碼器120二者。 In some implementations, video material encoder 102 and/or video data decoder 120 may determine the number of bits limit from a plurality of bit number limit scale factors by determining a bit number limit scale factor. The determination of the bit number limit scale factor from the plurality of bit number limit scale factors may be based on the active video coding mode of the video material encoder 102, and the bit number limit may be determined based on the bit number limit scale factor. For example, the bit number limit can be determined by multiplying the bit number limit scale factor by the original video material size of the video data block. Such techniques may be applied to both video material encoder 102 and video material decoder 120, for example, via a profile or table of both video material encoder 102 and video data decoder 120 via standard applications.

在其它實例中,視頻資料編碼器102可透過位元流119進行編碼多個位元數極限比例因子和對應的編碼模式。如以下進一步所述,位元數極限比例因子和對應的編碼模式可列入位元流119的補充增強資訊(SEI)包的一部分。在這樣的實例中,視頻資料編碼器102可自訂編碼模式和對應位元數極限比例因子值的組合,並從而管理編碼程序中的限制的約束和細節。視頻資料解碼器120然後可實施所接收的編碼模式和對應位元數極限比例因子值,如文中所述。在一些例子中,如果不另外指定,可能會使用預設的位元數極限比例因子。在不同實例中,預設位元數極限比例因子可以是3/2或5/3或類似數。 In other examples, video material encoder 102 may encode a plurality of bit number limit scale factors and corresponding coding modes through bit stream 119. As described further below, the bit number limit scale factor and corresponding coding mode may be included in a portion of the Supplemental Enhancement Information (SEI) packet of bit stream 119. In such an example, video material encoder 102 may customize the combination of coding mode and corresponding bit number limit scale factor values, and thereby manage the constraints and details of the restrictions in the encoding process. Video material decoder 120 may then implement the received coding mode and corresponding bit number limit scale factor values as described herein. In some examples, the preset number of bits limit scale factor may be used if not otherwise specified. In a different example, the preset number of bits limit scale factor may be 3/2 or 5/3 or a similar number.

在一些實作中,視頻資料編碼器102和/或視頻資料解碼器120可實施具有5/3的預定值之位元數極限比例因子,其可能應用於所有編碼模式。在這樣的例子,用於或關聯於視頻資料的最大編碼單元(LCU)之位元數極限(例如,LCUBitNumLimit)可最大編碼單元原始資料數量(例如,如透過以上的方程式(1)當作LCURawDataNum所確定)和如方程式(3)中所示之5/3的位元數極限比例因子相乘而確定:LCUBitNumLimit=(5/3)*LCURawDataNum (3) In some implementations, video material encoder 102 and/or video data decoder 120 may implement a bit number limit scale factor having a predetermined value of 5/3, which may be applied to all coding modes. In such an example, the number of bits of the maximum coding unit (LCU) used or associated with the video material (eg, LCUBitNumLimit) may maximize the number of original data of the unit (eg, as LCAUawDataNum through equation (1) above) Determined by multiplying by the 5/3 number of bits of the limit scale factor shown in equation (3): LCUBitNumLimit=(5/3)*LCURawDataNum (3)

視頻資料可以根據如文中所述的確定的位元數極限而在視頻資料編碼器102和/或視頻資料解碼器120編碼。 The video material may be encoded at video material encoder 102 and/or video data decoder 120 in accordance with a determined number of bit limits as described herein.

如文中所使用,片語「編碼模式」指的是不 同壓縮模式的一種,編碼器可利用該模式來壓縮視頻資料,包括但不限於內部模式、互相模式、變換跳過模式,等等。因為熟悉此項技藝者將會認識到,藉由利用變換跳過模式,編碼器可使用較少位元來編碼一些視頻資料,且,對應地,解碼器可以利用較小的緩衝區大小來儲存編碼的視頻資料。在不同實例中,如以下進一步所述,編碼模式可包括HEVC主要設定檔中的所有編碼模式允許變換跳過、HEVC主要設定檔中的所有編碼模式除了禁用變換跳過、HEVC主要靜態圖像設定檔中的所有編碼模式允許變換跳過、HEVC主要靜態圖像設定檔中的所有編碼模式除了禁用變換跳過、HEVC主要10設定檔中的所有編碼模式允許變換跳過、或HEVC主要10設定檔中的所有編碼模式除了禁用變換跳過、或類似模式。 As used in the text, the phrase "coding mode" refers to no In one of the same compression modes, the encoder can use this mode to compress video material, including but not limited to internal mode, mutual mode, transform skip mode, and the like. As those skilled in the art will recognize that by utilizing the transform skip mode, the encoder can encode some video material using fewer bits and, correspondingly, the decoder can store with a smaller buffer size. Encoded video material. In a different example, as described further below, the coding mode may include all coding modes in the HEVC primary profile allowing for transform skipping, all coding modes in the HEVC primary profile except for disabling transform skip, HEVC primary still image settings All encoding modes in the file allow for transform skipping, all encoding modes in the HEVC main still image profile, except that the transform skip is disabled, all encoding modes in the HEVC main 10 profile allow for transform skipping, or HEVC main 10 profiles All encoding modes in the middle are disabled except for transform skipping, or the like.

通常,HEVC主要設定檔可包括用於編碼I(內部編碼)、P(預測)或B(雙預測)圖像的設定檔,而HEVC主要靜態圖像設定檔可包括用於只編碼I圖像的設定檔,使得HEVC主要靜態圖像設定檔可以是HEVC主要設定檔的子集。另外,例如,HEVC主要設定檔可包括編碼有8位元的位元深度之設定檔,而HEVC主要10設定檔可包括編碼有10位元的位元深度之設定檔。 In general, the HEVC primary profile may include profiles for encoding I (internal coding), P (predictive) or B (bi-predictive) images, while HEVC primary still image profiles may include for encoding only I images. The profile allows the HEVC primary still image profile to be a subset of the HEVC primary profile. Additionally, for example, the HEVC primary profile may include a profile encoding a bit depth of 8 bits, and the HEVC primary 10 profile may include a profile encoded with a bit depth of 10 bits.

通常,根據本揭露,各式各樣的比例因子可基於編碼器或解碼器所使用的編碼模式予以選擇,如所述。所選的比例因子然後可基於方程式(4)用於分配位元數極限: LCUBitNumLimit=scale_factor(coding modes)*LCURawDataNum (4) Generally, in accordance with the present disclosure, a wide variety of scaling factors can be selected based on the encoding mode used by the encoder or decoder, as described. The selected scale factor can then be used to assign the number of bits based on equation (4): LCUBitNumLimit=scale_factor(coding modes)*LCURawDataNum (4)

其中scale_factor(.)表示映射編碼模式集至[1.0、2.0]或[1.0、2.0]的範圍或類似範圍內的有理數之函數。Scale_factor(.)的用法可以映射表為基的方式說明。例如,確定位元數極限比例因子可包括存取具有多個位元數極限比例因子和對應的編碼模式的表。首先,所有可能的編碼模式可以管理成數集,其中每一集分配映射表中的輸入指標。然後,特定數可分配給所有輸入。 Where scale_factor(.) represents a function of mapping the set of coding modes to the range of [1.0, 2.0] or [1.0, 2.0] or a rational number within a similar range. The usage of Scale_factor(.) can be described in the form of a mapping table. For example, determining the number of bit limit scale factors can include accessing a table having a plurality of bit number limit scale factors and corresponding coding modes. First, all possible coding modes can be managed into a set of numbers, with each set assigning input metrics in the mapping table. Then, a specific number can be assigned to all inputs.

例如,以下的表說明實例比例因子映射: For example, the following table illustrates an instance scale factor mapping:

因此,取決於利用來壓縮圖像(或一般的視頻資料)的編碼模式組合,編碼器102或解碼器120可分配、指定或選擇不同的比例因子。作為一個非限制的例子,以下的表說明特定的實例比例因子映射: Thus, encoder 102 or decoder 120 may assign, specify, or select different scale factors depending on the combination of coding modes utilized to compress the image (or general video material). As a non-limiting example, the following table illustrates a specific instance scale factor mapping:

如表2的非限制性實例中所示,當利用第一索引值相當於4/3的比例因子值之所有HEVC主要設定檔編碼模式時,編碼器102或解碼器120可分配、指定或選擇第一索引值。相比之下,當利用第二索引值相當於3/2(或1.5)的比例因子值之所有HEVC主要設定檔編碼模式除了變換跳過模式時,編碼器102可分配、指定或選擇第二索引值。此外,至於HEVC主要設定檔中的編碼模式,無論那些編碼模式是否包括變換跳過模式,編碼器102可分配、指定或選擇相當於5/3的比例因子值的第二索引值。在不同實作中,所利用的比例因子可以是任何大於或等於一和小於或等於兩的任何數。換句話說,在不同限制中,比例因子可具有跨越範圍[1.0、2.0]或[1.0、2.0] 的值或類似值。 As shown in the non-limiting example of Table 2, encoder 102 or decoder 120 may assign, specify, or select when all HEVC primary profile encoding modes with a first index value corresponding to a scale factor value of 4/3 are utilized. The first index value. In contrast, when all HEVC primary profile encoding modes that utilize a second index value equivalent to a scale factor value of 3/2 (or 1.5), in addition to the transform skip mode, the encoder 102 can assign, assign, or select a second Index value. Furthermore, as for the coding modes in the HEVC main profile, whether or not those coding modes include a transform skip mode, the encoder 102 may assign, specify or select a second index value equivalent to a 5/3 scale factor value. In various implementations, the scale factor utilized may be any number greater than or equal to one and less than or equal to two. In other words, in different limits, the scale factor can have a span [1.0, 2.0] or [1.0, 2.0] Value or similar value.

如所述,位元數極限比例因子可以基於編碼模式從多個位元數極限比例因子予以確定。通常,可以實施編碼模式的任何數和組合以及對應位元數比例因子。在一些例子中,被編碼的視頻資料塊可包括高效率視頻編碼(HEVC)視頻資料。在這樣的例子中,第一編碼模式可包括HEVC主要設定檔中的所有編碼模式允許變換跳過和對應的第一位元數極限比例因子可包括4/3,第二編碼模式可包括HEVC主要設定檔中的所有編碼模式禁用變換跳過和對應的第二位元數極限比例因子可包括3/2,第三編碼模式可包括HEVC主要靜態圖像設定檔中的所有編碼模式允許變換跳過和對應的第三位元數極限比例因子可包括4/3,第四編碼模式可包括HEVC主要靜態圖像設定檔中的所有編碼模式禁用變換跳過和對應的第四位元數極限比例因子可包括3/2,第五編碼模式可包括HEVC主要10設定檔中的所有編碼模式允許變換跳過和對應的第五位元數極限比例因子可包括5/3,第六編碼模式可包括HEVC主要10設定檔中的所有編碼模式禁用變換跳過和對應的第六位元數極限比例因子可包括5/3。 As described, the bit number limit scale factor can be determined from a plurality of bit number limit scale factors based on the coding mode. In general, any number and combination of coding modes and corresponding bit number scaling factors can be implemented. In some examples, the encoded video data block may include High Efficiency Video Coding (HEVC) video material. In such an example, the first coding mode may include all coding modes in the HEVC primary profile allowing for transform skipping and the corresponding first number of bits limit scaling factor may include 4/3, and the second coding mode may include HEVC primary All encoding mode disable transform skips in the profile and the corresponding second bit number limit scale factor may include 3/2, and the third encoding mode may include all encoding modes in the HEVC main still image profile allowing the transform to skip And the corresponding third bit number limit scale factor may include 4/3, and the fourth coding mode may include all coding mode disable transform skips and corresponding fourth bit number limit scale factors in the HEVC main still image profile May include 3/2, the fifth encoding mode may include all encoding modes in the HEVC primary 10 profile allowing transform skipping and the corresponding fifth bit number limit scaling factor may include 5/3, and the sixth encoding mode may include HEVC All encoding modes in the main 10 profile disable the transform skip and the corresponding sixth bit limit scale factor may include 5/3.

如上所述,在不同實作中,比例因子可以預定的方式對各種視頻規格設定檔和/或水平部分分配。例如,HEVC主要設定檔可被分配一個比例因子用於確定LCU位元數極限,而HEVC主要10設定檔可被分配不同的比例因子用於確定LCU位元數極限。因此,根據應用 於接收到的視頻資料(例如,主要設定檔或主要10設定檔)的編碼類型,解碼器然後可應用預定的比例因子,以使用方程式(3)來確定對應的LCU位元數極限,並因此緩衝要求。 As noted above, in various implementations, the scale factor can be assigned to various video specification profiles and/or horizontal portions in a predetermined manner. For example, the HEVC primary profile can be assigned a scale factor for determining the LCU bit number limit, while the HEVC primary 10 profile can be assigned a different scale factor for determining the LCU bit number limit. Therefore, depending on the application The decoder may then apply a predetermined scaling factor to the encoding type of the received video material (eg, primary profile or primary 10 profile) to determine the corresponding LCU bit number limit using equation (3), and thus Buffering requirements.

於其它實作中,無論所利用的編碼模式為何,比例因子可被預定以具有5/3的可應用值。因此,無論所收到的編碼視頻資料的類型(例如,主要設定檔、主要靜態圖像設定檔,或主要10設定檔或類似檔),解碼器可應用5/3的預定比例因子以使用方程式(3)來確定對應的LCU位元數極限,並因此確定緩衝要求。 In other implementations, the scaling factor can be predetermined to have an applicable value of 5/3 regardless of the encoding mode utilized. Thus, regardless of the type of encoded video material received (eg, primary profile, primary still image profile, or primary 10 profile or similar), the decoder can apply a predetermined scale factor of 5/3 to use the equation (3) to determine the corresponding LCU bit number limit, and thus determine the buffering requirement.

如所述,在不同實作中,比例因子可與編碼模式關聯以及所確定或選擇的比例因子可用於確定位元數極限。在其它例子中,位元數極限可與對應的編碼模式關聯並直接使用於確定位元數極限用於或與編碼模式和視頻資料塊關聯(諸如,例如,LCU)。在這樣的例子中,視頻資料塊的原始資料數量的大小可以是恆定或假設為恆定或類似。 As described, in different implementations, the scale factor can be associated with the coding mode and the determined or selected scale factor can be used to determine the number of bits limit. In other examples, the bit number limit may be associated with a corresponding encoding mode and used directly to determine the bit number limit for use in or associated with an encoding mode and a video data block (such as, for example, an LCU). In such an example, the amount of original data for the video data block may be constant or assumed to be constant or similar.

圖7是說明根據本揭露的至少某些實作配置的實例程序之流程圖。如圖所示,程序700可透過編碼器702和解碼器720予以實施。程序700可包括透過編碼器702接收輸入圖像701、和將輸入圖像701分成最大編碼單元(LCU)705在方塊704,「將圖像分成LCU」。雖然討論了關於輸入圖像701和LCU 705,技術可應用於如文中所述的任何輸入的視頻和視頻資料塊。LCU 705可透 過編碼器702予以編碼在方塊706,使用定期或典型編碼模式之「使用正常編碼模式編碼LCU」,如文中所述。此外,LCU 705的位元數極限可被應用如所述。在一些實例中,LCU 705的位元數極限可根據位元數極限比例因子予以確定,其基於編碼模式從多個位元數極限比例因子予以確定。在其它的例子中,LCU 705的位元數極限可基於LCU原始資料數量和5/3的比例因子相乘予以確定。 7 is a flow diagram illustrating an example process in accordance with at least some of the implementations of the present disclosure. As shown, the routine 700 can be implemented by the encoder 702 and the decoder 720. The process 700 can include receiving an input image 701 through the encoder 702, and dividing the input image 701 into a maximum coding unit (LCU) 705, at block 704, "dividing the image into LCUs." Although the input image 701 and the LCU 705 are discussed, the techniques are applicable to any input video and video data blocks as described herein. LCU 705 is transparent The encoder 702 is encoded at block 706 to "encode the LCU using the normal encoding mode" using a periodic or typical encoding mode, as described herein. In addition, the bit number limit of the LCU 705 can be applied as described. In some examples, the bit number limit of the LCU 705 can be determined based on the number of bit limit scale factors, which are determined from a plurality of bit number limit scale factors based on the coding mode. In other examples, the bit number limit of the LCU 705 can be determined based on the multiplication of the LCU raw data quantity and the 5/3 scale factor.

於任何事件中,在方塊708,「檢查LCU位元大小是否違反極限」,所編碼的LCU 705的LCU位元大小可與位元數極限比較。如果編碼的LCU具有比位元數極限更少的位元(例如,沒有發生違反),編碼的LCU或LCUs可被編碼或包入位元流719在方塊710,「包入位元流」。如果編碼的LCU具有比位元數極限更多的位元(例如,已發生違反),違反的LCU可使用內部塊脈碼調製(I_PCM)模式重新進行編碼在方塊712上,「使用I_PCM模式重新編碼LCU」。重新編碼的LCU可包入位元流719在方塊710。正如所述,I_PCM模式並未應用壓縮(例如,直接傳送原始資料)且通常排除標準編碼器管線。因此,在方塊708的違反可能會導致編碼器702暫停標準編碼器管線並啟動I_PCM分支。這種操作可能大大地損害編碼器702的性能。 In any event, at block 708, "Check if the LCU bit size violates the limit", the LCU bit size of the encoded LCU 705 can be compared to the bit number limit. If the encoded LCU has fewer bits than the number of bits (eg, no violation has occurred), the encoded LCU or LCUs may be encoded or wrapped into a bitstream 719 at block 710, "encapsulated bitstream." If the encoded LCU has more bits than the number of bits (eg, a violation has occurred), the violated LCU may be re-encoded using the internal block pulse code modulation (I_PCM) mode at block 712, "Re-use I_PCM mode Code LCU". The re-encoded LCU may be included in bit stream 719 at block 710. As stated, the I_PCM mode does not apply compression (eg, directly transfer raw material) and typically excludes standard encoder pipelines. Thus, a violation at block 708 may cause encoder 702 to suspend the standard encoder pipeline and initiate the I_PCM branch. This operation can greatly impair the performance of the encoder 702.

程序700可繼續在方塊722,「從位元流取出並緩和LCU資料」,以便所收到的位元流719可被接收以及從位元流719取出並緩和LCU資料。再者,正如文 中所述,在一些例子中,位元流719可包括位元數極限比例因子和對應的編碼模式,並在其它例子中,位元數比例因子和對應的編碼模式可透過解碼器720直接實施。此外,在一些例子中,可以應用恆定的比例因子,諸如5/3的比例因子。於任何事件中,在解碼器720,位元數比例因子和LCU位元數極限可確定專用或分配的緩衝區大小,如所述。如果LCU位元數極限太大,解碼器720的性能可能會產生負面影響,或解碼器720通常可能會執行不必要且昂貴的記憶體資源。如圖所示,在方塊724,「解碼LCU」,LCU資料可被解碼來產生LCUs 725,其可被組合在方塊726,「組合圖像」,以產生輸出圖像735。例如,輸出圖像735可透過顯示裝置提出給使用者。 The process 700 can continue at block 722, "Retrieve and mitigate LCU data from the bitstream" so that the received bitstream 719 can be received and fetched from the bitstream 719 and mitigate the LCU data. Again, just as the text As described therein, in some examples, the bitstream 719 can include a bit number limit scaling factor and a corresponding encoding mode, and in other examples, the bit number scaling factor and corresponding encoding mode can be implemented directly by the decoder 720. . Moreover, in some examples, a constant scale factor, such as a scale factor of 5/3, can be applied. In any event, at decoder 720, the bit number scale factor and the LCU bit number limit may determine a dedicated or allocated buffer size, as described. If the LCU bit number limit is too large, the performance of the decoder 720 may have a negative impact, or the decoder 720 may typically perform unnecessary and expensive memory resources. As shown, at block 724, "Decode LCU", the LCU data can be decoded to produce LCUs 725, which can be combined at block 726, "combined images" to produce an output image 735. For example, the output image 735 can be presented to the user via the display device.

正如所述,圖7說明實例程序700。圖7也說明選擇視頻編碼塊的位元數極限的重要性。正如所述,例如,太小的位元數極限可能會導致在編碼器702的不良性能,而太大的位元數極限可能會導致在解碼器720的不良性能。 As described, FIG. 7 illustrates an example program 700. Figure 7 also illustrates the importance of selecting the number of bits of the video coding block. As stated, for example, too small a bit number limit may result in poor performance at the encoder 702, while too large a bit number limit may result in poor performance at the decoder 720.

如上所述,在一些實作中,比例因子和視頻資料塊位元數極限的確定可能使用相同或類似的技術確定在編碼器和解碼器二者。在一些例子中,恆定比例因子(例如,5/3的比例因子)可被使用,而在其它的例子中,比例因子可基於編碼模式,從多個比例因子予以確定。在其它實作中,編碼器可以多個位元數極限比例因子 和對應的編碼模式進行編碼位元流,以使解碼器可使用所提供的資訊來實施如文中所述的比例因子和位元數極限,且特別是,關於以下的圖9。又在其它實作中,編碼器可提供資訊給解碼器,通知解碼器關於編碼器已分配、指定或選擇任何特定編碼的視頻資料的比例因子。 As noted above, in some implementations, the determination of the scale factor and the number of bits of the video data block may be determined at both the encoder and the decoder using the same or similar techniques. In some examples, a constant scale factor (eg, a 5/3 scale factor) can be used, while in other examples, the scale factor can be determined from multiple scale factors based on the coding mode. In other implementations, the encoder can have multiple bit number limit scale factors The bit stream is encoded with the corresponding coding mode such that the decoder can use the information provided to implement the scale factor and number of bits limits as described herein, and in particular, with respect to Figure 9 below. In still other implementations, the encoder can provide information to the decoder informing the decoder of the scale factor with which the encoder has assigned, specified, or selected any particular encoded video material.

在其它實作中,編碼器可放置指標、訊息或其部分於編碼器提供給解碼器的位元流或其部分中。解碼器然後可使用該資訊來識別所選的比例因子,且然後可使用方程式(4)來確定LCU位元數極限和用於儲存編碼的視頻資料的對應緩衝區大小。 In other implementations, the encoder can place an indicator, a message, or a portion thereof in a bit stream or portion thereof that the encoder provides to the decoder. The decoder can then use this information to identify the selected scale factor, and then Equation (4) can be used to determine the LCU bit number limit and the corresponding buffer size for storing the encoded video material.

因此,再次提到圖1,編碼器102可包括指標、訊息或其部分在位元流119或其部分中,以通知解碼器120相關聯於位元流119所傳達的編碼視頻資料的不同部分之所選比例因子。圖2是根據本揭露的至少有些實作所配置之實例視頻編碼方案的說明圖。例如,圖2說明根據本揭露之諸如位元流119的實例位元流200。如圖2所示,位元流200可包括標頭部202和資料部204。標頭部202可包括一或多個指標206。例如,指標206可包括其值相當於索引值(關於以上表所述)和如文中所述的特殊比例因子之指標208,用於諸如LCUs的一或多個方塊的編碼視頻資料。在不同實作中,標頭部202和/或資料部204可包括資料包210,諸如補充增強資訊(SEI)包,其可包括指定所選的比例因子的指標。 Thus, referring again to FIG. 1, encoder 102 may include indicators, messages, or portions thereof in bitstream 119 or portions thereof to inform decoder 120 that associated portions of encoded video material communicated by bitstream 119 are associated. The selected scale factor. 2 is an illustration of an example video coding scheme configured in accordance with at least some implementations of the present disclosure. For example, FIG. 2 illustrates an example bitstream 200, such as bitstream 119, in accordance with the present disclosure. As shown in FIG. 2, the bit stream 200 can include a header 202 and a data portion 204. Header 202 can include one or more indicators 206. For example, indicator 206 can include an index 208 whose value is equivalent to an index value (described in the above table) and a particular scale factor as described herein, for encoded video material such as one or more blocks of LCUs. In various implementations, header 202 and/or data portion 204 can include a data package 210, such as a Supplemental Enhancement Information (SEI) package, which can include an indicator that specifies the selected scale factor.

如上所述,在一些例子中,編碼器可以多個 位元數極限比例因子和對應的編碼模式來編碼位元流,以使解碼器可使用所提供的資訊來實施如所述的比例因子(例如,基於對應編碼模式為主動)和位元數極限(例如,比例因子和原始視頻資料大小相乘)。參照圖1,編碼器102可以該多個位元數極限比例因子和對應的編碼模式來編碼位元流119。例如,如圖2所示的位元流200可包括資料包210,其可包括該多個位元數極限比例因子和對應的編碼模式。例如,位元數極限比例因子和對應的編碼模式可提供作為補充增強資訊(SEI)包或補充增強資訊(SEI)包的一部分於位元流200中。 As mentioned above, in some examples, the encoder can be multiple The bit number limit scale factor and the corresponding coding mode encode the bit stream such that the decoder can use the information provided to implement the scale factor as described (eg, based on the corresponding coding mode is active) and the number of bits limit (For example, the scale factor is multiplied by the size of the original video material). Referring to FIG. 1, encoder 102 may encode bitstream 119 with the plurality of bit number limit scaling factors and corresponding encoding modes. For example, the bitstream 200 as shown in FIG. 2 can include a data package 210 that can include the plurality of bit number limit scaling factors and corresponding encoding modes. For example, the bit number limit scale factor and the corresponding coding mode may be provided in the bitstream 200 as part of a Supplemental Enhancement Information (SEI) packet or a Supplemental Enhancement Information (SEI) packet.

圖3說明根據本揭露的不同實作之實例程序300的流程圖。程序300可包括一或多個操作、功能或動作,如圖3的一或多個方塊302、304、306、308、310和312所示。經由非限制性實例中,程序300可形成如圖1的解碼器系統120所進行之視頻解碼程序的至少一部分。 FIG. 3 illustrates a flow diagram of an example program 300 in accordance with various implementations of the present disclosure. Program 300 may include one or more operations, functions, or actions, as illustrated in one or more of blocks 302, 304, 306, 308, 310, and 312 of FIG. By way of a non-limiting example, program 300 can form at least a portion of a video decoding process performed by decoder system 120 of FIG.

再者,程序300亦將在文中說明關於圖4的視頻編碼系統400,其中系統400包括處理器402、視頻編解碼器模組406和記憶體408。處理器402可樣例化編解碼器模組406提供根據本揭露的視頻編碼程序。在系統400的實例中,記憶體408可儲存包括編碼的視頻資料之視頻內容,諸如LCUs。編解碼器模組406可實施由軟體、韌體和/或硬體的任何組合提供之HEVC編解碼器。記憶體408可以是任何類型的記憶體,諸如易失性記憶體(例如,靜態隨機存取記憶體(SRAM)、動態隨機存取 記憶體(DRAM)等)或非易失性記憶體(例如,快閃記憶體等),等等。在非限制性實例中,可由快取記憶體實施記憶體408。 Moreover, the program 300 will also be described herein with respect to the video encoding system 400 of FIG. 4, wherein the system 400 includes a processor 402, a video codec module 406, and a memory 408. The processor 402 can exemplify the codec module 406 to provide a video encoding program in accordance with the present disclosure. In an example of system 400, memory 408 can store video content, such as LCUs, including encoded video material. The codec module 406 can implement an HEVC codec provided by any combination of software, firmware, and/or hardware. Memory 408 can be any type of memory, such as volatile memory (eg, static random access memory (SRAM), dynamic random access) Memory (DRAM), etc.) or non-volatile memory (eg, flash memory, etc.), and the like. In a non-limiting example, memory 408 can be implemented by a cache memory.

回到圖3的討論,程序300可開始在方塊302,「接收包括指標的位元流」,位元流可被接收,其中位元流包括指定的比例因子的指標(例如,該指標是位元流的一部分)。例如,指標可以是位元流標誌或補充增強資訊(SEI)包的一部分或類似物。指標然後可以在方塊304存取,「存取指標」,以確定該指標的值。例如,解碼器120可在方塊302接收位元流119,其中位元流119包括諸如圖2的指標208之指標。例如,該指標可有對應於如上所述之映射表的索引值之不同值,以使指標(和對應的編碼模式)的每一值可對應於複數位元數極限的不同一者。該指標可與諸如,例如,最大編碼單元(LCU)的視頻資料塊相關聯。 Returning to the discussion of FIG. 3, routine 300 can begin at block 302, "Receiving a bitstream that includes an indicator," a bitstream can be received, wherein the bitstream includes an indicator of a specified scale factor (eg, the indicator is a bit Part of the meta stream). For example, the indicator can be a bit stream flag or a portion of a Supplemental Enhancement Information (SEI) package or the like. The indicator can then be accessed at block 304, "Access Indicators" to determine the value of the indicator. For example, decoder 120 may receive bitstream 119 at block 302, where bitstream 119 includes an indicator such as indicator 208 of FIG. For example, the indicator may have different values corresponding to the index values of the mapping table as described above such that each value of the indicator (and corresponding coding mode) may correspond to a different one of the complex number limits. This indicator can be associated with a block of video data such as, for example, a maximum coding unit (LCU).

程序300可以繼續在方塊306,「根據確定的指標值從複數位元數極限選擇位元數極限」,其中位元數極限可根據確定的指標值從複數位元數極限予以選擇。如前所述,解碼器120可進行方塊306,根據確定的指標值確定比例因子(方塊308,「根據確定的指標值確定比例因子」),然後使用方程式(4)視頻資料塊的原始資料大小和比例因子相乘(方塊310,「視頻資料塊的原始資料大小乘以比例因子」)。例如,參照表2的非限制性實例,如果指標值指定的索引值為1,則對應的比例因子將 為4/3,如果指標值指定的索引值為2,則對應的比例因子將為3/2,以及如果指標值指定的索引值為5,則對應的比例因子將為5/3,等等。通常,比例因子可以有任何合適的值,諸如,例如,等於或大於一和較少或等於二的數、3/2、4/3或5/3,或類似數。 The process 300 may continue at block 306, "Select a bit number limit from a complex number of bits based on the determined index value," wherein the number of bit limits may be selected from a plurality of bit limits based on the determined index value. As previously described, the decoder 120 may proceed to block 306 to determine a scale factor based on the determined index value (block 308, "Determining the scale factor based on the determined index value"), and then using the original data size of the video data block of equation (4) Multiplying by the scale factor (block 310, "The size of the original data of the video data block is multiplied by the scale factor"). For example, referring to a non-limiting example of Table 2, if the index value specified by the index value is 1, the corresponding scale factor will 4/3, if the index value specified by the index value is 2, the corresponding scale factor will be 3/2, and if the index value specified by the index value is 5, the corresponding scale factor will be 5/3, etc. . In general, the scale factor can have any suitable value, such as, for example, a number equal to or greater than one and less or equal to two, 3/2, 4/3, or 5/3, or the like.

程序300然後可結束在方塊312,「根據位元數極限確定緩衝區大小」,其中解碼器根據位元數極限確定緩衝區大小(例如,所選的位元數極限)。例如,至於給定的原始視頻資料大小,較大的比例因子會導致確定較高的位元數極限在方塊306和對應較大的緩衝區大小在方塊312,而較小的比例因子將導致對應地較小的緩衝區大小在方塊312。 The program 300 may then end at block 312, "Determine Buffer Size Based on Byte Number Limits," where the decoder determines the buffer size (e.g., the selected number of bit limits) based on the number of bit numbers. For example, as for a given raw video material size, a larger scale factor would result in determining a higher number of bit limits at block 306 and a corresponding larger buffer size at block 312, while a smaller scale factor would result in a corresponding The smaller buffer size is at block 312.

圖8是說明根據本揭露的至少一些實作所配置的實例視頻編碼程序800的流程圖。在所述的實作中,程序800可包括一或多個操作、功能或動作,如一或多個方塊802和/或804所示。在非限制性實例中,程序800將在文中參照實例視頻編碼系統100予以說明。程序800通常可針對編碼,以使所述的概念和/或操作可以相同或類似方式應用於編碼和/或解碼。 FIG. 8 is a flow diagram illustrating an example video encoding process 800 configured in accordance with at least some implementations of the present disclosure. In the implementations described, program 800 can include one or more operations, functions, or actions, as illustrated by one or more blocks 802 and/or 804. In a non-limiting example, the routine 800 will be described herein with reference to the example video encoding system 100. Program 800 can generally be coded such that the concepts and/or operations described can be applied to encoding and/or decoding in the same or similar manner.

程序800可被利用作為執行視頻編碼的電腦實施方法。程序800可開始在操作802,「根據主動視頻編碼模式從多個位元數極限比例因子確定位元數極限比例因子」,其中至少部分地根據主動視頻編碼模式從複數位元數極限比例因子確定位元數極限比例因子。例如,編碼 器102或解碼器120可確定位元數極限比例因子。在一些例子中,確定位元數極限比例因子可包括存取具有多個位元數極限比例因子和對應的編碼模式的表(例如,表1或表2)。在一些例子中,5/3的位元數極限比例因子可被使用於所有編碼模式。此外,在一些例子中,它可被確定主動編碼模式透過該表是無效,且在這樣的例子,位元數極限比例因子可被設定為預設的位元數極限比例因子。通常,位元數極限比例因子可以是任何合適的值,諸如,例如,等於或大於一和小於或等於二的數:3/2、4/3或5/3,或類似數。 Program 800 can be utilized as a computer implemented method of performing video encoding. The process 800 can begin at operation 802, "determine a bit number limit scale factor from a plurality of bit number limit scale factors according to an active video coding mode," wherein the maximum number of bits is determined based on an active video coding mode from a plurality of bit number limit scale factors. The number of bits is the limit scale factor. For example, coding The 102 or decoder 120 may determine a bit number limit scale factor. In some examples, determining the number of bit limit scale factors can include accessing a table having a plurality of bit number limit scale factors and corresponding coding modes (eg, Table 1 or Table 2). In some examples, a 5/3 bit number limit scale factor can be used for all coding modes. Moreover, in some examples, it may be determined that the active coding mode is invalid through the table, and in such an example, the bit number limit scale factor may be set to a preset number of bits limit scale factor. In general, the number of bits limit scale factor can be any suitable value such as, for example, a number equal to or greater than one and less than or equal to two: 3/2, 4/3, or 5/3, or the like.

處理可繼續從操作802到操作804,「根據位元數極限比例因子確定與視頻資料塊關聯的位元數極限」,其中視頻資料塊的位元數極限可至少部分地根據位元數極限比例因子予以確定。例如,編碼器102或解碼器120可確定位元數極限。在一些例子中,確定用於或與視頻資料塊相關的位元數極限可包括位元數極限比例因子和視頻資料塊的原始視頻資料大小(例如,如方程式(4)中所示)相乘。如上所述,在一些例子中,所有編碼方式的位元數極限比例因子可以是5/3,且在這樣的例子中,用於視頻資料的最大編碼單元之位元數極限可藉由最大編碼單元原始資料數量和5/3的位元數極限比例因子相乘予以確定。 Processing may continue from operation 802 to operation 804, "determining the number of bit numbers associated with the video data block based on the number of bit limit scale factors", wherein the bit number limit of the video data block may be at least partially based on the number of bit limit ratios The factor is determined. For example, encoder 102 or decoder 120 may determine the number of bits limit. In some examples, determining a bit number limit for or associated with a video data block may include multiplying the bit number limit scaling factor and the original video material size of the video data block (eg, as shown in equation (4)) . As described above, in some examples, the bit number limit scale factor for all coding modes may be 5/3, and in such an example, the maximum number of bits for the maximum coding unit of the video material may be limited by the maximum coding. The number of unit raw data is multiplied by the 5/3 number of bits and the maximum scale factor is determined.

通常,編碼器102和/或解碼器120可根據所確定的位元數極限來編碼視頻資料。在編碼器102,編碼 的視頻資料可在位元流119中編碼。例如,在解碼器120,編碼的視頻資料可被使用來產生輸出圖像,其可透過顯示裝置呈現給使用者。 In general, encoder 102 and/or decoder 120 may encode the video material based on the determined number of bit numbers. At encoder 102, encoding The video material can be encoded in bit stream 119. For example, at decoder 120, the encoded video material can be used to produce an output image that can be presented to the user via the display device.

通常,程序800可重複任何次數用於任意數量的視頻資料塊。再者,程序800可在編碼模式變化時或週期性或類似地啟動。合成的位元數可被使用來編碼位元流或產生輸出圖像,如所述。與程序800相關的一些額外和/或替代性細節可以說明在文中所述的實作的一或多個實例,且尤其是,關於以下的圖9。 In general, program 800 can be repeated any number of times for any number of blocks of video material. Again, the process 800 can be initiated when the encoding mode changes or periodically or similarly. The number of synthesized bits can be used to encode the bit stream or produce an output image, as described. Some additional and/or alternative details associated with the program 800 may illustrate one or more examples of the implementations described herein, and in particular, with respect to FIG. 9 below.

圖9是根據本揭露的至少一些實作所配置的實例視頻編碼系統程序900和操作中的視頻編碼程序900的說明圖。在所述的實作中,程序900可包括一或多個操作、功能或動作,如由一或多個操作901、902、903、904、905、906、907、908、909、910、911、912、913、及/或914所示。經由非限制性實例,程序900將在文中參照圖1的實例視頻編碼系統100予以說明。 9 is an illustration of an example video encoding system program 900 and a video encoding program 900 in operation configured in accordance with at least some implementations of the present disclosure. In the implementations described, the program 900 can include one or more operations, functions, or actions, such as by one or more operations 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911. , 912, 913, and/or 914 are shown. By way of a non-limiting example, the routine 900 will be described herein with reference to the example video encoding system 100 of FIG.

在所例示的實作中,視頻編碼系統100可包括邏輯模組920,類似物和/或其組合。例如,邏輯模組920可包括編碼器930(例如,其可相當於編碼器102或編碼器702),其可包括位元數極限模組950和解碼器940,其可以是位元數極限模組960。雖然視頻編碼系統100,如圖9所示,可包括與特殊模組關聯的一特殊組的方塊或操作,但這些方塊或操作可與不同於這裡所示的特殊模組的模組相關聯。雖然程序900,如所示,係針對編 碼和解碼,所述的概念和/或操作可分開地應用到編碼和/或解碼,且更普遍地應用到視頻編碼。 In the illustrated implementation, video encoding system 100 can include logic module 920, the like, and/or combinations thereof. For example, logic module 920 can include an encoder 930 (eg, which can be equivalent to encoder 102 or encoder 702), which can include a bit number limit module 950 and a decoder 940, which can be a bit number limit mode Group 960. Although video encoding system 100, as shown in FIG. 9, may include a particular set of blocks or operations associated with a particular module, these blocks or operations may be associated with modules other than the particular modules shown herein. Although the program 900, as shown, is for editing Code and decoding, the concepts and/or operations described may be applied separately to encoding and/or decoding, and more generally to video encoding.

程序900可開始在方塊901,「確定位元數比例因子」,其中位元數極限比例因子可至少部分地根據主動視頻編碼模式從複數位元數極限比例因子予以確定。例如,編碼器930可透過位元數極限模組950確定位元數極限比例因子。在一些例子中,確定位元數極限比例因子可包括存取具有多個位元數極限比例因子和對應的編碼模式的表(例如,表1或表2)。在其它例子中,5/3的位元數極限比例因子可被使用於所有編碼模式。 The process 900 can begin at block 901, "Determine a Bit Number Scale Factor," wherein the bit number limit scale factor can be determined from the complex bit number limit scale factor based, at least in part, on the active video coding mode. For example, the encoder 930 can determine the number of bit limit scale factors by the bit number limit module 950. In some examples, determining the number of bit limit scale factors can include accessing a table having a plurality of bit number limit scale factors and corresponding coding modes (eg, Table 1 or Table 2). In other examples, a 5/3 bit number limit scale factor can be used for all coding modes.

程序900可繼續從方塊901到方塊902,「確定與視頻資料塊關聯的位元數極限」,其中用於或與視頻資料塊關聯的位元數極限可至少部分地根據位元數極限比例因子予以確定。例如,編碼器930可透過位元數極限模組950確定位元數極限。在一些例子中,確定用於或與視頻資料塊相關的位元數極限可包括位元數極限比例因子和視頻資料塊的原始視頻資料大小(例如,如方程式(4)中所示)相乘。如上所述,在一些例子中,所有編碼方式的位元數極限比例因子可以是5/3,且在這樣的例子中,用於視頻資料的最大編碼單元之位元數極限可藉由最大編碼單元原始資料數量和5/3的位元數極限比例因子(例如,如方程式(3)中所示)相乘予以確定。 The process 900 can continue from block 901 to block 902, "Determine the number of bits associated with the video data block," wherein the number of bits associated with or associated with the video data block can be based, at least in part, on the number of bits. Be determined. For example, encoder 930 can determine the number of bit limits via bit number limit module 950. In some examples, determining a bit number limit for or associated with a video data block may include multiplying the bit number limit scaling factor and the original video material size of the video data block (eg, as shown in equation (4)) . As described above, in some examples, the bit number limit scale factor for all coding modes may be 5/3, and in such an example, the maximum number of bits for the maximum coding unit of the video material may be limited by the maximum coding. The number of unit raw data and the 5/3 number of bits limit scale factor (for example, as shown in equation (3)) are multiplied to determine.

程序900可繼續從方塊902到方塊903,「根據位元數極限對視頻資料進行編碼」,其中視頻資料可至 少部分地根據位元數極限進行編碼。例如,編碼器930可根據位元數極限對視頻資料進行編碼。 The process 900 can continue from block 902 to block 903, "encoding the video material according to the number of bit numbers", wherein the video material is available Coding is done in part based on the number of bits. For example, encoder 930 can encode the video material based on the number of bit numbers.

程序900可繼續從方塊903到方塊904,「根據編碼的資料編碼位元流」,其中位元流可至少部分地根據編碼的視頻資料予以編碼。例如,編碼器930可編碼包括在方塊903所編碼的資料中的位元流。例如,編碼的位元流可相當於位元流119或位元流719。 The process 900 can continue from block 903 to block 904, "Encode a bitstream based on the encoded data," wherein the bitstream can be encoded at least in part based on the encoded video material. For example, encoder 930 can encode a stream of bits included in the material encoded in block 903. For example, the encoded bit stream can be equivalent to a bit stream 119 or a bit stream 719.

程序900可繼續從方塊904到方塊905,「以位元數極限比例因子和對應的編碼模式編碼位元流」,其中多個位元數極限比例因子和對應的複數編碼模式可被編碼於位元流中。在一些實例中,位元數極限比例因子和對應的複數編碼模式編碼位元流可被提供作為位元流的補充增強資訊(SEI)包的一部分。如上所述,在一些例子中,解碼器可使用透過位元流接收到的資訊實施所述的技術。在其它的例子,解碼器可使用預載或預定在解碼器的比例因子和對應的編碼模式以實施所述的技術。又在其它例子中,可使用5/3的恆定比例因子。在這樣的例子中,方塊905可被跳過。 The process 900 can continue from block 904 to block 905, "Encode the bitstream with the bit number limit scale factor and the corresponding encoding mode", wherein the plurality of bit number limit scale factors and the corresponding complex code mode can be encoded in bits In the stream. In some examples, the bit number limit scale factor and the corresponding complex code mode coded bit stream may be provided as part of a Supplemental Enhancement Information (SEI) packet of the bit stream. As noted above, in some examples, the decoder can implement the techniques described using information received through the bitstream. In other examples, the decoder may use the preload or predetermined scale factor at the decoder and the corresponding coding mode to implement the techniques described. In still other examples, a constant scale factor of 5/3 can be used. In such an example, block 905 can be skipped.

程序900可繼續在方塊906,「轉移位元流」,其中編碼的位元流可被轉移。如圖所示,編碼的位元流可被轉移到解碼器940。正如所述,編碼器930可關聯到和/或由內容提供者系統提供,以及解碼器940可能與用戶端系統相關聯。因此,在不同實作中,編碼器930和解碼器940可實質地相互獨立實施。在不同實例中,位 元流可透過網際網路經由記憶體裝置或類似裝置予以轉移。如將受到理解,在一些實作中,位元流可串列或並行地轉移到多個裝置。 The process 900 can continue at block 906, "Transfer Bit Stream," where the encoded bitstream can be transferred. As shown, the encoded bitstream can be transferred to decoder 940. As noted, encoder 930 can be associated with and/or provided by a content provider system, and decoder 940 can be associated with a client system. Thus, in various implementations, encoder 930 and decoder 940 can be implemented substantially independently of one another. In different instances, bits The meta stream can be transferred via a network device via a memory device or the like. As will be appreciated, in some implementations, bitstreams can be transferred to multiple devices in series or in parallel.

程序900可繼續自方塊906或開始在方塊907,「接收位元流」,其中與視頻資料相關聯的位元流可在解碼器940進行接收。 The process 900 can continue from block 906 or begin at block 907, "Receive Bitstream," in which the bitstream associated with the video material can be received at decoder 940.

程序900可繼續從方塊907到方塊908,「存取位元流以確定位元數極限比例因子和對應的編碼模式」,其中接收的位元流可被存取以確定該複數位元數極限比例因子和對應的複數編碼模式。如上所述,在一些例子中,位元數極限比例因子和對應的複數編碼模式可透過解碼器940予以實施而不被編碼於位元流中。於這樣的例子中,方塊908可被跳過。 The process 900 can continue from block 907 to block 908, "Access Bit Stream to Determine Bit Number Limit Scale Factor and Corresponding Encoding Mode", wherein the received bit stream can be accessed to determine the number of complex bits. The scale factor and the corresponding complex coding mode. As noted above, in some examples, the bit number limit scale factor and the corresponding complex code mode can be implemented by decoder 940 without being encoded in the bit stream. In such an example, block 908 can be skipped.

程序900可繼續在方塊909,「確定位元數比例因子」,其中位元數極限比例因子可至少部分地根據主動視頻編碼模式從複數位元數極限比例因子予以確定。例如,解碼器940可透過位元數極限模組960確定位元數極限比例因子。在一些例子中,確定位元數極限比例因子可包括存取具有多個位元數極限比例因子和對應的編碼模式的表(例如,表1或表2)。在其它例子中,5/3的位元數極限比例因子可被使用於所有編碼模式。 The process 900 can continue at block 909, "Determine the bit number scale factor," wherein the bit number limit scale factor can be determined from the complex bit number limit scale factor based at least in part on the active video coding mode. For example, decoder 940 can determine the number of bits limit scale factor by bit number limit module 960. In some examples, determining the number of bit limit scale factors can include accessing a table having a plurality of bit number limit scale factors and corresponding coding modes (eg, Table 1 or Table 2). In other examples, a 5/3 bit number limit scale factor can be used for all coding modes.

程序900可繼續從方塊909到方塊910,「確定與視頻資料塊關聯的位元數極限」,其中用於或與視頻資料塊關聯的位元數極限可至少部分地根據位元數極限比 例因子予以確定。例如,解碼器940可透過位元數極限模組950確定位元數極限。在一些例子中,確定用於或與視頻資料塊相關的位元數極限可包括位元數極限比例因子和視頻資料塊的原始視頻資料大小(例如,如方程式(4)中所示)相乘。如上所述,在一些例子中,所有編碼方式的位元數極限比例因子可以是5/3,且在這樣的例子中,用於視頻資料的最大編碼單元之位元數極限可藉由最大編碼單元原始資料數量和5/3的位元數極限比例因子(例如,如方程式(3)中所示)相乘予以確定。 The process 900 can continue from block 909 to block 910, "Determine the number of bits associated with the video data block," wherein the number of bits associated with or associated with the video data block can be based, at least in part, on the number of bits. The factor is determined. For example, decoder 940 can determine the number of bit limits via bit number limit module 950. In some examples, determining a bit number limit for or associated with a video data block may include multiplying the bit number limit scaling factor and the original video material size of the video data block (eg, as shown in equation (4)) . As described above, in some examples, the bit number limit scale factor for all coding modes may be 5/3, and in such an example, the maximum number of bits for the maximum coding unit of the video material may be limited by the maximum coding. The number of unit raw data and the 5/3 number of bits limit scale factor (for example, as shown in equation (3)) are multiplied to determine.

程序900可繼續從方塊910到方塊911,「根據位元數極限確定緩衝區大小」,其中緩衝區大小可根據確定的位元數極限予以確定。例如,解碼器940可確定等於或類似於確定的位元數極限之分配或專用的記憶體緩衝區的大小。在一些例子中,緩衝區的大小不可根據位元數極限予以改變,以及在這樣的例子中,方塊911可被跳過。 The process 900 can continue from block 910 to block 911, "determine the buffer size based on the number of bit numbers", wherein the buffer size can be determined based on the determined number of bit limits. For example, decoder 940 can determine an allocation or dedicated memory buffer size equal to or similar to the determined number of bit limits. In some examples, the size of the buffer may not be changed according to the number of bits, and in such an example, block 911 may be skipped.

程序900可繼續在方塊912,「根據位元數極限對視頻資料進行編碼」,其中可以至少部分地根據位元數極限對視頻資料進行編碼。例如,視頻解碼器940可根據位元數極限對視頻資料進行解碼。 The process 900 can continue at block 912, "Encoding the video material based on the number of bit numbers", wherein the video material can be encoded based, at least in part, on the number of bit numbers. For example, video decoder 940 can decode the video material based on the number of bits.

程序900可繼續從方塊912到方塊913,「根據位元數極限確定緩衝區大小」,其中輸出圖像的產生可至少部分地根據視頻資料的進行編碼。例如,解碼器940可根據在方塊912上解碼的視頻資料而產生輸出圖像。 The process 900 can continue from block 912 to block 913, "Determine buffer size based on the number of bit numbers", wherein the generation of the output image can be encoded, at least in part, based on the video material. For example, decoder 940 can generate an output image based on the video material decoded at block 912.

程序900可繼續從方塊912到方塊913,「轉移呈現用輸出圖像」,其中輸出圖像可為呈現而轉移。例如,輸出圖像可透過顯示裝置呈現給使用者。雖然實例程序300、700、800或900的實作可包括以所述順序顯示的所有方塊的進行,本揭露並不局限在這方面,且,在不同實例中,程序300、700、800或900的實作可包括只是一子集的所示方塊和/或以不同所述的順序之進行。 The process 900 can continue from block 912 to block 913, "Transfer the output image for rendering", where the output image can be transferred for presentation. For example, the output image can be presented to the user via the display device. Although the implementation of the example program 300, 700, 800, or 900 may include the performance of all of the blocks shown in the order, the disclosure is not limited in this respect, and, in different examples, the program 300, 700, 800 or 900 The implementation may include only the illustrated blocks of a subset and/or in a different order.

此外,文中所述的任何一或多個方塊可進行回應由一或多個電腦程式產品所提供的指令。這種程式產品可包括提供指令的信號承載媒體,當例如由處理器執行時,可提供文中所述的功能性。電腦程式產品可以一或多個電腦可讀取媒體的任何形式提供。因此,例如,包括一或多個處理器核心的處理器可進行實例程序的一或多個方塊以回應由一或多個機器可讀取媒體傳達給處理器的程式碼和/或指令或指令集。通常,機器可讀取媒體可以程式碼和/或指令或指令集的形式傳達軟體,其可致使文中所述的任何裝置和/或系統,執行至少部分的系統100和/或視頻編解碼器模組406、或文中所述的其它系統或模組。 In addition, any one or more of the blocks described herein can be responsive to instructions provided by one or more computer program products. Such a program product may include a signal bearing medium that provides instructions that, when executed by, for example, a processor, may provide the functionality described herein. A computer program product can be provided in any form of one or more computer readable media. Thus, for example, a processor including one or more processor cores can perform one or more blocks of the example program in response to the code and/or instructions or instructions communicated to the processor by one or more machine readable media. set. In general, machine readable media may convey software in the form of code and/or instructions or sets of instructions that may cause any device and/or system described herein to perform at least a portion of system 100 and/or video codec mode. Group 406, or other systems or modules described herein.

如文中所述的任何實作中使用的,術語「模組」意指配置為提供文中所述的功能性之軟體邏輯、韌體邏輯和/或硬體邏輯的任何組合。軟體可被體現為套裝軟體、代碼和/或指令集或指令,以及「硬體」,如文中所述的任何實作中使用的,可包括,例如,單獨或以任何組合,硬連線電路、可程式電路、狀態機器電路、和/或儲 存由可程式電路執行的指令之韌體。模組可集體或個別地體現作為可形成更大系統的一部分之電路,例如,積體電路(IC)、系統晶片(SoC)、等等。 As used in any implementation described herein, the term "module" means any combination of software logic, firmware logic, and/or hardware logic configured to provide the functionality described herein. Software may be embodied as packaged software, code and/or instruction sets or instructions, and "hardware", as used in any implementation described herein, and may include, for example, hardwired circuits, alone or in any combination. Programmable circuit, state machine circuit, and/or bank The firmware of the instructions executed by the programmable circuit. Modules may be collectively or individually embodied as circuits that may form part of a larger system, such as integrated circuits (ICs), system chips (SoCs), and the like.

圖10是根據本揭露的至少一些實作所配置的實例視頻編碼系統1000的說明圖。在所例示的實作中,視頻編碼系統1000可包括成像裝置1001、視頻編碼器1002、天線1003、視頻解碼器1004、一或多個處理器1006、一或多個記憶體儲存器1008、顯示器1010、和/或邏輯模組1040。邏輯模組1040可包括位元數極限模組960、類似物和/或其組合。在一些例子中,視頻編碼器1002可以實施一或多個邏輯模組,其包括位元數極限模組,諸如,例如,位元數極限模組940。 FIG. 10 is an illustration of an example video encoding system 1000 configured in accordance with at least some implementations of the present disclosure. In the illustrated implementation, video encoding system 1000 can include imaging device 1001, video encoder 1002, antenna 1003, video decoder 1004, one or more processors 1006, one or more memory banks 1008, a display 1010, and/or logic module 1040. The logic module 1040 can include a bit number limit module 960, the like, and/or a combination thereof. In some examples, video encoder 1002 can implement one or more logic modules including a bit number limit module, such as, for example, a bit number limit module 940.

如所示,天線1003、視頻解碼器1004、處理器1006、記憶體儲存器1008、和/或顯示器1010能夠相互通信和/或與部分的邏輯模組1040通信。同樣的是,成像裝置1001和視頻編碼器1002能夠相互通信和/或與部分的邏輯模組1040通信。因此,視頻解碼器1004可包括全部或部分的邏輯模組1040,而視頻編碼器1002可包括類似的邏輯模組。雖然視頻編碼系統1000,如圖10所示,可包括一組與特殊模組關聯的特定方塊或動作,這些方塊或動作可與不同於這裡所例示的特殊模組之模組相關聯。 As shown, antenna 1003, video decoder 1004, processor 1006, memory storage 1008, and/or display 1010 can communicate with each other and/or with portions of logic module 1040. Likewise, imaging device 1001 and video encoder 1002 can communicate with each other and/or with portions of logic module 1040. Thus, video decoder 1004 may include all or a portion of logic module 1040, and video encoder 1002 may include similar logic modules. Although video encoding system 1000, as shown in FIG. 10, may include a particular set of blocks or actions associated with a particular module, such blocks or actions may be associated with modules other than the particular modules illustrated herein.

在一些例子中,視頻編碼系統1000可包括天線1003、視頻解碼器1004、類似物和/或其組合。天線 1003可配置成接收視頻資料的編碼位元流。視頻解碼器1004可溝通地耦接到天線1003,且可配置成對編碼位元流進行解碼。視頻解碼器1004可配置成至少部分地根據主動視頻編碼模式,從複數位元數極限比例因子確定位元數極限比例因子,並至少部分地根據位元數極限比例因子確定用於或與視頻資料塊關聯的位元數極限,或藉由最大的編碼單元原始資料數量和5/3的位元數極限比例因子相乘,確定用於或與視頻資料的最大編碼單元關聯的位元數極限,以及至少部分地根據位元數極限對視頻資料進行編碼,正如文中所述。 In some examples, video encoding system 1000 can include antenna 1003, video decoder 1004, the like, and/or combinations thereof. antenna 1003 can be configured to receive a stream of encoded bitstreams of video material. Video decoder 1004 is communicatively coupled to antenna 1003 and is configurable to decode the encoded bitstream. Video decoder 1004 can be configured to determine a bit number limit scale factor from a plurality of bit number limit scale factors based at least in part on the active video coding mode, and to determine for or with video data based at least in part on the number of bit limit scale factors The number of bits associated with the block, or by multiplying the maximum number of coding unit original data by the 5/3 number of bits limit scaling factor to determine the number of bits associated with or associated with the largest coding unit of the video material, And encoding the video material based, at least in part, on the number of bit numbers, as described herein.

在其它的例子,視頻編碼系統1000可包括顯示裝置1010、一或多個處理器1006、一或多個記憶體儲存器1008、位元數極限模組960、類似物和/或其組合。顯示裝置1010可配置來呈現視頻資料,諸如輸出圖像。處理器1006可溝通地耦接到顯示裝置1010。記憶體儲存器1008可溝通地耦接到一或多個處理器1006。視頻解碼器1004(或其它實例中的視頻編碼器1002)可溝通地耦接到一或多個處理器1006,且可配置成至少部分地根據主動視頻編碼模式從複數位元數極限比例因子確定位元數極限比例因子,至少部分地根據位元數極限比例因子確定用於或與視頻資料塊關聯的位元數極限,以及至少部分地根據位元數極限對視頻資料進行編碼,或藉由最大的編碼單元原始資料數量和5/3的位元數極限比例因子相乘來確定用於或與視頻資料的最大編碼單元關聯的位元數極限以及至 少部分地根據位元數極限對視頻資料進行編碼,以使影像資料透過顯示裝置1010的呈現可以是至少部分根據編碼的視頻資料。 In other examples, video encoding system 1000 can include display device 1010, one or more processors 1006, one or more memory banks 1008, bit number limit modules 960, the like, and/or combinations thereof. Display device 1010 can be configured to present video material, such as an output image. The processor 1006 is communicatively coupled to the display device 1010. Memory storage 1008 is communicatively coupled to one or more processors 1006. Video decoder 1004 (or video encoder 1002 in other examples) may be communicatively coupled to one or more processors 1006 and configurable to determine from a plurality of bit number limit scale factors based at least in part on the active video coding mode a bit number limit scaling factor that determines a bit number limit for use in or associated with a video data block based at least in part on the bit number limit scaling factor, and encodes the video material based at least in part on the bit number limit, or by The maximum number of coding unit original data is multiplied by a 5/3 number of bits limit scale factor to determine the number of bits used or associated with the largest coding unit of the video material and to The video material is encoded in part based on the number of bit numbers such that the presentation of the image data through the display device 1010 can be based, at least in part, on the encoded video material.

在不同的實施例中,位元數極限模組960(和透過編碼器1002所實施的位元數極限模組,如果存在的話)可以硬體實施,而軟體可實施其它邏輯模組。例如,在一些實施例中,位元數極限模組960可由應用特定積體電路(ASIC)邏輯實施,而其它邏輯模組可由諸如處理器1006的邏輯所執行的軟體指令提供。然而,本揭露不受限於這方面,以及位元數極限模組960(和透過編碼器1002所實施的位元數極限模組,如果存在的話)和/或其它邏輯模組可由硬體、韌體和/或軟體的任何組合予以實施。此外,記憶體儲存器1008可以是任何類型的記憶體,諸如易失性記憶體(例如,靜態隨機存取記憶體(SRAM)、動態隨機存取記憶體(DRAM)等)或非易失性記憶體(例如,快閃記憶體等),等等。在非限制性實例中,記憶體儲存器1008可由快取記憶體實施。圖5顯示根據本揭露的實例系統500。在不同實作中,系統500可以是媒體系統,雖然系統500並不受限於這方面。例如,可將系統500併入個人電腦(PC)、膝上型電腦、超膝上型電腦、平板電腦、觸控板、可攜式電腦、手持型電腦、掌上型電腦、個人數位助理(PDA)、行動電話、組合式蜂窩電話/PDA、電視、智慧裝置(例如,智慧手機、智慧平板電腦或智慧電視)、行動上網裝置 (MID)、消息傳遞裝置、資料通信裝置、相機(例如,隨拍相機、超級變焦相機、單眼數位(DSLR)相機)、等等。 In various embodiments, the bit number limit module 960 (and the bit number limit module implemented by the encoder 1002, if present) can be implemented hardware, and the software can implement other logic modules. For example, in some embodiments, the bit number limit module 960 can be implemented by application specific integrated circuit (ASIC) logic, while other logic modules can be provided by software instructions such as those executed by the logic of the processor 1006. However, the disclosure is not limited in this respect, and the bit number limit module 960 (and the bit number limit module implemented by the encoder 1002, if present) and/or other logic modules may be hardware, Any combination of firmware and/or software is implemented. In addition, the memory storage 1008 can be any type of memory, such as volatile memory (eg, static random access memory (SRAM), dynamic random access memory (DRAM), etc.) or non-volatile. Memory (for example, flash memory, etc.), and so on. In a non-limiting example, memory storage 1008 can be implemented by cache memory. FIG. 5 shows an example system 500 in accordance with the present disclosure. In various implementations, system 500 can be a media system, although system 500 is not limited in this respect. For example, the system 500 can be incorporated into a personal computer (PC), a laptop, an ultra-laptop, a tablet, a touchpad, a portable computer, a handheld computer, a palmtop computer, a personal digital assistant (PDA). ), mobile phones, combined cellular phones/PDAs, televisions, smart devices (eg smart phones, smart tablets or smart TVs), mobile internet devices (MID), messaging device, data communication device, camera (eg, camera, super zoom camera, single eye digital (DSLR) camera), and the like.

在不同實作中,系統500包括耦接到顯示器520的平臺502。平臺502可接收來自內容裝置的內容,諸如內容服務裝置530或內容遞送裝置540或其它類似的內容源。包括一或多個導航功能的導航控制器550可被使用來與例如平臺502和/或顯示器520交互作用。以下更詳細地描述這些元件的每一者。 In various implementations, system 500 includes a platform 502 coupled to display 520. Platform 502 can receive content from a content device, such as content service device 530 or content delivery device 540 or other similar content source. A navigation controller 550 that includes one or more navigation functions can be used to interact with, for example, platform 502 and/or display 520. Each of these elements is described in more detail below.

在各種實作中,平臺502可包括晶片組505、處理器510、記憶體512、天線513、儲存器514、圖形子系統515、應用程式516和/或無線電518的任意組合。晶片組505可提供處理器510,記憶體512、儲存器514、圖形子系統515、應用程式516和/或無線電518之間的互通。例如,晶片組505可包括儲存配接器(不描述),能夠提供與儲存器514的互通。 In various implementations, platform 502 can include any combination of chipset 505, processor 510, memory 512, antenna 513, storage 514, graphics subsystem 515, application 516, and/or radio 518. Wafer set 505 can provide interworking between processor 510, memory 512, storage 514, graphics subsystem 515, application 516, and/or radio 518. For example, wafer set 505 can include a storage adapter (not depicted) that can provide interworking with storage 514.

處理器510可被實施作為複雜指令集電腦(CISC)或精簡指令集電腦(RISC)處理器,x86指令集相容處理器、多核心、或任何其它微處理器或中央處理單元(CPU)。在不同實作中,處理器510可以是雙核心處理器、雙核心行動處理器、等等。 Processor 510 can be implemented as a Complex Instruction Set Computer (CISC) or Reduced Instruction Set Computer (RISC) processor, an x86 instruction set compatible processor, multiple cores, or any other microprocessor or central processing unit (CPU). In various implementations, processor 510 can be a dual core processor, a dual core mobile processor, or the like.

記憶體512可被實施作為易失性記憶裝置,諸如,但不限於隨機存取記憶體(RAM)、動態隨機存取記憶體(DRAM)或靜態RAM(SRAM)。 Memory 512 can be implemented as a volatile memory device such as, but not limited to, random access memory (RAM), dynamic random access memory (DRAM), or static RAM (SRAM).

儲存器514可被實施作為非易失性儲存裝置,諸如,但不限於磁碟機、光碟機、磁帶機、內部儲存裝置、附接的儲存裝置、快閃記憶體、電池備份SDRAM(同步DRAM)、和/或網路可存取的儲存裝置。在不同實作中,例如,儲存器514可在包括多個硬碟在內時,增加貴重數位媒體的儲存性能增強保護之技術。 The storage 514 can be implemented as a non-volatile storage device such as, but not limited to, a disk drive, a CD player, a tape drive, an internal storage device, an attached storage device, a flash memory, a battery backup SDRAM (synchronous DRAM) ), and/or network accessible storage devices. In various implementations, for example, the storage 514 can increase the storage performance enhancement protection of valuable digital media when multiple hard disks are included.

圖形子系統515可執行影像的處理,諸如顯示的靜態或視頻。圖形子系統515可以是例如圖形處理單元(GPU)或視覺處理單元(VPU)。類比或數位介面可用於溝通地耦接圖形子系統515和顯示器520。例如,介面可以是高清晰度多媒體介面、顯示埠、無線HDMI和/或無線HD相容技術的任何者。圖形子系統515可併入處理器510或晶片組505中。在一些實作中,圖形子系統515可以是溝通地耦接到晶片組505的單機裝置。 Graphics subsystem 515 can perform processing of images, such as static or video displayed. Graphics subsystem 515 can be, for example, a graphics processing unit (GPU) or a visual processing unit (VPU). An analog or digital interface can be used to communicatively couple graphics subsystem 515 and display 520. For example, the interface can be any of a high definition multimedia interface, display port, wireless HDMI, and/or wireless HD compatible technology. Graphics subsystem 515 can be incorporated into processor 510 or chipset 505. In some implementations, graphics subsystem 515 can be a stand-alone device communicatively coupled to chipset 505.

文中所述的圖形和/或視頻處理技術可在不同硬體架構中實施。例如,圖形和/或視頻功能可以在晶片組內整合。替代地,可以使用獨立圖形和/或視頻處理器。作為仍另一實作,圖形和/或視頻功能可由包括多核心處理器的通用處理器所提供。在進一步實施例中,該等功能可在消費者電子裝置中實施。 The graphics and/or video processing techniques described herein may be implemented in different hardware architectures. For example, graphics and/or video functions can be integrated within a chipset. Alternatively, a separate graphics and/or video processor can be used. As still another implementation, the graphics and/or video functions may be provided by a general purpose processor including a multi-core processor. In further embodiments, the functions can be implemented in a consumer electronic device.

無線電518可包括一或多個無線電,能夠使用不同的合適無線通訊技術來發射和接收信號。這種技術可以涉及跨一或多個無線網路的通信。實例無線網路包括(但不限於)無線區域網路(WLANs)、無線個人區域網 路(WPANs)、無線都會區網路(WMANs)、蜂窩網路和衛星網路。在穿過這種網路的通信,無線電518可根據任何版本的一或多個可適用標準進行操作。 Radio 518 may include one or more radios capable of transmitting and receiving signals using different suitable wireless communication technologies. This technique can involve communication across one or more wireless networks. Example wireless networks include, but are not limited to, wireless local area networks (WLANs), wireless personal area networks Roads (WPANs), wireless metropolitan area networks (WMANs), cellular networks, and satellite networks. In communication over such a network, the radio 518 can operate in accordance with one or more applicable standards of any version.

在不同實作中,顯示器520可包括任何電視類型監視器或顯示器。例如,顯示器520可包括電腦顯示螢幕、觸控式螢幕顯示器、視頻監視器、電視狀裝置和/或電視。顯示器520可以是數位和/或類比。在不同實作中,顯示器520可以是全息顯示器。此外,顯示器520可以是透明表面,其可接收視覺投影。這種投影可傳達不同形式的資訊、圖像和/或物件。例如,這種投影可以是行動增強現實(MAR)應用的視覺覆蓋。在一或多個軟體應用程式516的控制下,平臺502可以顯示使用者介面522在顯示器520上。 In various implementations, display 520 can include any television type monitor or display. For example, display 520 can include a computer display screen, a touch screen display, a video monitor, a television-like device, and/or a television. Display 520 can be digital and/or analog. In various implementations, display 520 can be a holographic display. Additionally, display 520 can be a transparent surface that can receive a visual projection. This projection conveys different forms of information, images and/or objects. For example, such a projection can be a visual overlay of a mobile augmented reality (MAR) application. Platform 502 can display user interface 522 on display 520 under the control of one or more software applications 516.

在不同實作中,例如,內容服務裝置530可由任何國家、國際和/或獨立服務予以主要持,且因此透過網際網路可存取至平臺502。內容服務裝置530可耦接到平臺502和/或到顯示器520。平臺502和/或內容服務裝置530可耦接到網路560以進行通信(例如,發送和/或接收)媒體資訊,到和從網路560。內容遞送裝置540也可耦接到平臺502和/或到顯示器520。 In various implementations, for example, the content services device 530 can be primarily hosted by any national, international, and/or independent service, and thus can be accessed to the platform 502 via the Internet. Content services device 530 can be coupled to platform 502 and/or to display 520. Platform 502 and/or content services device 530 can be coupled to network 560 for communicating (e.g., transmitting and/or receiving) media information to and from network 560. Content delivery device 540 can also be coupled to platform 502 and/or to display 520.

在不同實作中,內容服務裝置530可包括有線電視盒、個人電腦、網路、電話、能夠提供數位資訊和/或內容的網際網路致能裝置或設備、以及能夠透過網路560或是直接單向或雙向溝通內容提供者和平臺502和/或 顯示器520之間的內容之任何其它類似裝置。將理解到的是,內容可透過網路560單向和/或雙向溝通到和從系統500中的任一元件和內容提供者。內容的例子可包括任何媒體資訊,其包括例如視頻、音樂、醫學和遊戲資訊、等等。 In various implementations, the content service device 530 can include a cable box, a personal computer, a network, a telephone, an internet enabled device or device capable of providing digital information and/or content, and can communicate over the network 560 or Directly unidirectional or two-way communication of content providers and platforms 502 and/or Any other similar device of content between displays 520. It will be appreciated that content can be communicated to and from any of the components and content providers in system 500 unidirectionally and/or bidirectionally via network 560. Examples of content may include any media information including, for example, video, music, medical and gaming information, and the like.

內容服務裝置530可收到內容,諸如包括媒體資訊、數位資訊、和/或其它內容的有線電視節目。內容提供者的例子可包括任何纜線或衛星電視或電臺或網際網路內容提供者。所提供的實例並非要以任何方式限制根據本揭露的實作。 Content services device 530 can receive content, such as cable television programming including media information, digital information, and/or other content. Examples of content providers may include any cable or satellite television or radio or internet content provider. The examples provided are not intended to limit the implementation in accordance with the present disclosure in any way.

在不同實作中,平臺502可從具有一或多個導航功能的導航控制器550接收控制信號。例如,控制器550的導航功能可用於與使用者介面522進行相互作用。在不同實施例中,導航控制器550可以是指向裝置,其可以是允許使用者輸入空間的(例如,連續和多維)資料至電腦之電腦硬體元件(具體而言,人性介面裝置)。諸如圖形化使用者介面(GUI)、電視和監視器的許多系統允許使用者使用物理手勢控制並提供資料給電腦或電視。 In various implementations, platform 502 can receive control signals from navigation controller 550 having one or more navigation functions. For example, the navigation function of controller 550 can be used to interact with user interface 522. In various embodiments, the navigation controller 550 can be a pointing device, which can be a computer hardware component (specifically, a human interface device) that allows a user to input spatial (eg, continuous and multi-dimensional) data to a computer. Many systems, such as graphical user interfaces (GUIs), televisions, and monitors, allow users to control and provide information to a computer or television using physical gestures.

控制器550的導航功能的運動可藉由指標、游標、聚焦環或顯示在顯示器上的其它視覺指標的運動而複製在顯示器上(例如,顯示器520)。例如,在軟體應用程式516的控制下,位於導航控制器550上的導航功能可映射到例如顯示在使用者介面522上的虛擬導航功能。在不同實作中,控制器550可以不是獨立的元件,但可整 合入平臺502和/或顯示器520。然而,本揭露並不限於元件或在文中所示或所述的上下文中。 The motion of the navigation function of controller 550 can be replicated on the display (e.g., display 520) by movement of indicators, cursors, focus rings, or other visual indicators displayed on the display. For example, under the control of the software application 516, navigation functions located on the navigation controller 550 can be mapped to, for example, virtual navigation functions displayed on the user interface 522. In different implementations, the controller 550 may not be a separate component, but may be The platform 502 and/or display 520 are incorporated. However, the disclosure is not limited to the elements or the context shown or described herein.

在不同實作中,驅動程式(未顯示)可包括使用者能夠立即打開和關閉平臺502的技術,例如,啟用時,就像電視觸摸按鈕後初始開機。程式邏輯可允許平臺502使內容流到媒體配接器或其它內容服務裝置530或內容遞送裝置540,即使在平臺「關閉」時。此外,晶片組505可包括硬體和/或軟體支援例如5.1環繞聲音訊和/或高清晰度7.1環繞聲音訊。驅動程式可包括整合的圖形平台的圖形驅動程式。在不同實施例中,圖形驅動程式可包括周邊組件互連(PCI)快速圖形卡。 In various implementations, the driver (not shown) may include techniques by which the user can immediately turn the platform 502 on and off, for example, when enabled, as if the television was initially activated after the button was touched. Program logic may allow platform 502 to stream content to a media adapter or other content service device 530 or content delivery device 540 even when the platform is "off." In addition, chipset 505 can include hardware and/or software to support, for example, 5.1 surround sound and/or high definition 7.1 surround sound. The driver can include a graphics driver for the integrated graphics platform. In various embodiments, the graphics driver can include a Peripheral Component Interconnect (PCI) fast graphics card.

在不同實作中,系統500中所示的任何一或多個元件可被整合。例如,平臺502和內容服務裝置530可被整合,或平臺502和內容遞送裝置540可被整合,或平臺502、內容服務裝置530和內容遞送裝置540可被整合。在不同實施例中,平臺502和顯示器520可以是一整合單元。例如,顯示器520和內容服務裝置530可被整合,或顯示器520和內容遞送裝置540可被整合。這些例子並非要限制本揭露。 In various implementations, any one or more of the elements shown in system 500 can be integrated. For example, platform 502 and content services device 530 can be integrated, or platform 502 and content delivery device 540 can be integrated, or platform 502, content service device 530, and content delivery device 540 can be integrated. In various embodiments, platform 502 and display 520 can be an integrated unit. For example, display 520 and content service device 530 can be integrated, or display 520 and content delivery device 540 can be integrated. These examples are not intended to limit the disclosure.

在不同實施例中,系統500可作為無線系統、有線系統或兩者的組合來實施。當作為無線系統實施時,系統500可包括適合透過無線共用媒體進行通信之元件和介面,諸如一或多個天線、發射器、接收器、收發器、放大器、篩選器、控制邏輯等等。無線共用媒體的例 子可包括部分的無線頻譜,諸如RF頻譜等等。當作為有線系統實施時,系統500可包括適合透過有線通信媒體進行通信之元件和介面,諸如輸入/輸出(I/O)配接器、連接I/O配接器與對應的有線通信媒體之物理連接器、網路介面卡(NIC)、光碟控制器、視頻控制器、音頻控制器、和類似物。有線通信媒體的例子可包括電線、纜線、金屬導線、印刷電路板(PCB)、底板、交換器結構、半導體材料、對絞線、同軸線、光纖等等。 In various embodiments, system 500 can be implemented as a wireless system, a wired system, or a combination of both. When implemented as a wireless system, system 500 can include elements and interfaces suitable for communicating over a wireless shared medium, such as one or more antennas, transmitters, receivers, transceivers, amplifiers, filters, control logic, and the like. Example of wireless shared media The sub-segment may include a portion of the wireless spectrum, such as the RF spectrum and the like. When implemented as a wired system, system 500 can include components and interfaces suitable for communicating over wired communication media, such as input/output (I/O) adapters, connecting I/O adapters, and corresponding wired communication media. Physical connectors, network interface cards (NICs), optical disk controllers, video controllers, audio controllers, and the like. Examples of wired communication media may include wires, cables, metal wires, printed circuit boards (PCBs), backplanes, switch structures, semiconductor materials, twisted pairs, coaxial wires, optical fibers, and the like.

平臺502可設立一或多個邏輯或實體通道進行資訊的通信。這些資訊可包括媒體資訊和控制資訊。媒體資訊可能提到代表意味著使用者內容的任何資料。內容的實例可包括例如,來自語音對話、視訊會議、串流視頻、電子郵件(「電子郵件(email)」)消息,語音信箱消息、字母數位記號、圖形、影像、視頻、文本等等之資料。來自語音對話的資料可以是例如,語音資訊、沉默期、背景雜訊、舒適雜訊、音調等等。控制資訊可能提到表示命令、指令或意味為自動化系統的控制字之任何資料。例如,控制資訊可用於透過系統來路由媒體資訊,或指示以預定方式處理媒體資訊之節點。然而,實施例並不限於圖5中所示或所述的元件或上下文。 Platform 502 can establish one or more logical or physical channels for communication of information. This information can include media information and control information. Media information may refer to any material that represents user content. Examples of content may include, for example, information from voice conversations, video conferencing, streaming video, email ("email") messages, voicemail messages, alphanumeric symbols, graphics, images, video, text, and the like. . The information from the voice conversation can be, for example, voice information, silence period, background noise, comfort noise, tones, and the like. Control information may refer to any material that represents a command, instruction, or control word that is meant to be an automated system. For example, control information can be used to route media information through the system or to instruct nodes that process media information in a predetermined manner. However, embodiments are not limited to the elements or context shown or described in FIG.

如上文所述,系統500可以不同的物理樣式或形狀因子實施。圖6說明小形狀因子裝置600的實作,其中系統600可被實施。在多種實施例中,例如,裝置600可作為具有無線功能的行動計算裝置來實施。行動計 算裝置可以參考,例如具有處理系統和行動電源或供應,諸如一或多個電池,的任何裝置。 As described above, system 500 can be implemented with different physical styles or form factors. FIG. 6 illustrates an implementation of a small form factor device 600 in which system 600 can be implemented. In various embodiments, for example, device 600 can be implemented as a wireless computing enabled mobile computing device. Action meter The computing device can reference, for example, any device having a processing system and a mobile power source or supply, such as one or more batteries.

如上所述,行動計算裝置的實例可包括個人電腦(PC)、膝上型電腦、超膝上型電腦、平板電腦、觸控板、可攜式電腦、手持式電腦、掌上型電腦、個人數位助理(PDA)、行動電話、組合式蜂窩電話/PDA、電視、智慧型裝置(如智慧型手機、智慧型平板電腦或智慧型電視)、行動上網裝置(MID)、通信裝置,資料通信裝置,攝像機(例如,隨拍相機、超級變焦相機、單眼數位(DSLR)相機、等等。 As mentioned above, examples of mobile computing devices may include personal computers (PCs), laptops, ultra-laptops, tablets, touchpads, portable computers, handheld computers, palmtop computers, personal digital devices. Assistant (PDA), mobile phone, combined cellular phone/PDA, TV, smart device (such as smart phone, smart tablet or smart TV), mobile internet device (MID), communication device, data communication device, Camera (eg, camera, super zoom camera, single eye digital (DSLR) camera, etc.).

行動計算裝置的實例也可包括配置成讓人穿戴的電腦,如腕上電腦、手指電腦、環電腦、眼鏡電腦、皮帶扣電腦、手臂帶電腦、鞋電腦、服裝電腦和其它可穿戴電腦。在多種施實例中,例如,行動計算裝置可被實施作為能夠執行電腦應用程式、以及語音通信和/或資料通信的智慧型手機。雖然一些實施例可經由實例以實施作為智慧型手機的行動計算裝置予以描述,可理解的是,其它實施例也可以使用其它無線行動計算裝置來實施。該等實施例不受限於本文中。 Examples of mobile computing devices may also include computers that are configured to be worn by people, such as wrist-worn computers, finger computers, ring computers, eyeglass computers, belt buckle computers, arm-band computers, shoe computers, clothing computers, and other wearable computers. In various embodiments, for example, the mobile computing device can be implemented as a smart phone capable of executing a computer application, as well as voice communication and/or data communication. While some embodiments may be described by way of example to implement a mobile computing device as a smart phone, it will be appreciated that other embodiments may be implemented using other wireless mobile computing devices. The embodiments are not limited thereto.

如圖6所示,裝置600可包括外殼602、顯示器604、輸入/輸出(I/O)裝置606、和天線608。裝置600也可包括導航功能612。顯示器604可包括任何合適的顯示單元用於顯示適於行動計算裝置的資訊。I/O裝置606可包括任何合適的I/O裝置,用於將資訊輸入行動計 算裝置。I/O裝置606的例子可包括文數鍵盤、數字小鍵盤、觸控板、輸入鍵、按鈕、開關、搖臂開關、麥克風、揚聲器、語音辨識裝置和軟體、等等。資訊也可透過麥克風(未顯示)輸入裝置600。此類資訊可由語音辨識裝置(未顯示)予以數位化。該等實施例不受限於本文中。 As shown in FIG. 6, device 600 can include a housing 602, a display 604, an input/output (I/O) device 606, and an antenna 608. Device 600 can also include a navigation function 612. Display 604 can include any suitable display unit for displaying information suitable for the mobile computing device. I/O device 606 can include any suitable I/O device for entering information into an action meter Calculation device. Examples of I/O device 606 may include a text keypad, a numeric keypad, a touchpad, input keys, buttons, switches, rocker switches, microphones, speakers, voice recognition devices and software, and the like. Information can also be input to device 600 via a microphone (not shown). Such information can be digitized by a speech recognition device (not shown). The embodiments are not limited thereto.

不同的實施例可使用硬體元件、軟體元件或兩者的組合來實施。硬體元件的實例可包括處理器、微處理器、電路、電路元件(例如,電晶體、電阻器、電容器、電感器,等等)、積體電路、特殊應用積體電路(ASIC)、可程式邏輯裝置(PLD)、數位信號處理器(DSP)、現場可程式閘陣列(FPGA)、邏輯閘、暫存器、半導體裝置、晶片、微晶片、晶片集、等等。軟體的實例可包括軟體元件、程式、應用、電腦程式、應用程式、系統程式、機器程式、作業系統軟體、中間軟體、韌體、軟體模組、常式、子常式、函數、方法、程序、軟體介面、應用程式介面(API)、指令集、計算碼、電腦碼、碼段、電腦碼段、字、值、符號或其任何組合。確定是否使用硬體元件和/或軟體元件來實現實施例可根據任意數量的因子予以變化,諸如所需的計算速度、功率位準、熱公差、處理週期預算、輸入資料率、輸出資料率、記憶體資源、資料匯流排速度和其它設計或性能約束。 Different embodiments may be implemented using hardware elements, software elements, or a combination of both. Examples of hardware components can include processors, microprocessors, circuits, circuit components (eg, transistors, resistors, capacitors, inductors, etc.), integrated circuits, special application integrated circuits (ASICs), Program Logic Device (PLD), Digital Signal Processor (DSP), Field Programmable Gate Array (FPGA), Logic Gate, Scratchpad, Semiconductor Device, Wafer, Microchip, Wafer Set, and more. Examples of software may include software components, programs, applications, computer programs, applications, system programs, machine programs, operating system software, intermediate software, firmware, software modules, routines, subroutines, functions, methods, programs. , software interface, application interface (API), instruction set, calculation code, computer code, code segment, computer code segment, word, value, symbol, or any combination thereof. Determining whether to use hardware components and/or software components to implement an embodiment may vary according to any number of factors, such as required computational speed, power level, thermal tolerance, processing cycle budget, input data rate, output data rate, Memory resources, data bus speeds, and other design or performance constraints.

至少一個實施例的一或多個方面可藉由儲存在表示處理器內的不同邏輯之機器可讀取媒體上的代表性指令予以執行,其在機器讀取時致使該機器建構邏輯來執 行文中所述的技術。這種表示方法,稱為"IP核心",可被儲存在有形的機器可讀取媒體上並提供給不同客戶或製造設施,以載入實際上生產邏輯或處理器的製造機器。 One or more aspects of at least one embodiment can be performed by representative instructions stored on a machine readable medium representing different logic within a processor, which causes the machine to construct logic when the machine reads The technique described in the text. This representation, referred to as "IP core", can be stored on tangible machine readable media and provided to different customers or manufacturing facilities to load manufacturing machines that actually produce logic or processors.

雖然文中所提出的某些特徵已參照不同實作予以描述,這種描述不是以限制的意義來解釋。因此,文中所述的實作的各種修改,以及其它的實作,其對熟悉此項技藝者係顯而易知,視為屬於本揭露的精神和範圍內。 Although some of the features presented herein have been described with reference to various embodiments, this description is not to be construed in a limiting sense. Therefore, various modifications of the implementations described herein, as well as other implementations, are apparent to those skilled in the art and are considered to be within the spirit and scope of the disclosure.

以下的實例係關於進一步的實施例。 The following examples are for further embodiments.

在一實例中,用於執行視頻編碼的電腦實施方法可包括至少部分地根據主動視頻編碼模式從複數位元數極限比例因子確定位元數極限比例因子。位元數極限可至少部分地根據位元數極限比例因子為視頻資料塊予以確定。 In an example, a computer implemented method for performing video encoding can include determining a bit number limit scale factor from a complex number of bits limit scale factor based at least in part on an active video coding mode. The bit number limit can be determined for the video data block based, at least in part, on the number of bit limit scale factors.

在另一實例中,用於執行視頻編碼的電腦實施方法可進一步包括至少部分地根據位元數極限對視頻資料進行編碼。位元流可至少部分地根據編碼的視頻資料予以編碼。該複數位元數極限比例因子和對應的複數編碼模式可被編碼於位元流中。該複數位元數極限比例因子和該對應的複數編碼模式可被編碼作為該位元流的補充增強資訊(SEI)包的一部分。該位元流可被接收。該位元流可被存取以確定該複數位元數極限比例因子和該對應的複數編碼模式。緩衝區大小可根據決定的位元數極限予以確定。輸出圖像可至少部分地根據視頻資料的進行編碼予以產生。確定位元數極限比例因子可包括存取包括複數位元 數極限比例因子和對應的複數編碼模式的表。確定位元數極限比例因子可包括確定主動編碼模式透過該表不可用以及該位元數極限比例因子可被設為預設的位元數極限比例因子。確定視頻資料塊的位元數極限可包括位元數極限比例因子和視頻資料塊的原始視頻資料大小相乘。比例因子可包括等於或大於一和小於或等於二的數:3/2、4/3或5/3。該複數編碼模式可包括較低位元產生編碼模式和較高位元產生編碼模式,該較高位元產生編碼模式產生比該較低位元產生編碼模式更多的位元,以使與較低位元產生編碼模式關聯的位元數極限比例因子可以是小於與較高位元產生編碼模式關聯的位元數極限比例因子。視頻資料塊可以是最大編碼單元(LCU)。視頻資料塊可包括高效率視頻編碼(HEVC)視頻資料。第一編碼模式可包括HEVC主要設定檔中的所有編碼模式允許變換跳過和對應的第一位元數極限比例因子可以是4/3。第二編碼方式可包括HEVC主要設定檔中的所有編碼模式禁用變換跳過和對應的第二位元數極限比例因子可以是3/2。第三編碼模式可包括HEVC主要靜態圖像設定檔中的所有編碼模式允許變換跳過和對應的第三位元數極限比例因子可以是4/3。第四編碼方式可包括HEVC主要靜態圖像設定檔中的所有編碼模式禁用變換跳過和對應的第四位元數極限比例因子可以是3/2。第五編碼模式可包括HEVC主要10設定檔中的所有編碼模式允許變換跳過和對應的第五位元數極限比例因子可以是5/3。第六編碼方式可包括HEVC主 要10設定檔中的所有編碼模式禁用變換跳過和對應的第六位元數極限比例因子可以是5/3。確定位元數極限可包括確定在視頻解碼器的位元數極限。視頻解碼器可至少部分地實施在硬體中。確定位元數極限可包括確定在視頻編碼器的位元數極限。視頻編碼器可至少部分地實施在硬體中。 In another example, a computer implemented method for performing video encoding can further include encoding video material based at least in part on a bit number limit. The bitstream can be encoded, at least in part, based on the encoded video material. The complex bit number limit scale factor and the corresponding complex code mode can be encoded in the bit stream. The complex bit number limit scale factor and the corresponding complex code mode may be encoded as part of a Supplemental Enhancement Information (SEI) packet of the bit stream. This bit stream can be received. The bit stream can be accessed to determine the complex bit number limit scale factor and the corresponding complex code mode. The buffer size can be determined based on the determined number of bits. The output image can be generated, at least in part, based on encoding of the video material. Determining the number of bits to limit the scale factor may include accessing including complex bits A table of the number limit scale factor and the corresponding complex coding mode. Determining the number of bits limit scale factor may include determining that the active coding mode is not available through the table and the number of bit limit scale factors may be set to a preset number of bits limit scale factor. Determining the bit number limit of the video data block may include multiplying the bit number limit scale factor by the original video material size of the video data block. The scale factor may include a number equal to or greater than one and less than or equal to two: 3/2, 4/3, or 5/3. The complex coding mode may include a lower bit generation coding mode and a higher bit generation coding mode, the higher bit generation coding mode producing more bits than the lower bit generating coding mode to enable lower bits The number of bits of the element-generated coding mode association may be a scale factor that is less than the number of bits associated with the higher bit-generating coding mode. The video data block can be a maximum coding unit (LCU). The video data block may include High Efficiency Video Coding (HEVC) video material. The first coding mode may include all coding modes in the HEVC primary profile allowing for transform skipping and the corresponding first number of bits limit scaling factor may be 4/3. The second encoding mode may include all encoding mode disable transform skips in the HEVC main profile and the corresponding second bit number limit scale factor may be 3/2. The third coding mode may include all coding modes in the HEVC primary still image profile allowing the transform skip and the corresponding third bit number limit scale factor may be 4/3. The fourth encoding mode may include all encoding mode disable transform skips in the HEVC main still image profile and the corresponding fourth bit number limit scale factor may be 3/2. The fifth coding mode may include all coding modes in the HEVC primary 10 profile allowing the transform skip and the corresponding fifth bit number limit scale factor may be 5/3. The sixth encoding method may include HEVC main All encoding modes in the 10 profile are disabled. The transition skip and the corresponding sixth bit limit scale factor can be 5/3. Determining the number of bits limit may include determining a limit on the number of bits in the video decoder. The video decoder can be implemented at least partially in hardware. Determining the number of bits limit may include determining a limit on the number of bits in the video encoder. The video encoder can be implemented at least partially in the hardware.

在還另一實例中,用於執行視頻編碼的電腦實施方法可包括藉由最大編碼單元原始資料數和5/3的位元數極限比例因子相乘,確定與視頻資料的最大編碼單元關聯之位元數極限。視頻資料可至少部分地根據位元數極限進行編碼。 In still another example, a computer implemented method for performing video encoding may include determining, by multiplying a maximum coding unit original data number and a 5/3 bit number limit scaling factor, a maximum coding unit associated with the video material. The number of bits is limited. The video material can be encoded, at least in part, based on the number of bits.

在另一進一步實例中,用於執行視頻編碼的電腦實施方法可進一步包括至少部分地根據編碼的視頻資料對位元流進行編碼。位元流可被接收。緩衝區大小可根據確定的位元數極限予以確定。輸出圖像可至少部分地根據視頻資料的進行編碼予以產生。視頻資料塊可包括高效率視頻編碼(HEVC)視頻資料。確定位元數極限可包括確定在視頻解碼器的位元數極限。視頻解碼器可至少部分地實施在硬體中。確定位元數極限可包括確定在視頻編碼器的位元數極限。視頻編碼器可至少部分地實施在硬體中。 In another further example, a computer implemented method for performing video encoding can further include encoding a bitstream based at least in part on the encoded video material. The bit stream can be received. The buffer size can be determined based on the determined number of bits. The output image can be generated, at least in part, based on encoding of the video material. The video data block may include High Efficiency Video Coding (HEVC) video material. Determining the number of bits limit may include determining a limit on the number of bits in the video decoder. The video decoder can be implemented at least partially in hardware. Determining the number of bits limit may include determining a limit on the number of bits in the video encoder. The video encoder can be implemented at least partially in the hardware.

在另一實例中,用於電腦上的視頻編碼之系統可包括顯示裝置、一或多個處理器、一或多個記憶體儲存器、視頻編碼器、類似物、及/或其組合。顯示裝置可 配置來呈現視頻資料。一或多個處理器可溝通地耦接到顯示裝置。一或多個記憶體儲存器可溝通地耦接到一或多個處理器。視頻編碼器可溝通地耦接到一或多個處理器並配置成至少部分地根據主動視頻編碼模式從複數位元數極限比例因子確定位元數極限比例因子,以及至少部分地根據位元數極限比例因子確定與視頻資料塊關聯的位元數極限。影像資料透過顯示裝置的呈現可以是至少部分地根據編碼的視頻資料。 In another example, a system for video encoding on a computer can include a display device, one or more processors, one or more memory stores, a video encoder, the like, and/or combinations thereof. Display device Configure to present video material. One or more processors are communicably coupled to the display device. One or more memory stores are communicably coupled to one or more processors. A video encoder communicably coupled to the one or more processors and configured to determine a bit number limit scale factor from a plurality of bit number limit scale factors based at least in part on the active video coding mode, and at least in part based on the number of bits The limit scale factor determines the number of bits associated with the video data block. The presentation of the image data through the display device can be based, at least in part, on the encoded video material.

在進一步的實例系統中,視頻編碼器可配置成至少部分地根據編碼的視頻資料編碼位元流,編碼位元流中的複數位元數極限比例因子和對應的複數編碼模式,其中該複數位元數極限比例因子和該對應的複數編碼模式包含位元流的補充增強資訊(SEI)包的一部分,接收位元流,存取位元流以確定該複數位元數極限比例因子和該對應的複數編碼模式,根據確定的位元數極限確定緩衝區大小,和/或至少部分地根據編碼的視頻資料產生輸出圖像。視頻編碼器可配置成藉由存取包含該複數位元數極限比例因子和該對應的複數編碼模式之表來確定位元數極限比例因子。視頻編碼器可配置成藉由確定主動編碼模式透過該表不可用以及其中位元數極限比例因子設置為預設的位元數極限比例因子來確定該位元數極限比例因子。視頻編碼器可配置藉由位元數極限比例因子和視頻資料塊的原始視頻資料大小相乘來確定與視頻資料塊關聯的位元數極限。比例因子可包括等於或大於一和小於或等於二的數: 3/2、4/3或5/3。該複數編碼模式可包括較低位元產生編碼模式和較高位元產生編碼模式,該較高位元產生編碼模式產生比該較低位元產生編碼模式更多的位元,以使與較低位元產生編碼模式關聯的位元數極限比例因子可以是小於與較高位元產生編碼模式關聯的位元數極限比例因子。視頻資料塊可以是最大編碼單元(LCU)。視頻資料塊可包括高效率視頻編碼(HEVC)視頻資料。第一編碼模式可包括HEVC主要設定檔中的所有編碼模式允許變換跳過和對應的第一位元數極限比例因子可以是4/3。第二編碼方式可包括HEVC主要設定檔中的所有編碼模式禁用變換跳過和對應的第二位元數極限比例因子可以是3/2。第三編碼模式可包括HEVC主要靜態圖像設定檔中的所有編碼模式允許變換跳過和對應的第三位元數極限比例因子可以是4/3。第四編碼方式可包括HEVC主要靜態圖像設定檔中的所有編碼模式禁用變換跳過和對應的第四位元數極限比例因子可以是3/2。第五編碼模式可包括HEVC主要10設定檔中的所有編碼模式允許變換跳過和對應的第五位元數極限比例因子可以是5/3。第六編碼方式可包括HEVC主要10設定檔中的所有編碼模式禁用變換跳過和對應的第六位元數極限比例因子可以是5/3。視頻編碼器可包括視頻解碼器。視頻解碼器可至少部分地實施於硬體中。視頻編碼器(coder)可包括視頻編碼器(encoder)。視頻編碼器可至少部分地實施於硬體中。 In a further example system, the video encoder is configurable to encode a bitstream based at least in part on the encoded video material, encoding a complex bit number limit scale factor and a corresponding complex coding mode in the bitstream, wherein the complex bit The element limit scale factor and the corresponding complex coding mode comprise a portion of a Supplemental Enhancement Information (SEI) packet of the bitstream, receive the bitstream, access the bitstream to determine the complex number of bits and the corresponding scale factor and the corresponding The complex coding mode determines the buffer size based on the determined number of bit limits and/or produces an output image based at least in part on the encoded video material. The video encoder can be configured to determine a bit number limit scaling factor by accessing a table including the complex bit number limit scaling factor and the corresponding complex encoding mode. The video encoder may be configured to determine the bit number limit scale factor by determining that the active coding mode is unavailable through the table and wherein the bit number limit scale factor is set to a preset number of bits limit scale factor. The video encoder is configurable to determine the number of bits associated with the video data block by multiplying the bit number limit scaling factor by the original video material size of the video data block. The scale factor may include a number equal to or greater than one and less than or equal to two: 3/2, 4/3 or 5/3. The complex coding mode may include a lower bit generation coding mode and a higher bit generation coding mode, the higher bit generation coding mode producing more bits than the lower bit generating coding mode to enable lower bits The number of bits of the element-generated coding mode association may be a scale factor that is less than the number of bits associated with the higher bit-generating coding mode. The video data block can be a maximum coding unit (LCU). The video data block may include High Efficiency Video Coding (HEVC) video material. The first coding mode may include all coding modes in the HEVC primary profile allowing for transform skipping and the corresponding first number of bits limit scaling factor may be 4/3. The second encoding mode may include all encoding mode disable transform skips in the HEVC main profile and the corresponding second bit number limit scale factor may be 3/2. The third coding mode may include all coding modes in the HEVC primary still image profile allowing the transform skip and the corresponding third bit number limit scale factor may be 4/3. The fourth encoding mode may include all encoding mode disable transform skips in the HEVC main still image profile and the corresponding fourth bit number limit scale factor may be 3/2. The fifth coding mode may include all coding modes in the HEVC primary 10 profile allowing the transform skip and the corresponding fifth bit number limit scale factor may be 5/3. The sixth encoding mode may include all encoding mode disable transform skips in the HEVC main 10 profile and the corresponding sixth bit number limit scale factor may be 5/3. The video encoder can include a video decoder. The video decoder can be implemented at least partially in the hardware. A video encoder may include a video encoder. The video encoder can be implemented at least partially in the hardware.

在仍另一實例中,用於電腦上的視頻編碼之 系統可包括顯示裝置、一或多個處理器、一或多個記憶體儲存器、視頻編碼器、類似物、及/或其組合。顯示裝置可配置來呈現視頻資料。一或多個處理器可溝通地耦接到顯示裝置。一或多個記憶體儲存器可溝通地耦接到一或多個處理器。視頻編碼器可溝通地耦接到一或多個處理器並配置成藉由最大的編碼單元原始資料數量和5/3的位元數極限比例因子相乘來確定與視頻資料的最大編碼單元關聯之位元數極限,以及至少部分地根據位元數極限對視頻資料進行編碼。影像資料透過顯示裝置的呈現可以是至少部分地根據編碼的視頻資料。 In still another example, for video encoding on a computer The system can include a display device, one or more processors, one or more memory stores, a video encoder, the like, and/or combinations thereof. The display device is configurable to present video material. One or more processors are communicably coupled to the display device. One or more memory stores are communicably coupled to one or more processors. The video encoder is communicably coupled to the one or more processors and configured to determine the maximum coding unit associated with the video material by multiplying the maximum number of coding unit original data by a 5/3 number of bits limit scaling factor The bit number limit, and the video material is encoded based, at least in part, on the number of bit numbers. The presentation of the image data through the display device can be based, at least in part, on the encoded video material.

在另一進一步實例系統中,視頻編碼器可配置成,至少部分地根據編碼的視頻資料來編碼位元流,接收位元流,根據確定的位元數極限來確定緩衝區大小,和/或至少部分地根據編碼的視頻資料來產生輸出圖像。視頻資料塊可包括高效率視頻編碼(HEVC)視頻資料。視頻編碼器可包括視頻解碼器。視頻解碼器可至少部分地實施於硬體中。視頻編碼器(coder)可包括視頻編碼器(encoder)。視頻編碼器可至少部分地實施於硬體中。 In another further example system, the video encoder can be configured to, at least in part, encode the bitstream based on the encoded video material, receive the bitstream, determine a buffer size based on the determined number of bit limits, and/or An output image is generated based, at least in part, on the encoded video material. The video data block may include High Efficiency Video Coding (HEVC) video material. The video encoder can include a video decoder. The video decoder can be implemented at least partially in the hardware. A video encoder may include a video encoder. The video encoder can be implemented at least partially in the hardware.

在進一步實例中,至少一個機器可讀取媒體可包括複數指令,其為回應執行在計算裝置上,致使該計算裝置來執行根據以上任一實例的方法。 In a further example, the at least one machine readable medium can include a plurality of instructions that are executed on the computing device in response to causing the computing device to perform the method according to any of the above examples.

在仍進一步實例中,設備可包括用於執行根據以上任一實例的方法之機構。 In still further examples, a device can include a mechanism for performing the method according to any of the above examples.

以上的實例可包括特定的特徵組合。然而, 上述這種實例並不限於這方面,且在不同實作中,以上的實例可包括進行只有這種特徵的子集、以不同順序進行這種特徵、進行這種特徵的不同組合、和/或進行除了這些明確列出特徵的附加特徵。例如,關於實例方法所述的所有特徵可相對於實例設備、實例系統、和/或實例物件予以實施,反之亦然。 The above examples may include specific combinations of features. however, Such examples are not limited in this respect, and in various implementations, the above examples may include performing only a subset of such features, performing such features in a different order, performing different combinations of such features, and/or Additional features in addition to these explicitly listed features are made. For example, all of the features described with respect to the example methods can be implemented with respect to example devices, example systems, and/or example objects, and vice versa.

100‧‧‧系統 100‧‧‧ system

101‧‧‧輸入圖像 101‧‧‧ Input image

102‧‧‧編碼器 102‧‧‧Encoder

104‧‧‧編碼單元分區模組 104‧‧‧Code Unit Partitioning Module

106‧‧‧變換和量化模組 106‧‧‧Transformation and Quantization Module

108‧‧‧反量化和反變換模組 108‧‧‧Anti-quantization and inverse transformation module

110‧‧‧內部預測模組 110‧‧‧Internal forecasting module

112‧‧‧解塊過濾模組 112‧‧‧Deblocking filter module

114‧‧‧樣本可調適偏移過濾模組 114‧‧‧sample adjustable offset filter module

116‧‧‧幅間預測模組 116‧‧‧Inter-frame prediction module

117‧‧‧模式決策模組 117‧‧‧ mode decision module

118‧‧‧熵編碼模組 118‧‧‧Entropy coding module

119‧‧‧位元流 119‧‧‧ bit flow

120‧‧‧解碼器 120‧‧‧Decoder

122‧‧‧熵解碼模組 122‧‧‧ Entropy decoding module

124‧‧‧反變換模組 124‧‧‧Anti-transformation module

126‧‧‧內部預測模組 126‧‧‧Internal forecasting module

127‧‧‧語法控制模組 127‧‧‧ grammar control module

128‧‧‧解塊過濾模組 128‧‧‧Deblocking filter module

130‧‧‧樣本可調適偏移過濾模組 130‧‧‧sample adjustable offset filter module

132‧‧‧幅間預測模組 132‧‧‧Inter-frame prediction module

134‧‧‧編碼單元裝配模組 134‧‧‧ coding unit assembly module

135‧‧‧輸出圖像 135‧‧‧ output image

Claims (22)

一種用於解碼壓縮視頻資料的設備,包含:視頻解碼器,用以存取壓縮視頻資料的位元流,該壓縮的視頻資料包括編碼視頻資料的至少一編碼單元;及該視頻解碼器,用以根據對應於編碼視頻資料的該編碼單元的主動編碼模式從多個位元數極限比例因子確定對應於編碼視頻資料的該編碼單元的位元數極限比例因子;以及該視頻解碼器,用以根據該位元數極限比例因子確定與該編碼單元關聯的位元數極限,其中,為確定該位元數極限,該視頻解碼器係將該編碼單元的原始資料大小乘以該位元數極限比例因子。 An apparatus for decoding compressed video data, comprising: a video decoder for accessing a bit stream of compressed video data, the compressed video material comprising at least one coding unit of the encoded video material; and the video decoder Determining, according to an active coding mode of the coding unit corresponding to the encoded video material, a bit number limit scale factor corresponding to the coding unit of the encoded video material from a plurality of bit number limit scale factors; and the video decoder for Determining, according to the bit number limit scale factor, a bit number limit associated with the coding unit, wherein, to determine the bit number limit, the video decoder multiplies the original data size of the coding unit by the bit number limit Scale Factor. 如申請專利範圍第1項的設備,進一步包含儲存器,其中,該視頻解碼器係至少部分地根據該確定的位元數極限,確定該儲存器中緩衝區的大小。 The device of claim 1, further comprising a memory, wherein the video decoder determines the size of the buffer in the memory based at least in part on the determined number of bit limits. 如申請專利範圍第1項的設備,其中,該視頻解碼器係藉由存取該位元流的語法中的至少一指標,確定該原始資料大小。 The device of claim 1, wherein the video decoder determines the size of the original data by accessing at least one of the grammars of the bitstream. 如申請專利範圍第1項的設備,其中,當該主動編碼模式包含變換跳過允許的第一主動編碼模式時,該位元數極限比例因子包含第一值,且當該主動編碼模式包含變換跳過禁止的第二主動編碼模式時,該位元數極限比例因子包含第二值,且其中,該第一值小於該第二值。 The device of claim 1, wherein when the active coding mode includes a first active coding mode allowed by a transform skip, the bit number limit scale factor includes a first value, and when the active coding mode includes a transform When the forbidden second active coding mode is skipped, the bit number limit scale factor includes a second value, and wherein the first value is less than the second value. 如申請專利範圍第4項的設備,其中,該第一主動 編碼模式與該第二主動編碼模式之間的差為該變換跳過允許或禁用。 For example, the device of claim 4, wherein the first initiative The difference between the coding mode and the second active coding mode is allowed or disabled for the transform skip. 如申請專利範圍第4項的設備,其中,該第一值為4/3且該第二值為3/2。 The device of claim 4, wherein the first value is 4/3 and the second value is 3/2. 如申請專利範圍第1項的設備,其中,當該主動編碼模式包含具第一位元深度的第一主動編碼模式時,該位元數極限比例因子包含第一值,且當該主動編碼模式包含具第二位元深度的第二主動編碼模式時,該位元數極限比例因子包含第二值,且其中,該第一位元深度小於該第二位元深度且該第一值小於該第二值。 The device of claim 1, wherein when the active coding mode includes a first active coding mode having a first bit depth, the bit number limit scaling factor includes a first value, and when the active coding mode When the second active coding mode having the second bit depth is included, the bit number limit scale factor includes a second value, and wherein the first bit depth is less than the second bit depth and the first value is less than the The second value. 如申請專利範圍第7項的設備,其中,該第一位元深度為8位元,該第二位元深度為10位元,該第一值為4/3,且該第二值為5/3。 The device of claim 7, wherein the first bit depth is 8 bits, the second bit depth is 10 bits, the first value is 4/3, and the second value is 5 /3. 如申請專利範圍第1項的設備,其中,該主動編碼模式經由該位元流被存取。 The device of claim 1, wherein the active coding mode is accessed via the bitstream. 一種包含如申請專利範圍第1至9項中任一項的設備之系統,進一步包含:顯示器,其中該視頻解碼器係解碼該至少一編碼單元以產生解碼視頻資料;及處理器,用以顯示該解碼視頻資料在該顯示器上。 A system comprising the apparatus of any one of claims 1 to 9 further comprising: a display, wherein the video decoder decodes the at least one coding unit to generate decoded video material; and a processor for displaying The decoded video material is on the display. 如申請專利範圍第10項的系統,進一步包含一或多個無線電用以接收該位元流。 A system as claimed in claim 10, further comprising one or more radios for receiving the bit stream. 一種解碼壓縮視頻資料的電腦實施方法,包含:存取壓縮視頻資料的位元流,該壓縮視頻資料包括編 碼視頻資料的至少一編碼單元;及根據對應於編碼視頻資料的該編碼單元的主動編碼模式從多個位元數極限比例因子確定對應於編碼視頻資料的該編碼單元的位元數極限比例因子;以及確定與該編碼單元關聯的位元數極限,其中,確定該位元數極限包括將該編碼單元的原始資料大小乘以該位元數極限比例因子。 A computer implementation method for decoding compressed video data, comprising: accessing a bit stream of compressed video data, the compressed video material including At least one coding unit of the code video material; and determining, according to an active coding mode of the coding unit corresponding to the coded video material, a bit number limit scale factor corresponding to the coding unit of the coded video data from a plurality of bit number limit scale factors And determining a bit number limit associated with the coding unit, wherein determining the bit number limit comprises multiplying the original data size of the coding unit by the bit number limit scale factor. 如申請專利範圍第12項的電腦實施方法,進一步包含至少部分地根據該確定的位元數極限,確定緩衝區大小。 The computer-implemented method of claim 12, further comprising determining a buffer size based at least in part on the determined number of bit limits. 如申請專利範圍第12項的電腦實施方法,其中,確定該原始資料大小包含存取該位元流的語法中的至少一指標。 The computer-implemented method of claim 12, wherein determining the original data size comprises at least one of a grammar for accessing the bit stream. 如申請專利範圍第12項的電腦實施方法,其中,當該主動編碼模式包含變換跳過允許的第一主動編碼模式時,該元位數極限比例因子包含第一值,且當該主動編碼模式包含變換跳過禁止的第二主動編碼模式時,該位元數極限比例因子包含第二值,且其中,該第一值小於該第二值。 The computer-implemented method of claim 12, wherein when the active coding mode includes a first active coding mode allowed by a transform skip, the meta-digit limit scale factor includes a first value, and when the active coding mode When the second active coding mode including transform skip inhibition is included, the bit number limit scale factor includes a second value, and wherein the first value is less than the second value. 如申請專利範圍第15項的電腦實施方法,其中,該第一主動編碼模式與該第二主動編碼模式之間的差為該變換跳過允許或禁用。 The computer-implemented method of claim 15, wherein the difference between the first active coding mode and the second active coding mode is allowed or disabled for the transform skip. 如申請專利範圍第15項的電腦實施方法,其中,該第一值為4/3且該第二值為3/2。 The computer implemented method of claim 15, wherein the first value is 4/3 and the second value is 3/2. 如申請專利範圍第12項的電腦實施方法,其中,當該主動編碼模式包含具第一位元深度的第一主動編碼模式時,該位元數極限比例因子包含第一值,且當該主動編碼模式包含具第二位元深度的第二主動編碼模式時,該位元數極限比例因子包含第二值,且其中,該第一位元深度小於該第二位元深度且該第一值小於該第二值。 The computer-implemented method of claim 12, wherein when the active coding mode includes a first active coding mode having a first bit depth, the bit number limit scaling factor includes a first value, and when the active When the encoding mode includes a second active encoding mode having a second bit depth, the bit number limit scaling factor includes a second value, and wherein the first bit depth is less than the second bit depth and the first value Less than the second value. 如申請專利範圍第18項的電腦實施方法,其中,該第一位元深度為8位元,該第二位元深度為10位元,該第一值為4/3,且該第二值為5/3。 The computer implementation method of claim 18, wherein the first bit depth is 8 bits, the second bit depth is 10 bits, the first value is 4/3, and the second value is It is 5/3. 如申請專利範圍第12項的電腦實施方法,其中,該主動編碼模式經由該位元流被存取。 The computer-implemented method of claim 12, wherein the active coding mode is accessed via the bit stream. 一種用於解碼壓縮視頻資料的設備,包含用以執行如申請專利範圍第12至14項中任一項的電腦實施方法之機構。 An apparatus for decoding a compressed video material, comprising a mechanism for performing the computer implemented method of any one of claims 12 to 14. 一種機器可讀取儲存器,包括機器可讀取指令,當執行時,用以實施如申請專利範圍第12至14項中任一項的方法。 A machine readable storage, comprising machine readable instructions, when executed, for performing the method of any one of claims 12-14.
TW103100659A 2013-02-28 2014-01-08 Coding unit bit number limitation TWI578763B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201361770699P 2013-02-28 2013-02-28
PCT/US2013/034264 WO2014107183A1 (en) 2013-01-04 2013-03-28 Coding unit bit number limitation

Publications (2)

Publication Number Publication Date
TW201442489A TW201442489A (en) 2014-11-01
TWI578763B true TWI578763B (en) 2017-04-11

Family

ID=52423079

Family Applications (1)

Application Number Title Priority Date Filing Date
TW103100659A TWI578763B (en) 2013-02-28 2014-01-08 Coding unit bit number limitation

Country Status (1)

Country Link
TW (1) TWI578763B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5231484A (en) * 1991-11-08 1993-07-27 International Business Machines Corporation Motion video compression system with adaptive bit allocation and quantization
US20090154557A1 (en) * 2007-12-17 2009-06-18 Zhao Xu Gang Wilf Motion compensation module with fast intra pulse code modulation mode decisions and methods for use therewith
TWI365447B (en) * 2006-05-19 2012-06-01 Sony Corp Recording apparatus, recording method, recording program, recording/reproducing apparatus, recording/reproducing method, recording/reproducing program, editing apparatus, editing method, and editing
TWI371033B (en) * 2004-02-03 2012-08-21 Lg Electronics Inc Text subtitle decoder and method for decoding text subtitle streams
TWI379542B (en) * 2006-07-25 2012-12-11 Broadcom Corp Method and system for redundancy-based decoding of voice content in a wireless lan system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5231484A (en) * 1991-11-08 1993-07-27 International Business Machines Corporation Motion video compression system with adaptive bit allocation and quantization
TWI371033B (en) * 2004-02-03 2012-08-21 Lg Electronics Inc Text subtitle decoder and method for decoding text subtitle streams
TWI365447B (en) * 2006-05-19 2012-06-01 Sony Corp Recording apparatus, recording method, recording program, recording/reproducing apparatus, recording/reproducing method, recording/reproducing program, editing apparatus, editing method, and editing
TWI379542B (en) * 2006-07-25 2012-12-11 Broadcom Corp Method and system for redundancy-based decoding of voice content in a wireless lan system
US20090154557A1 (en) * 2007-12-17 2009-06-18 Zhao Xu Gang Wilf Motion compensation module with fast intra pulse code modulation mode decisions and methods for use therewith

Also Published As

Publication number Publication date
TW201442489A (en) 2014-11-01

Similar Documents

Publication Publication Date Title
TWI571109B (en) Cross-channel residual prediction
US20150181216A1 (en) Inter-layer pixel sample prediction
CN107079192B (en) Dynamic on-screen display using compressed video streams
CN106664407B (en) Method, system, apparatus and readable medium for parallel encoding and decoding of wireless display
JP2015528252A (en) Derivation of conversion unit context based on size
WO2014047877A1 (en) Inter-layer residual prediction
TWI559749B (en) Inter layer motion data inheritance
JP6060394B2 (en) Cross-layer / cross-channel residual prediction
US20140169467A1 (en) Video coding including shared motion estimation between multple independent coding streams
US20160021369A1 (en) Video coding including a stage-interdependent multi-stage butterfly integer transform
US10547839B2 (en) Block level rate distortion optimized quantization
US20140192898A1 (en) Coding unit bit number limitation
TWI578763B (en) Coding unit bit number limitation
JP6156808B2 (en) Apparatus, system, method, integrated circuit, and program for decoding compressed video data
JP2014209757A (en) Cross-channel residual prediction
JP6177966B2 (en) Cross channel residual prediction
JP6227698B2 (en) Cross channel residual prediction
JP2015146599A (en) Inter-layer pixel sample prediction