WO2014205717A1 - Video decoding method and decoder - Google Patents

Video decoding method and decoder Download PDF

Info

Publication number
WO2014205717A1
WO2014205717A1 PCT/CN2013/078124 CN2013078124W WO2014205717A1 WO 2014205717 A1 WO2014205717 A1 WO 2014205717A1 CN 2013078124 W CN2013078124 W CN 2013078124W WO 2014205717 A1 WO2014205717 A1 WO 2014205717A1
Authority
WO
WIPO (PCT)
Prior art keywords
reconstruction
module
row
block
entropy decoding
Prior art date
Application number
PCT/CN2013/078124
Other languages
French (fr)
Chinese (zh)
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
Application filed by 北京大学深圳研究生院 filed Critical 北京大学深圳研究生院
Priority to CN201380000787.5A priority Critical patent/CN105264887A/en
Priority to PCT/CN2013/078124 priority patent/WO2014205717A1/en
Publication of WO2014205717A1 publication Critical patent/WO2014205717A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation
    • H04N19/436Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation using parallelised computational arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/44Decoders specially adapted therefor, e.g. video decoders which are asymmetric with respect to the encoder
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/91Entropy coding, e.g. variable length coding [VLC] or arithmetic coding

Definitions

  • the present application relates to the field of data processing, and in particular, to a video decoding method and a decoder.
  • Rate video real-time decoding technology has become a key technology to improve the quality of video services.
  • the H.264 or AVS standard has become the mainstream video compression coding standard currently applied on the market.
  • the H.264 or AVS standard has greatly improved the complexity of codec operation, and the real-time decoding of HD resolution and ultra-high definition resolution has become a popular HD resolution and ultra-high definition resolution video service.
  • the bottleneck is a popular HD resolution and ultra-high definition resolution video service.
  • the existing stripe parallel decoding mainly performs serial entropy decoding and reconstruction on all macroblocks in the stripe, that is, only the entropy decoding and reconstruction of the previous macroblock in the stripe can complete the next macroblock. Entropy decoding and reconstruction.
  • the serial execution of such strips still has a problem of high delay and low processing efficiency, which reduces video decoding performance.
  • the present application provides a video decoding method and decoder to improve video parallel decoding performance.
  • the application provides a video decoding method, including:
  • the entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and the entropy decoding module distributes the entropy decoded row data to the idle reconstruction module one by one according to the idle state information of the reconstruction module;
  • the reconstruction module reconstructs the row in the image frame according to the received row data, and sends a row reconstruction end message to the entropy decoding module when the row reconstruction is completed;
  • the entropy decoding module detects whether the reconstruction module completes reconstruction of the last row in the image frame according to the row reconstruction end message, and if so, entropy decodes the code stream corresponding to the next input image frame.
  • the application provides a video decoder, including an entropy decoding module and a reconstruction module, where:
  • An entropy decoding module configured to perform entropy decoding on a code stream corresponding to the input image frame, and, according to the idle state information of the reconstruction module, distribute the entropy decoded row data to the idle reconstruction module one by one in a predetermined order;
  • a reconstruction module configured to reconstruct a row in the image frame according to the received row data, and send a row reconstruction end message to the entropy decoding module to trigger the entropy decoding module to detect whether the last line of the image frame is completed when the row reconstruction is completed. Reconstruction and corresponding entropy decoding of the code stream corresponding to the next input image frame.
  • the entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and at the same time, the entropy decoding module decodes the entropy decoded line data in a predetermined order according to the idle state information of the reconstruction module.
  • the reconstruction module is distributed to the idle reconstruction module one by one; the reconstruction module reconstructs the rows in the image frame according to the received row data, and after completing the reconstruction of the row, the entropy decoding module determines whether the reconstruction of the last row of the image frame is completed, and if so, the next The code stream corresponding to an input image frame is entropy decoded.
  • the entropy decoding module performs the entropy decoding of one row in the image frame, and the reconstruction module can reconstruct the previous row, which improves the video decoding efficiency and improves the video parallel decoding performance; the reconstruction module can also execute the image frame in parallel. The reconstruction further improves the video decoding efficiency and further improves the video parallel decoding performance.
  • FIG. 1 is a flowchart of a video decoding method according to Embodiment 1 of the present application.
  • FIG. 2 is a structural diagram of a video decoder according to Embodiment 2 of the present application.
  • FIG. 3 is a flowchart of processing of an entropy decoding module and a reconstruction module in Embodiment 1 of the present application;
  • step 102 is a specific flowchart of step 102 in the first embodiment of the present application.
  • FIG. 5 is a schematic diagram showing the relationship between a current block and other blocks in an image frame according to Embodiment 1 of the present application;
  • FIG. 6 is a structural diagram of a reconstruction module 202 according to Embodiment 1 of the present application.
  • FIG. 7 is a specific flowchart of step 404 in the second embodiment of the present application.
  • FIG. 8 is a structural diagram of a reconstruction module 202 in Embodiment 2 of the present application.
  • FIG. 9 is a specific flowchart added in Embodiment 3 of the present application.
  • FIG. 10 is a structural diagram of an entropy decoding module 201 in Embodiment 3 of the present application.
  • Embodiment 1 is a diagrammatic representation of Embodiment 1:
  • the video decoding method of this embodiment is mainly based on a video decoder as shown in FIG. 2.
  • the shared memory stores data required for video decoding, and the data mainly includes a code stream corresponding to the image frame to be decoded, and various status information, such as idle state information and reconstruction state information described below.
  • the control elements in the video decoder provide the corresponding threads, and each thread can access the data stored in the shared memory.
  • the entropy encoding module 201 and the reconstruction module 202 in the video decoder are each driven by independent threads. Based on this, the above video decoding method mainly includes the following processes:
  • Step 101 The entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame. At the same time, the entropy decoding module distributes the entropy decoded row data to the idle reconstruction module one by one according to the idle state information of the reconstruction module.
  • the idle state information is used to indicate whether the re-establishment module is in an active state or an idle state, and may include an identifier of the re-establishment module and a symbol indicating whether it is idle, etc., and the entropy coding module may find an idle re-establishment module according to the idle state information. .
  • the predetermined order is generally a code stream input sequence, and the previous line data of the code stream input sequence is preferentially sent to the reconstruction module for processing.
  • Each reconstruction module processes only one row of data.
  • the entropy decoding module obtains the row data of the first row after completing the entropy decoding of the first row, and then the entropy decoding module sends the row data of the first row to the idle first reconstruction module.
  • the first reconstruction module performs reconstruction of the first row according to the row data of the first row.
  • the entropy decoding module can perform entropy decoding on the second row to obtain row data of the second row.
  • the entropy decoding module sends the row data of the second row to the idle second reconstruction module, and the second reconstruction module performs the reconstruction of the second row according to the row data of the second row, and so on.
  • Step 102 The reconstruction module reconstructs the row in the image frame according to the received row data, and sends a row reconstruction end message to the entropy decoding module when the row reconstruction is completed.
  • step 102 may include a specific process as shown in FIG. 4:
  • the reconstruction module extracts block data from the row data. Specifically, the block data is sequentially combined to form row data, and has a block identifier. Based on the block identification, the reconstruction module can identify the block data and proceed with the processing of the subsequent step 402.
  • Step 402 The reconstruction module detects whether the reconstruction of the block has a reconstruction condition. If yes, step 403 is performed. Otherwise, it waits for a certain time, and after waiting, proceeds to step 402.
  • the reconstruction condition may be an intra prediction condition or an inter prediction condition.
  • the intra prediction condition refers to: entropy decoding and reconstruction have been completed in the left block, the upper left block, the upper block, and the upper right block of the current block in the image frame to which the current block belongs.
  • the inter-frame prediction condition refers to: on the one hand, in the image frame to which the current block belongs, the left block, the upper left block, the upper block, and the upper right block of the current block have completed entropy decoding and reconstruction, and on the other hand, the reference to which the current block motion depends In the image frame, all blocks in the motion search range have been entropy decoded and reconstructed.
  • the reconstruction module can access the shared memory, and the reconstruction state information of the block stored in the shared memory described below is used as the detection basis.
  • the reconstruction module reconstructs the blocks in the row according to the block data.
  • the reconstruction module may sequentially perform intra prediction or inter prediction, inverse scanning of transform coefficients, inverse quantization, inverse transform, prediction block and residual block superposition according to block data, thereby obtaining a reconstructed image of the block.
  • Step 404 After the reconstruction of the current block is completed, the reconstruction module updates the reconstruction state information of the current block as a basis for detecting whether the reconstruction of the unprocessed block has a reconstruction condition.
  • the reconstruction module can detect whether the current block marked with * has a reconstruction condition.
  • Step 103 The entropy decoding module detects whether the reconstruction module completes reconstruction of the last row in the image frame according to the row reconstruction end message, and if yes, proceeds to step 101 to entropy decode the code stream corresponding to the next input image frame.
  • Entropy decoding module 201 for entropy decoding the code stream corresponding to the input image frame, and according to the idle state information of the reconstruction module 201, the entropy decoded row data is distributed to the idle reconstruction module 201 one by one in a predetermined order;
  • the reconstruction module 202 is configured to reconstruct a row in the image frame according to the received row data, and send a row reconstruction end message to the entropy decoding module 201 to trigger the entropy decoding module 201 to detect whether the image is completed when the row reconstruction is completed.
  • the reconstruction of the last line of the frame corresponds to entropy decoding of the code stream corresponding to the next input image frame.
  • the reconstruction module 202 can include the structure as shown in FIG. 6:
  • a block reconstruction module 601 configured to extract block data from the row data, and detect whether the reconstruction of the block has a reconstruction condition, and if yes, reconstruct the block in the row according to the block data;
  • the progress update module 602 is configured to update the reconstruction state information of the current block after the block reconstruction module 601 completes the reconstruction of the current block, as the block reconstruction module 601 detects whether the reconstruction of the unprocessed block has a basis for the reconstruction condition.
  • the entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and at the same time, the entropy decoding module distributes the entropy decoded row data to the idle one by one according to the idle state information of the reconstruction module.
  • Reconstruction module the reconstruction module reconstructs the rows in the image frame according to the received row data, and after completing the reconstruction of the row, the entropy decoding module determines whether the reconstruction of the last row of the image frame is completed, and if so, the image frame of the next input The corresponding code stream is entropy decoded.
  • the entropy decoding module performs the entropy decoding of one row in the image frame, and the reconstruction module can reconstruct the previous row, which improves the video decoding efficiency and improves the video parallel decoding performance; the reconstruction module can also execute the image frame in parallel. The reconstruction further improves the video decoding efficiency and further improves the video parallel decoding performance.
  • Embodiment 2 is a diagrammatic representation of Embodiment 1:
  • step 404 the process shown in FIG. 7 is also performed:
  • Step 701 The reconstruction module determines whether all the blocks in the row of the block are completely reconstructed. If yes, step 702 is performed; otherwise, step 401 is performed. Specifically, the reconstruction module detects that the input row data is processed, indicating that the entire row has been reconstructed.
  • step 702 the reconstruction module performs filtering and interpolation processing on the row of the block.
  • the reconstruction module 202 in the video decoder of this embodiment further includes the structure shown in FIG. 8:
  • the determining module 801 is configured to determine whether all blocks in the row of the block are completely reconstructed
  • the filtering and interpolation module 802 is configured to filter and interpolate the row of the block when it is determined that all the blocks in the row in which the block is completed are reconstructed.
  • Embodiment 3 is a diagrammatic representation of Embodiment 3
  • step 103 when the reconstruction of the row is completed in step 102, a row reconstruction end message is sent to the entropy decoding module, and step 103 may be specifically:
  • Step 901 When the reconstruction module determines that all the blocks in the row of the block complete the reconstruction, the reconstruction module sends a line reconstruction end message to the entropy decoding module, which can still be referred to FIG.
  • Step 902 The entropy decoding module detects, according to the line reconstruction end message, whether the reconstruction module completes the reconstruction of the last row in the image frame. If yes, step 903 is performed. Otherwise, it waits for a certain time, and continues to execute 902 after waiting. Specifically, after obtaining the row reestablishment end message, the entropy decoding module may determine, according to the idle state information, whether all the rebuilding modules are in an idle state, and if yes, indicating that the rebuilding module has completed reconstruction of the last row in the image frame.
  • Step 903 The entropy decoding module performs entropy decoding on the code stream corresponding to the next input image frame, and further triggers reconstruction on the next input image frame.
  • the entropy decoding module 201 in the video decoder of this embodiment specifically includes the structure shown in FIG. 10:
  • the decoding module 1001 is configured to perform entropy decoding on the code stream corresponding to the input image frame, and, according to the idle state information of the reconstruction module 202, distribute the entropy decoded row data to the idle reconstruction module 202 one by one in a predetermined order;
  • the detecting module 1002 is configured to: when the reconstruction module 202 determines that all the blocks in the row of the block complete the reconstruction, receive the line reconstruction end message from the reconstruction module 202, and detect whether the reconstruction module 202 completes the last line in the image frame according to the line reconstruction end message. The reconstruction, if so, triggers the decoding module 1001 to entropy decode the code stream corresponding to the next input image frame.
  • the above embodiments can be applied to standards such as H.264, AVS, MPEG2, MPEG4 or HEVC.
  • the block may be a macroblock or a maximum coding unit (Largest Coding). Unit, LCU), etc.

Landscapes

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

Abstract

Disclosed are a video decoding method and a decoder. An entropy decoding module performs entropy decoding on a code stream corresponding to an input image frame, and at the same time, the entropy decoding module distributes row data obtained through entropy decoding to an idle rebuilding module one by one in a predetermined order according to idle state information about a rebuilding module; and the rebuilding module rebuilds rows in the image frame according to the received row data. In this way, when the entropy decoding module performs entropy decoding on a row in an image frame, at the same time, the rebuilding module can rebuild a previous row, thereby improving the video decoding efficiency and improving the video parallel decoding performance; and the rebuilding of rows in the image frame also can be performed in parallel among the rebuilding modules, thereby further improving the video decoding efficiency and further improving the video parallel decoding performance.

Description

视频解码方法及解码器Video decoding method and decoder 技术领域  Technical field
本申请涉及数据处理领域,尤其涉及一种视频解码方法及解码器。  The present application relates to the field of data processing, and in particular, to a video decoding method and a decoder.
背景技术Background technique
随着视频服务的普及,各种分辨率的视频得到越来越多的应用,尤其是高清分辨率及超高清分辨率的视频逐渐开始进入网络视频服务,相应地,高清分辨率及超高清分辨率视频实时解码技术成为提高视频服务质量的关键技术。With the popularity of video services, video of various resolutions has been used more and more, especially video with high-definition resolution and ultra-high-definition resolution has gradually entered the network video service, correspondingly, high-definition resolution and ultra-high definition resolution. Rate video real-time decoding technology has become a key technology to improve the quality of video services.
目前,H.264或AVS标准已经成为当前市场上应用的主流视频压缩编码标准。相对于MPEG2等以往的标准而言,H.264或AVS标准由于编解码运算复杂度的大幅提高,高清分辨率及超高清分辨率的视频实时解码成为推广高清分辨率及超高清分辨率视频服务的瓶颈。At present, the H.264 or AVS standard has become the mainstream video compression coding standard currently applied on the market. Compared with previous standards such as MPEG2, the H.264 or AVS standard has greatly improved the complexity of codec operation, and the real-time decoding of HD resolution and ultra-high definition resolution has become a popular HD resolution and ultra-high definition resolution video service. The bottleneck.
目前,主流的个人电脑配置已使用双核、四核甚至八核的CPU进行处理,而移动终端也越来越多地采用多核ARM芯片进行处理。虽然在PC及移动终端中集成了适用于不同视频编码标准的硬件解码芯片,但由于编码格式的多样化,视频编解码技术也在不断更新和发展,统一的硬件解码芯片对视频的支持存在局限性,并且其对新的视频编解码标准难以适应,造成新的视频编解码标准难以快速应用和普及。基于软件的视频解码器成为当前视频解码器优化的重点。基于软件实现的视频解码器已经广泛利用了CPU并行计算能力,来进行并行视频解码。典型的并行视频解码包括GOP级并行、帧级并行及条带并行等。由于GOP级并行及帧级并行解码存在延迟高的特点,因此,条带并行解码被广泛应用于视频解码中。At present, mainstream PC configurations have been processed using dual-core, quad-core or even eight-core CPUs, and mobile terminals are increasingly using multi-core ARM chips for processing. Although hardware decoding chips suitable for different video coding standards are integrated in PCs and mobile terminals, video codec technology is constantly updated and developed due to the diversification of coding formats, and the support of unified hardware decoding chips for video is limited. Sex, and it is difficult to adapt to the new video codec standards, making it difficult to quickly apply and popularize new video codec standards. Software-based video decoders have become the focus of current video decoder optimization. Software-based video decoders have extensively utilized CPU parallel computing capabilities for parallel video decoding. Typical parallel video decoding includes GOP level parallelism, frame level parallelism, and stripe parallelism. Since GOP-level parallel and frame-level parallel decoding have high delay characteristics, stripe parallel decoding is widely used in video decoding.
现有的条带并行解码主要是对条带内所有宏块进行串行的熵解码及重建,也就是说,只有条带内前一宏块熵解码及重建完成后,才能进行下一宏块的熵解码及重建。这种条带内串行执行的方式仍存在延迟较高,处理效率低下的问题,降低了视频解码性能。The existing stripe parallel decoding mainly performs serial entropy decoding and reconstruction on all macroblocks in the stripe, that is, only the entropy decoding and reconstruction of the previous macroblock in the stripe can complete the next macroblock. Entropy decoding and reconstruction. The serial execution of such strips still has a problem of high delay and low processing efficiency, which reduces video decoding performance.
发明内容Summary of the invention
本申请提供一种视频解码方法及解码器,以提高视频并行解码性能。The present application provides a video decoding method and decoder to improve video parallel decoding performance.
根据本申请的第一方面,本申请提供一种视频解码方法,包括:According to the first aspect of the application, the application provides a video decoding method, including:
熵解码模块对输入的图像帧所对应的码流进行熵解码,同时,熵解码模块根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块;The entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and the entropy decoding module distributes the entropy decoded row data to the idle reconstruction module one by one according to the idle state information of the reconstruction module;
重建模块根据接收到的行数据,对图像帧中的行进行重建,并在行的重建完成时,向熵解码模块发送行重建结束消息;The reconstruction module reconstructs the row in the image frame according to the received row data, and sends a row reconstruction end message to the entropy decoding module when the row reconstruction is completed;
熵解码模块根据行重建结束消息,检测重建模块是否完成图像帧中最后一行的重建,若是,则对下一输入的图像帧所对应的码流进行熵解码。The entropy decoding module detects whether the reconstruction module completes reconstruction of the last row in the image frame according to the row reconstruction end message, and if so, entropy decodes the code stream corresponding to the next input image frame.
根据本申请的第二方面,本申请提供一种视频解码器,包括熵解码模块及重建模块,其中:According to a second aspect of the present application, the application provides a video decoder, including an entropy decoding module and a reconstruction module, where:
熵解码模块,用于对输入的图像帧所对应的码流进行熵解码,同时,根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块;An entropy decoding module, configured to perform entropy decoding on a code stream corresponding to the input image frame, and, according to the idle state information of the reconstruction module, distribute the entropy decoded row data to the idle reconstruction module one by one in a predetermined order;
重建模块,用于根据接收到的行数据,对图像帧中的行进行重建,并在行的重建完成时,向熵解码模块发送行重建结束消息以触发熵解码模块检测是否完成图像帧最后一行的重建并对应进行下一输入的图像帧所对应的码流的熵解码。a reconstruction module, configured to reconstruct a row in the image frame according to the received row data, and send a row reconstruction end message to the entropy decoding module to trigger the entropy decoding module to detect whether the last line of the image frame is completed when the row reconstruction is completed. Reconstruction and corresponding entropy decoding of the code stream corresponding to the next input image frame.
本申请的有益效果是:The beneficial effects of the application are:
通过提供一种视频解码方法及解码器,熵解码模块对输入的图像帧所对应的码流进行熵解码,同时,熵解码模块根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块;重建模块根据接收到的行数据,对图像帧中的行进行重建,完成行的重建后,熵解码模块判断是否完成图像帧最后一行的重建,若是,则对下一输入的图像帧所对应码流进行熵解码。这样,熵解码模块在进行图像帧中一行的熵解码的同时,重建模块可对上一行进行重建,提高了视频解码效率,提高了视频并行解码性能;重建模块之间也能够并行执行图像帧中行的重建,进一步提高了视频解码效率,进一步提高了视频并行解码性能。By providing a video decoding method and a decoder, the entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and at the same time, the entropy decoding module decodes the entropy decoded line data in a predetermined order according to the idle state information of the reconstruction module. The reconstruction module is distributed to the idle reconstruction module one by one; the reconstruction module reconstructs the rows in the image frame according to the received row data, and after completing the reconstruction of the row, the entropy decoding module determines whether the reconstruction of the last row of the image frame is completed, and if so, the next The code stream corresponding to an input image frame is entropy decoded. In this way, the entropy decoding module performs the entropy decoding of one row in the image frame, and the reconstruction module can reconstruct the previous row, which improves the video decoding efficiency and improves the video parallel decoding performance; the reconstruction module can also execute the image frame in parallel. The reconstruction further improves the video decoding efficiency and further improves the video parallel decoding performance.
附图说明DRAWINGS
图1为本申请实施例一的视频解码方法的流程图;1 is a flowchart of a video decoding method according to Embodiment 1 of the present application;
图2为本申请实施例二的视频解码器的结构图;2 is a structural diagram of a video decoder according to Embodiment 2 of the present application;
图3为本申请实施例一中熵解码模块与重建模块的处理流程图;3 is a flowchart of processing of an entropy decoding module and a reconstruction module in Embodiment 1 of the present application;
图4为本申请实施例一中步骤102的具体流程图;4 is a specific flowchart of step 102 in the first embodiment of the present application;
图5为本申请实施例一中图像帧中当前块与其他块的位置关系示意图;FIG. 5 is a schematic diagram showing the relationship between a current block and other blocks in an image frame according to Embodiment 1 of the present application;
图6为本申请实施例一中重建模块202的结构图;FIG. 6 is a structural diagram of a reconstruction module 202 according to Embodiment 1 of the present application;
图7为本申请实施例二中步骤404之后的具体流程图;FIG. 7 is a specific flowchart of step 404 in the second embodiment of the present application;
图8为本申请实施例二中重建模块202的结构图;FIG. 8 is a structural diagram of a reconstruction module 202 in Embodiment 2 of the present application;
图9为本申请实施例三中所增加的具体流程图;FIG. 9 is a specific flowchart added in Embodiment 3 of the present application;
图10为本申请实施例三中熵解码模块201的结构图。FIG. 10 is a structural diagram of an entropy decoding module 201 in Embodiment 3 of the present application.
具体实施方式detailed description
下面通过具体实施方式结合附图对本申请作进一步详细说明。The present application will be further described in detail below with reference to the accompanying drawings.
实施例一:Embodiment 1:
请参考图1,本实施例的视频解码方法主要基于如图2所示的视频解码器。在该视频解码器中,共享内存存储有视频解码所需的数据,这些数据主要包括待解码的图像帧对应的码流,以及多种状态信息,如下述的空闲状态信息及重建状态信息等。同时,视频解码器中的控制元件提供相应的线程,每条线程均可以访问共享内存中存储的数据。视频解码器中的熵编码模块201及重建模块202均由独立的线程驱动。基于此,上述视频解码方法主要包括如下流程:Referring to FIG. 1, the video decoding method of this embodiment is mainly based on a video decoder as shown in FIG. 2. In the video decoder, the shared memory stores data required for video decoding, and the data mainly includes a code stream corresponding to the image frame to be decoded, and various status information, such as idle state information and reconstruction state information described below. At the same time, the control elements in the video decoder provide the corresponding threads, and each thread can access the data stored in the shared memory. The entropy encoding module 201 and the reconstruction module 202 in the video decoder are each driven by independent threads. Based on this, the above video decoding method mainly includes the following processes:
步骤101,熵解码模块对输入的图像帧所对应的码流进行熵解码,同时,熵解码模块根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块。具体地,空闲状态信息用于指示重建模块是处于工作状态还是空闲状态,其可以包括重建模块的标识以及指示其是否空闲的符号等,熵编码模块根据空闲状态信息即可查找得到空闲的重建模块。而上述预定顺序一般为码流输入顺序,码流输入顺序在先的行数据优先发送到重建模块进行处理。每个重建模块仅针对一个行数据进行处理。具体示例如图3所示,熵解码模块在完成第一行的熵解码后,得到第一行的行数据,之后,熵解码模块将第一行的行数据发送至空闲的第一重建模块,由第一重建模块根据第一行的行数据,进行第一行的重建,在第一重建模块进行重建的同时,熵解码模块即可对第二行进行熵解码,得到第二行的行数据,之后,熵解码模块将第二行的行数据发送至空闲的第二重建模块,由第二重建模块根据第二行的行数据,进行第二行的重建,以此类推。Step 101: The entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame. At the same time, the entropy decoding module distributes the entropy decoded row data to the idle reconstruction module one by one according to the idle state information of the reconstruction module. Specifically, the idle state information is used to indicate whether the re-establishment module is in an active state or an idle state, and may include an identifier of the re-establishment module and a symbol indicating whether it is idle, etc., and the entropy coding module may find an idle re-establishment module according to the idle state information. . The predetermined order is generally a code stream input sequence, and the previous line data of the code stream input sequence is preferentially sent to the reconstruction module for processing. Each reconstruction module processes only one row of data. As shown in FIG. 3, the entropy decoding module obtains the row data of the first row after completing the entropy decoding of the first row, and then the entropy decoding module sends the row data of the first row to the idle first reconstruction module. The first reconstruction module performs reconstruction of the first row according to the row data of the first row. At the same time that the first reconstruction module performs reconstruction, the entropy decoding module can perform entropy decoding on the second row to obtain row data of the second row. Then, the entropy decoding module sends the row data of the second row to the idle second reconstruction module, and the second reconstruction module performs the reconstruction of the second row according to the row data of the second row, and so on.
步骤102,重建模块根据接收到的行数据,对图像帧中的行进行重建,并在行的重建完成时,向熵解码模块发送行重建结束消息。具体地,步骤102可包括如图4所示的具体流程:Step 102: The reconstruction module reconstructs the row in the image frame according to the received row data, and sends a row reconstruction end message to the entropy decoding module when the row reconstruction is completed. Specifically, step 102 may include a specific process as shown in FIG. 4:
步骤401,重建模块从行数据中提取得到块数据。具体地,块数据顺次组合形成行数据,并且具有块标识。根据块标识,重建模块即可识别到块数据并继续进行后续步骤402的处理。In step 401, the reconstruction module extracts block data from the row data. Specifically, the block data is sequentially combined to form row data, and has a block identifier. Based on the block identification, the reconstruction module can identify the block data and proceed with the processing of the subsequent step 402.
步骤402,重建模块检测块的重建是否具备重建条件,若是,则执行步骤403,否则,等待一定时间,并在等待过后转执行步骤402。具体地,重建条件可以是帧内预测条件或帧间预测条件。帧内预测条件是指:在当前块所属图像帧内,当前块的左块、左上块、上块及右上块已完成熵解码及重建。帧间预测条件是指:一方面,在当前块所属图像帧内,当前块的左块、左上块、上块及右上块已完成熵解码及重建,另一方面,当前块运动所依赖的参考图像帧中,运动搜索范围内的所有块已完成熵解码及重建。重建模块可访问共享内存,从而由下述的共享内存中存储的块的重建状态信息作为上述检测依据。Step 402: The reconstruction module detects whether the reconstruction of the block has a reconstruction condition. If yes, step 403 is performed. Otherwise, it waits for a certain time, and after waiting, proceeds to step 402. Specifically, the reconstruction condition may be an intra prediction condition or an inter prediction condition. The intra prediction condition refers to: entropy decoding and reconstruction have been completed in the left block, the upper left block, the upper block, and the upper right block of the current block in the image frame to which the current block belongs. The inter-frame prediction condition refers to: on the one hand, in the image frame to which the current block belongs, the left block, the upper left block, the upper block, and the upper right block of the current block have completed entropy decoding and reconstruction, and on the other hand, the reference to which the current block motion depends In the image frame, all blocks in the motion search range have been entropy decoded and reconstructed. The reconstruction module can access the shared memory, and the reconstruction state information of the block stored in the shared memory described below is used as the detection basis.
步骤403,重建模块根据块数据对行中的块进行重建。具体地,重建模块可根据块数据,依次进行帧内预测或帧间预测、变换系数的逆扫描、反量化、反变换、预测块与残差块叠加等处理,从而得到块的重建图像。In step 403, the reconstruction module reconstructs the blocks in the row according to the block data. Specifically, the reconstruction module may sequentially perform intra prediction or inter prediction, inverse scanning of transform coefficients, inverse quantization, inverse transform, prediction block and residual block superposition according to block data, thereby obtaining a reconstructed image of the block.
步骤404,在当前块的重建完成后,重建模块更新当前块的重建状态信息以作为检测未处理块的重建是否具备重建条件的依据。参照图5所示,在对*标记的当前块进行帧内预测时,需要满足#标记的其左块、左上块、上块及右上块已完成熵解码及重建,那么只要更新了其左块、左上块、上块及右上块的重建状态信息,重建模块就可以检测*标记的当前块是否具备重建条件。Step 404: After the reconstruction of the current block is completed, the reconstruction module updates the reconstruction state information of the current block as a basis for detecting whether the reconstruction of the unprocessed block has a reconstruction condition. Referring to FIG. 5, when performing intra prediction on the current block marked with *, the left block, the upper left block, the upper block, and the upper right block that need to satisfy the # mark have completed entropy decoding and reconstruction, so that only the left block is updated. The reconstruction state information of the upper left block, the upper block, and the upper right block, the reconstruction module can detect whether the current block marked with * has a reconstruction condition.
步骤103,熵解码模块根据行重建结束消息,检测重建模块是否完成图像帧中最后一行的重建,若是,则转执行步骤101,从而对下一输入的图像帧所对应的码流进行熵解码。Step 103: The entropy decoding module detects whether the reconstruction module completes reconstruction of the last row in the image frame according to the row reconstruction end message, and if yes, proceeds to step 101 to entropy decode the code stream corresponding to the next input image frame.
相应地,如图2所示的本实施例的视频解码器中:Accordingly, in the video decoder of this embodiment as shown in FIG. 2:
熵解码模块201,用于对输入的图像帧所对应的码流进行熵解码,同时,根据重建模块201的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块201; Entropy decoding module 201, for entropy decoding the code stream corresponding to the input image frame, and according to the idle state information of the reconstruction module 201, the entropy decoded row data is distributed to the idle reconstruction module 201 one by one in a predetermined order;
重建模块202,用于根据接收到的行数据,对图像帧中的行进行重建,并在行的重建完成时,向熵解码模块201发送行重建结束消息以触发熵解码模块201检测是否完成图像帧最后一行的重建并对应进行下一输入的图像帧所对应码流的熵解码。具体地,重建模块202可包括如图6所示的结构:The reconstruction module 202 is configured to reconstruct a row in the image frame according to the received row data, and send a row reconstruction end message to the entropy decoding module 201 to trigger the entropy decoding module 201 to detect whether the image is completed when the row reconstruction is completed. The reconstruction of the last line of the frame corresponds to entropy decoding of the code stream corresponding to the next input image frame. Specifically, the reconstruction module 202 can include the structure as shown in FIG. 6:
块重建模块601,用于从行数据中提取得到块数据,并检测块的重建是否具备重建条件,若是,则根据块数据对行中的块进行重建;a block reconstruction module 601, configured to extract block data from the row data, and detect whether the reconstruction of the block has a reconstruction condition, and if yes, reconstruct the block in the row according to the block data;
进度更新模块602,用于在块重建模块601完成当前块的重建后,更新当前块的重建状态信息以作为块重建模块601检测未处理块的重建是否具备重建条件的依据。The progress update module 602 is configured to update the reconstruction state information of the current block after the block reconstruction module 601 completes the reconstruction of the current block, as the block reconstruction module 601 detects whether the reconstruction of the unprocessed block has a basis for the reconstruction condition.
通过实施本实施例,熵解码模块对输入的图像帧所对应的码流进行熵解码,同时,熵解码模块根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块;重建模块根据接收到的行数据,对图像帧中的行进行重建,完成行的重建后,熵解码模块判断是否完成图像帧最后一行的重建,若是,则对下一输入的图像帧所对应码流进行熵解码。这样,熵解码模块在进行图像帧中一行的熵解码的同时,重建模块可对上一行进行重建,提高了视频解码效率,提高了视频并行解码性能;重建模块之间也能够并行执行图像帧中行的重建,进一步提高了视频解码效率,进一步提高了视频并行解码性能。By implementing the embodiment, the entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and at the same time, the entropy decoding module distributes the entropy decoded row data to the idle one by one according to the idle state information of the reconstruction module. Reconstruction module; the reconstruction module reconstructs the rows in the image frame according to the received row data, and after completing the reconstruction of the row, the entropy decoding module determines whether the reconstruction of the last row of the image frame is completed, and if so, the image frame of the next input The corresponding code stream is entropy decoded. In this way, the entropy decoding module performs the entropy decoding of one row in the image frame, and the reconstruction module can reconstruct the previous row, which improves the video decoding efficiency and improves the video parallel decoding performance; the reconstruction module can also execute the image frame in parallel. The reconstruction further improves the video decoding efficiency and further improves the video parallel decoding performance.
实施例二:Embodiment 2:
本实施例在实施例一基础上增加了如下内容:This embodiment adds the following content on the basis of the first embodiment:
在视频解码方法中,步骤404之后还执行如图7所示的流程:In the video decoding method, after step 404, the process shown in FIG. 7 is also performed:
步骤701,重建模块判断块所在行中所有块是否均完成重建,若是,则执行步骤702,否则,转执行步骤401。具体地,重建模块检测到输入的行数据均处理完成,则表示整个行完成了重建。Step 701: The reconstruction module determines whether all the blocks in the row of the block are completely reconstructed. If yes, step 702 is performed; otherwise, step 401 is performed. Specifically, the reconstruction module detects that the input row data is processed, indicating that the entire row has been reconstructed.
步骤702,重建模块对块所在行进行滤波和插值处理。In step 702, the reconstruction module performs filtering and interpolation processing on the row of the block.
相应地,本实施例的视频解码器中重建模块202具体还包括如图8所示的结构:Correspondingly, the reconstruction module 202 in the video decoder of this embodiment further includes the structure shown in FIG. 8:
判断模块801,用于判断块所在行中所有块是否均完成重建;The determining module 801 is configured to determine whether all blocks in the row of the block are completely reconstructed;
滤波和插值模块802,用于当判断为块所在行中所有块均完成重建时,对块所在行进行滤波和插值处理。The filtering and interpolation module 802 is configured to filter and interpolate the row of the block when it is determined that all the blocks in the row in which the block is completed are reconstructed.
实施例三:Embodiment 3:
本实施例在实施例一基础上增加了如下内容:This embodiment adds the following content on the basis of the first embodiment:
在视频解码方法中,如图9所示,步骤102中在行的重建完成时,向熵解码模块发送行重建结束消息,以及步骤103可具体为:In the video decoding method, as shown in FIG. 9, when the reconstruction of the row is completed in step 102, a row reconstruction end message is sent to the entropy decoding module, and step 103 may be specifically:
步骤901,当重建模块判断块所在行中所有块均完成重建时,重建模块向熵解码模块发送行重建结束消息,仍可参照图3所示。Step 901: When the reconstruction module determines that all the blocks in the row of the block complete the reconstruction, the reconstruction module sends a line reconstruction end message to the entropy decoding module, which can still be referred to FIG.
步骤902,熵解码模块根据行重建结束消息,检测重建模块是否完成图像帧中最后一行的重建,若是,则执行步骤903,否则,等待一定时间,并在等待过后继续执行902。具体地,熵解码模块获取行重建结束消息后,可根据空闲状态信息,判断所有重建模块是否均处于空闲状态,若是,则表示重建模块已完成图像帧中最后一行的重建。Step 902: The entropy decoding module detects, according to the line reconstruction end message, whether the reconstruction module completes the reconstruction of the last row in the image frame. If yes, step 903 is performed. Otherwise, it waits for a certain time, and continues to execute 902 after waiting. Specifically, after obtaining the row reestablishment end message, the entropy decoding module may determine, according to the idle state information, whether all the rebuilding modules are in an idle state, and if yes, indicating that the rebuilding module has completed reconstruction of the last row in the image frame.
步骤903,熵解码模块对下一输入的图像帧所对应的码流进行熵解码,并进而触发对下一输入的图像帧进行重建。Step 903: The entropy decoding module performs entropy decoding on the code stream corresponding to the next input image frame, and further triggers reconstruction on the next input image frame.
相应地,本实施例的视频解码器中熵解码模块201具体包括如图10所示的结构:Correspondingly, the entropy decoding module 201 in the video decoder of this embodiment specifically includes the structure shown in FIG. 10:
解码模块1001,用于对输入的图像帧所对应的码流进行熵解码,同时,根据重建模块202的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块202;The decoding module 1001 is configured to perform entropy decoding on the code stream corresponding to the input image frame, and, according to the idle state information of the reconstruction module 202, distribute the entropy decoded row data to the idle reconstruction module 202 one by one in a predetermined order;
检测模块1002,用于当重建模块202判断块所在行中所有块均完成重建时,从重建模块202接收行重建结束消息,并根据行重建结束消息,检测重建模块202是否完成图像帧中最后一行的重建,若是,触发解码模块1001对下一输入的图像帧所对应的码流进行熵解码。The detecting module 1002 is configured to: when the reconstruction module 202 determines that all the blocks in the row of the block complete the reconstruction, receive the line reconstruction end message from the reconstruction module 202, and detect whether the reconstruction module 202 completes the last line in the image frame according to the line reconstruction end message. The reconstruction, if so, triggers the decoding module 1001 to entropy decode the code stream corresponding to the next input image frame.
需要进一步说明的有如下几点:The following points need to be further explained:
1、上述各实施例可应用于H.264、AVS、MPEG2、MPEG4或HEVC等标准。1. The above embodiments can be applied to standards such as H.264, AVS, MPEG2, MPEG4 or HEVC.
2、上述各实施例中,块可以是宏块,也可以是最大编码单元(Largest Coding Unit,LCU)等。2. In each of the above embodiments, the block may be a macroblock or a maximum coding unit (Largest Coding). Unit, LCU), etc.
以上内容是结合具体的实施方式对本申请所作的进一步详细说明,不能认定本申请的具体实施只局限于这些说明。对于本申请所属技术领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干简单推演或替换。The above content is a further detailed description of the present application in conjunction with the specific embodiments, and the specific implementation of the present application is not limited to the description. For the ordinary person skilled in the art to which the present invention pertains, a number of simple deductions or substitutions may be made without departing from the spirit of the present application.

Claims (10)

  1. 一种视频解码方法,其特征在于,包括: A video decoding method, comprising:
    熵解码模块对输入的图像帧所对应的码流进行熵解码,同时,熵解码模块根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块;The entropy decoding module performs entropy decoding on the code stream corresponding to the input image frame, and the entropy decoding module distributes the entropy decoded row data to the idle reconstruction module one by one according to the idle state information of the reconstruction module;
    重建模块根据接收到的行数据,对图像帧中的行进行重建,并在行的重建完成时,向熵解码模块发送行重建结束消息;The reconstruction module reconstructs the row in the image frame according to the received row data, and sends a row reconstruction end message to the entropy decoding module when the row reconstruction is completed;
    熵解码模块根据行重建结束消息,检测重建模块是否完成图像帧中最后一行的重建,若是,则对下一输入的图像帧所对应的码流进行熵解码。The entropy decoding module detects whether the reconstruction module completes reconstruction of the last row in the image frame according to the row reconstruction end message, and if so, entropy decodes the code stream corresponding to the next input image frame.
  2. 如权利要求1所述的视频解码方法,其特征在于,重建模块根据接收到的行数据,对图像帧中的行进行重建具体包括: The video decoding method according to claim 1, wherein the reconstructing module reconstructs the rows in the image frame according to the received row data, specifically:
    重建模块从行数据中提取得到块数据;The reconstruction module extracts block data from the row data;
    重建模块检测块的重建是否具备重建条件,The reconstruction module detects whether the reconstruction of the block has a reconstruction condition.
    若是,重建模块根据块数据对行中的块进行重建;If so, the reconstruction module reconstructs the blocks in the row according to the block data;
    在当前块的重建完成后,重建模块更新当前块的重建状态信息以作为检测未处理块的重建是否具备重建条件的依据。After the reconstruction of the current block is completed, the reconstruction module updates the reconstruction state information of the current block as a basis for detecting whether the reconstruction of the unprocessed block has a reconstruction condition.
  3. 如权利要求2所述的视频解码方法,其特征在于,重建模块更新块的重建状态信息之后还包括: The video decoding method according to claim 2, further comprising: after the reconstructing module updates the reconstruction state information of the block,
    重建模块判断块所在行中所有块是否均完成重建,The reconstruction module determines whether all blocks in the row of the block have been reconstructed.
    若是,重建模块对块所在行进行滤波和插值处理。If so, the reconstruction module filters and interpolates the row of the block.
  4. 如权利要求2或3所述的视频解码方法,其特征在于,重建条件是指帧间预测条件或帧内预测条件。 The video decoding method according to claim 2 or 3, wherein the reconstruction condition refers to an inter prediction condition or an intra prediction condition.
  5. 如权利要求1至4中任一项所述的视频解码方法,其特征在于,块为宏块或最大编码单元,视频解码方法应用于H.264、AVS、MPEG2、MPEG4或HEVC标准。 The video decoding method according to any one of claims 1 to 4, wherein the block is a macroblock or a maximum coding unit, and the video decoding method is applied to the H.264, AVS, MPEG2, MPEG4 or HEVC standards.
  6. 一种视频解码器,其特征在于,包括熵解码模块及重建模块,其中:A video decoder, comprising: an entropy decoding module and a reconstruction module, wherein:
    熵解码模块,用于对输入的图像帧所对应的码流进行熵解码,同时,根据重建模块的空闲状态信息,将熵解码所得行数据按预定顺序逐个分发至空闲的重建模块;An entropy decoding module, configured to perform entropy decoding on a code stream corresponding to the input image frame, and, according to the idle state information of the reconstruction module, distribute the entropy decoded row data to the idle reconstruction module one by one in a predetermined order;
    重建模块,用于根据接收到的行数据,对图像帧中的行进行重建,并在行的重建完成时,向熵解码模块发送行重建结束消息以触发熵解码模块检测是否完成图像帧最后一行的重建并对应进行下一输入的图像帧所对应码流的熵解码。a reconstruction module, configured to reconstruct a row in the image frame according to the received row data, and send a row reconstruction end message to the entropy decoding module to trigger the entropy decoding module to detect whether the last line of the image frame is completed when the row reconstruction is completed. The reconstruction is performed corresponding to the entropy decoding of the code stream corresponding to the next input image frame.
  7. 如权利要求6所述的视频解码器,其特征在于,重建模块包括: The video decoder of claim 6 wherein the reconstruction module comprises:
    块重建模块,用于从行数据中提取得到块数据,并检测块的重建是否具备重建条件,若是,则根据块数据对行中的块进行重建;a block reconstruction module, configured to extract block data from the row data, and detect whether the reconstruction of the block has a reconstruction condition, and if yes, reconstruct the block in the row according to the block data;
    进度更新模块,用于在块重建模块完成当前块的重建后,更新当前块的重建状态信息以作为块重建模块检测未处理块的重建是否具备重建条件的依据。And a progress update module, configured to: after the block reconstruction module completes the reconstruction of the current block, update the reconstruction state information of the current block as a basis for the block reconstruction module to detect whether the reconstruction of the unprocessed block has a reconstruction condition.
  8. 如权利要求7所述的视频解码器,其特征在于,重建模块还包括: The video decoder of claim 7, wherein the reconstruction module further comprises:
    判断模块,用于判断块所在行中所有块是否均完成重建;a judging module, configured to determine whether all blocks in the row of the block are completely reconstructed;
    滤波和插值模块,用于当判断为块所在行中所有块均完成重建时,对块所在行进行滤波和插值处理。The filtering and interpolation module is configured to filter and interpolate the row of the block when it is determined that all the blocks in the row of the block are reconstructed.
  9. 如权利要求7或8所述的视频解码器,其特征在于,重建条件是指帧间预测条件或帧内预测条件。The video decoder according to claim 7 or 8, wherein the reconstruction condition refers to an inter prediction condition or an intra prediction condition.
  10. 如权利要求6至9中任一项所述的视频解码器,其特征在于,块为宏块或最大编码单元,视频解码器应用于H.264、AVS、MPEG2、MPEG4或HEVC标准。 A video decoder according to any one of claims 6 to 9, wherein the block is a macroblock or a maximum coding unit, and the video decoder is applied to the H.264, AVS, MPEG2, MPEG4 or HEVC standards.
PCT/CN2013/078124 2013-06-27 2013-06-27 Video decoding method and decoder WO2014205717A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201380000787.5A CN105264887A (en) 2013-06-27 2013-06-27 Video decoding method and decoder
PCT/CN2013/078124 WO2014205717A1 (en) 2013-06-27 2013-06-27 Video decoding method and decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2013/078124 WO2014205717A1 (en) 2013-06-27 2013-06-27 Video decoding method and decoder

Publications (1)

Publication Number Publication Date
WO2014205717A1 true WO2014205717A1 (en) 2014-12-31

Family

ID=52140817

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/078124 WO2014205717A1 (en) 2013-06-27 2013-06-27 Video decoding method and decoder

Country Status (2)

Country Link
CN (1) CN105264887A (en)
WO (1) WO2014205717A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018076336A1 (en) * 2016-10-31 2018-05-03 富士通株式会社 Video decoding method, video decoding apparatus and electronic device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101179720A (en) * 2007-11-16 2008-05-14 海信集团有限公司 Video decoding method
CN101399991A (en) * 2007-09-26 2009-04-01 华为技术有限公司 Method and device for video decoding
CN101583041A (en) * 2009-06-18 2009-11-18 中兴通讯股份有限公司 Image filtering method of multi-core image encoding processing equipment and equipment
CN102098503A (en) * 2009-12-14 2011-06-15 中兴通讯股份有限公司 Method and device for decoding image in parallel by multi-core processor
EP2346254A1 (en) * 2009-11-26 2011-07-20 Research In Motion Limited Video decoder and method for motion compensation for out-of-boundary pixels

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101399991A (en) * 2007-09-26 2009-04-01 华为技术有限公司 Method and device for video decoding
CN101179720A (en) * 2007-11-16 2008-05-14 海信集团有限公司 Video decoding method
CN101583041A (en) * 2009-06-18 2009-11-18 中兴通讯股份有限公司 Image filtering method of multi-core image encoding processing equipment and equipment
EP2346254A1 (en) * 2009-11-26 2011-07-20 Research In Motion Limited Video decoder and method for motion compensation for out-of-boundary pixels
CN102098503A (en) * 2009-12-14 2011-06-15 中兴通讯股份有限公司 Method and device for decoding image in parallel by multi-core processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018076336A1 (en) * 2016-10-31 2018-05-03 富士通株式会社 Video decoding method, video decoding apparatus and electronic device

Also Published As

Publication number Publication date
CN105264887A (en) 2016-01-20

Similar Documents

Publication Publication Date Title
CN107241598B (en) GPU (graphics processing Unit) decoding method for multi-channel h.264 video conference
US9131240B2 (en) Video decoding method and apparatus which uses double buffering
WO2021036795A1 (en) Video super-resolution processing method and device
CN102098503A (en) Method and device for decoding image in parallel by multi-core processor
JP2012516645A5 (en)
US20230353789A1 (en) Optimized edge order for de-blocking filter
WO2019099082A1 (en) Entropy coding primary and secondary coefficients of video data
CN105072360A (en) Multi-screen splicing control and display system and multi-screen splicing control and display method
WO2019018011A1 (en) Video coding using frame rotation
CN113259671B (en) Loop filtering method, device, equipment and storage medium in video coding and decoding
WO2018171445A1 (en) High-efficiency video coding method and apparatus, and computer readable storage medium
KR101392349B1 (en) Method and apparatus for video decoding
CN112422986B (en) Hardware decoder pipeline optimization method and application
WO2014205717A1 (en) Video decoding method and decoder
WO2024098821A1 (en) Av1 filtering method and apparatus
CN112422984A (en) Code stream preprocessing device, system and method of multi-core decoding system
WO2014205690A1 (en) Video compression encoding method and encoder
Vijayanagar et al. Low complexity distributed video coding
WO2012173317A1 (en) Multi-thread encoding and decoding method, encoder and decoder using same, and computer-readable recording medium
CN102223537A (en) Multi-view distributed video coding-decoding system and method based on compressed sensing
WO2012171401A1 (en) Parallel filtering method and apparatus
WO2012171400A1 (en) Parallel filtering method and apparatus
CN104602026B (en) A kind of reconstruction loop structure being multiplexed entirely encoder under HEVC standard
CN111212288B (en) Video data encoding and decoding method and device, computer equipment and storage medium
CN112788024A (en) Method and system for real-time coding of 8K ultra-high-definition video

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201380000787.5

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13887666

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13887666

Country of ref document: EP

Kind code of ref document: A1