WO2023083213A1 - Procédé et appareil de décodage de données, dispositif électronique et support de stockage lisible - Google Patents

Procédé et appareil de décodage de données, dispositif électronique et support de stockage lisible Download PDF

Info

Publication number
WO2023083213A1
WO2023083213A1 PCT/CN2022/130860 CN2022130860W WO2023083213A1 WO 2023083213 A1 WO2023083213 A1 WO 2023083213A1 CN 2022130860 W CN2022130860 W CN 2022130860W WO 2023083213 A1 WO2023083213 A1 WO 2023083213A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
decoded
decoding
soft
block
Prior art date
Application number
PCT/CN2022/130860
Other languages
English (en)
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 湖南国科微电子股份有限公司
Publication of WO2023083213A1 publication Critical patent/WO2023083213A1/fr

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/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/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

Definitions

  • the present application relates to the technical field of encoding and decoding, and in particular to a data decoding method, a data decoding device, electronic equipment, and a computer-readable storage medium.
  • PNG Portable Network Graphics
  • LZ77 LZ77-derived algorithm
  • No data loss which means that when the image content is richer, the PNG image requires more space, so it takes longer to decode the image.
  • a hardware decoder dedicated to decoding is usually provided at present, but the speed of data decoding is still relatively slow and takes a long time.
  • the object of the present application is to provide a data decoding method, a data decoding device, an electronic device, and a computer-readable storage medium, so as to increase the data decoding speed and reduce the time required for data decoding.
  • the application provides a data decoding method, including:
  • Decoded data is constructed using the first decoded data and the second decoded data.
  • the acquiring the data to be decoded and dividing the data to be decoded into first data and second data includes:
  • the dividing the data to be decoded into first data and second data includes:
  • the header information in the target header data block matches the second data.
  • the preset ratio is determined according to the hard solution capability and the soft solution capability.
  • the unprocessed part of the data to be decoded is re-divided into third data and fourth data;
  • re-dividing the undecoded part of the data to be decoded into third data and fourth data includes:
  • the soft decoding situation is that the soft decoding capability is insufficient, divide the first unprocessed part corresponding to the first data in the unprocessed part into the third data and the fourth data, and divide the The second unprocessed part corresponding to the second data in the unprocessed part is determined as the fourth data;
  • the first unprocessed part corresponding to the first data in the unprocessed part is determined as the third data, and the unprocessed part in the The second unprocessed part corresponding to the second data is divided into the third data and the fourth data.
  • said using said first decoded data and said second decoded data to form decoded data includes:
  • the present application also provides a data decoding device, including:
  • a division module configured to obtain data to be decoded, and divide the data to be decoded into first data and second data;
  • a soft decoding module configured to perform soft decoding on the first data to obtain first decoded data
  • a hard decoding module configured to send the second data to a hardware decoder, so that the hardware decoder decodes the second data to obtain second decoded data
  • a constituting module configured to construct decoded data by using the first decoded data and the second decoded data.
  • the present application also provides an electronic device, including a memory and a processor, wherein:
  • the memory is used to store computer programs
  • the processor is configured to execute the computer program to implement the above data decoding method.
  • the present application also provides a computer-readable storage medium for storing a computer program, wherein the above-mentioned data decoding method is implemented when the computer program is executed by a processor.
  • the data decoding method provided by the present application is to obtain data to be decoded, and divide the data to be decoded into first data and second data; perform soft decoding on the first data to obtain first decoded data;
  • the second data is sent to a hardware decoder, so that the hardware decoder decodes the second data to obtain second decoded data; the first decoded data and the second decoded data are used to form decoded data.
  • this method adopts a decoding method combining soft decoding and hard decoding in order to improve the speed of data decoding.
  • the processor obtains the data to be decoded, it divides it into two parts, that is, the first data and the second data, and the first data is decoded by the processor through software, that is, soft decoding, to obtain the first decoded data;
  • the second part is sent to the hardware decoder for hard decoding to obtain the second decoded data.
  • the first decoded data and the second decoded data are combined to obtain complete decoded data.
  • Use the soft decoding capability of the processor to further supplement the decoding capability of the hardware decoder, and use the soft decoding and hard decoding parallel decoding methods to perform decoding, which can further increase the data decoding speed and reduce the time required for data decoding.
  • the present application also provides a data decoding device, an electronic device, and a computer-readable storage medium, which also have the above beneficial effects.
  • FIG. 1 is a flow chart of a data decoding method provided in an embodiment of the present application
  • Fig. 2 is a flow chart of data splitting provided by the embodiment of the present application.
  • FIG. 3 is a specific flow chart for determining a segmentation point provided in an embodiment of the present application.
  • FIG. 4 is a flow chart of load balancing provided by an embodiment of the present application.
  • FIG. 5 is a flow chart of a specific data decoding method provided by an embodiment of the present application.
  • FIG. 6 is a schematic structural diagram of a data decoding device provided in an embodiment of the present application.
  • FIG. 7 is a schematic structural diagram of an electronic device provided by an embodiment of the present application.
  • FIG. 1 is a flow chart of a data decoding method provided in an embodiment of the present application.
  • the method includes:
  • S101 Acquire data to be decoded, and divide the data to be decoded into first data and second data.
  • the data to be decoded refers to data that needs to be decoded by software or hardware, and its specific form is not limited, for example, it may be PNG image data.
  • the specific way of obtaining the data to be decoded is not limited, for example, it may be obtained from a specified storage location, or may be obtained through a network communication signal.
  • the application utilizes both the soft decoding function of the CPU and the hard decoding function of the hardware decoder to decode the data to be decoded. Therefore, after the CPU acquires the data to be decoded, it needs to divide it into two parts, ie, the first data and the second data, which are used for soft decoding and hard decoding respectively.
  • PNG image data and other data to be decoded with data header-intermediate data-tail data format can be inserted by inserting new data header and tail data
  • the data to be decoded is divided into two independent smaller data blocks in a manner to complete the generation of the first data and the second data. Specifically, the following steps may be included:
  • Step 11 Identify the head data block, several file data blocks and tail data blocks in the data to be decoded.
  • Step 12 Determine the split point among several file data blocks according to the preset ratio according to the head-to-tail order.
  • Step 13 Insert the target tail data block at the split point, and insert the target head data block after the target tail data block.
  • Step 14 Determine the head data block, the target tail data block, and the data blocks between the head data block and the target tail data block as the first data, and determine the target head data block, the tail data block, and the data blocks from the target head data block to the end The data blocks between the data blocks are determined as the second data.
  • the header information in the target header data block matches the second data.
  • PNG data the structure of the entire data to be decoded is shown in Table 1:
  • IHDR is a file header data block, or called a header data block
  • IDAT is an image data block, or called a file data block
  • IEND is an image end data, or called a tail data block.
  • Table 2 the structure of the IDAT data block is shown in Table 2:
  • the structure of the IHDR data block is shown in Table 3:
  • the header data block in the data to be decoded records the relevant information of the entire data to be processed, so when the data to be decoded is divided by inserting a new target header data block, the newly inserted target header data block
  • the header information (that is, the information in the above Table 3) needs to match the specific situation of the second data.
  • the split point is selected according to a preset ratio.
  • the preset ratio refers to the ratio of the data to be decoded that is processed by soft decoding and the ratio that is processed by hard decoding, and its specific size is not limited.
  • the file data block is used as the unit, so the final selected split point may not be selected strictly according to the preset ratio, for example, it can be a file selected according to the preset ratio
  • the target tail data block is first inserted. Usually, the content of the tail data block is fixed, and is used to mark the end of the data. For example, for a PNG image, the content of the tail data block is 00 00 00 00 00 49 45 4E 44 AE 42 60 82 12 characters. After the cherub target tail data block, insert the target header data block after it. By inserting new tail data blocks and head data blocks, one piece of data to be decoded can be divided into two independent new data, that is, first data and second data.
  • FIG. 2 is a flow chart of data splitting provided by an embodiment of the present application. If the data to be decoded is PNG data with a file data block size of 10M, it can be split into first data with a size of 2M and second data with a size of 8M through the above method. The result of the division is externally shown as one image is split into two images.
  • FIG. 3 is a specific flow chart for determining a segmentation point provided by an embodiment of the present application.
  • Each IDAT data block includes data block length, data block type code (for PNG data, it is specifically 49 44 41 54), compressed data, and CRC (Cyclic Redundancy Check, cyclic redundancy) for verification checksum) checksum.
  • the specific size of the preset ratio is not limited, and can be formulated as required, for example, it can be designated as 20%.
  • the preset ratio in order to reduce the time required for decoding as much as possible, can be set according to the soft decoding capability and the hard decoding capability, so as to evenly distribute the load for the CPU and the hardware decoder as much as possible. Specifically, the following steps can be performed:
  • Step 21 Determine the hardware decoding capability corresponding to the hardware decoder.
  • Step 22 Determine the soft solution capability under preset conditions.
  • Step 23 Determine the preset ratio according to the hard solution capability and the soft solution capability.
  • the CPU cannot use all computing resources for data decoding, it also needs to use some computing resources for other services. Therefore, when determining the soft decoding capability of the CPU, it is necessary to determine the soft decoding capability of the CPU under preset conditions.
  • the preset conditions refer to the computing resource constraints used by the CPU when decoding data. For example, 50% of the computing resources can be used for the CPU.
  • the condition for data decoding By setting preset conditions, the determined soft solution capability is more in line with the actual decoding situation, making the setting of the preset ratio more accurate.
  • the specific forms of the hard decoding capability and the soft decoding capability are not limited, for example, it may be the amount of data to be decoded that can be processed per unit time.
  • the disassembly of the data to be decoded also takes a certain amount of time.
  • the time required for decoding by using the hardware decoder is relatively short, the division and the soft decoding are used at the same time. It may take longer to decode with the hard solution. Therefore, when dividing the first data and the second data, the following steps can be performed:
  • Step 31 Obtain the data to be decoded, and judge whether the data to be decoded is greater than a preset data volume threshold.
  • Step 32 If it is greater than the preset data volume threshold, divide the data to be decoded into first data and second data.
  • the preset data volume threshold refers to the threshold used to judge whether it is necessary to use a decoding method that combines hard decoding and soft decoding for decoding. If the data amount of the data to be decoded is not greater than the preset data amount threshold, it means that the data to be decoded is relatively small, and the time required for decoding by using a hardware decoder alone is short, so the existing method can be used for decoding. If it is greater than the preset data volume threshold, it means that the data to be decoded is relatively large, and the decoding time required by the combination of soft decoding and hard decoding is relatively short, so it can be divided into the first data and the second data. It should be noted that there may be multiple preset data volume thresholds, and each preset data volume threshold corresponds to the load of the CPU, because the load of the CPU also affects the time required for dividing the data to be decoded.
  • S102 Perform soft decoding on the first data to obtain first decoded data.
  • the CPU After the division of the first data and the second data is completed, the CPU is responsible for performing soft decoding on the first data, and the first decoded data is obtained after decoding. It can be understood that, taking PNG data as an example, when performing soft decoding, the CPU sequentially decodes the compressed data in each IDAT data block. Therefore, the first decoded data includes all data obtained after decoding the first data.
  • S103 Send the second data to the hardware decoder, so that the hardware decoder decodes the second data to obtain second decoded data.
  • the hardware decoder is responsible for decoding the second data.
  • the division of data is carried out in the storage location that can be accessed by the CPU, and the hardware decoder usually does not have the ability to actively read the data, so after the second data is divided, the CPU needs to send the second data to the hardware decoding device, so that it decodes the second data to obtain the second decoded data.
  • step S102 and step S103 should be executed in parallel.
  • the load of the CPU and the hardware decoder can also be balanced according to the decoding situation, so as to make full use of the decoding capability as much as possible and reduce the decoding time. Specifically, the following steps can also be performed:
  • Step 41 If it is detected that the load balancing condition is satisfied, according to the soft decoding situation, the unprocessed part of the data to be decoded is re-divided into third data and fourth data.
  • Step 42 Perform soft decoding on the third data as new first data, and send the fourth data to the hardware decoder as new second data.
  • the load balancing condition refers to the condition that the load allocated to the CPU and the hardware decoder needs to be redistributed, and its specific content is not limited. For example, a change in the computing resources used by the CPU for soft solution results in a change in the time required for the soft solution, or It means that the variation range of the duration of the change exceeds the preset range. Since the decoding capability of the hardware decoder is usually fixed, the satisfaction of the load balancing condition is usually caused by the change of the soft decoding situation. Therefore, if it is detected that the load balancing condition is satisfied, according to the soft decoding situation, the unprocessed part of the data to be decoded is re-divided to obtain the third data and the fourth data.
  • the unprocessed part includes the unprocessed part in the first data and/or the unprocessed part in the second data.
  • the third data is determined as the new first data, which is soft-decoded
  • the fourth data is determined as the new second data, which is hard-decoded.
  • the soft decoding situation reflects the changes of the CPU during the soft decoding process, which may specifically provide the CPU with more computing resources for soft decoding, or provide less computing resources for soft decoding. Therefore, the process of re-dividing the third data and the fourth data may include the following steps:
  • Step 51 If the soft decoding situation is that the soft decoding capability is insufficient, divide the first unprocessed part corresponding to the first data in the unprocessed part into third data and fourth data, and divide the unprocessed part corresponding to the second data The second unprocessed portion is determined as fourth data.
  • Step 52 If the soft decoding situation is that the soft decoding capacity is excessive, determine the first unprocessed part corresponding to the first data in the unprocessed part as the third data, and determine the second unprocessed part corresponding to the second data in the unprocessed part The part is divided into third data and fourth data.
  • the soft decoding is that the soft decoding capability is insufficient, it means that the CPU cannot complete the decoding of all the first data on time according to the pre-plan. Therefore, the first unprocessed part corresponding to the first data in the unprocessed part is divided into third data and fourth data, that is, part of the load originally responsible by the CPU is redistributed to the hardware decoder for processing, and the unprocessed part The second unprocessed part corresponding to the second data is determined as the fourth data.
  • the soft decoding situation is that the soft decoding capacity is excessive, it means that the CPU provides more computing resources than planned for decoding.
  • the second unprocessed part corresponding to the second data in the unprocessed part is divided into third data and fourth data, that is, part of the load originally responsible for the hardware decoder is redistributed to the CPU for processing, and the unprocessed part is divided into the third data and the fourth data.
  • the first unprocessed part corresponding to the first data in the processed part is determined as the third data.
  • FIG. 4 is a flow chart of load balancing provided by an embodiment of the present application. It can be seen that the originally divided first data is 1M, and the second data is 9M. During the decoding process, it was found that the CPU provided more computing resources than expected for soft decoding, and its soft decoding capacity was excessive. In this case, since the hardware decoder decodes the second data in head-to-tail order, the unprocessed second unprocessed part can be selected from the tail of the original 9M, and the 1M size can be divided as the third part data, and determine the remaining second unprocessed part as fourth data.
  • S104 Use the first decoded data and the second decoded data to form decoded data.
  • the first decoded data and the second decoded data After the first decoded data and the second decoded data are obtained, they can be used to form completed decoded data corresponding to the data to be decoded. It can be understood that by dividing the data to be decoded into two parts and performing soft decoding and hard decoding respectively, more data can be decoded per unit time, making the speed of data decoding faster.
  • the hard solution and the soft solution may not be completed at the same time, and only when all the first decoded data and the second decoded data are obtained can they be used to form complete decoded data. Therefore, the process of forming decoded data may include the following steps:
  • Step 61 Based on the position of the first data in the data to be decoded, write the first decoded data into the first position of the memory space.
  • Step 62 If it is detected that all the second decoded data are written into the second position of the memory space based on the position of the second data in the data to be decoded, then it is determined that the decoded data is constructed.
  • the hardware decoder can directly write to the memory space, so there is no need for the CPU to obtain the second decoded data.
  • the writing position of the first decoded data and the second decoded data is related to whether the complete decoded data obtained after decoding is correct or not, when writing, it needs to be based on the decoded
  • the position of the first data or the second data in the data to be decoded writes the decoded data into the memory space.
  • the CPU monitors the writing of the second decoded data, and after detecting that all the second decoded data is written into the memory space, it can determine that all the decoded data is completed, and then determine that the decoded data is formed.
  • FIG. 5 is a flowchart of a specific data decoding method provided by an embodiment of the present application, which is specifically used for decoding a picture file.
  • the image file is read or obtained through the network, it is judged whether its type is the type that needs to be decoded, and if not, it is processed in a conventional manner. If decoding is required, the size and type of the image are obtained for subsequent determination of the decoding method.
  • the hardware decoder that is, the decoding module capability
  • the CPU will decompose and subpackage the picture file, send the second data to the hardware decoder, and record the distribution of the data packets of the soft solution and the hard solution at the same time, so as to perform balance monitoring.
  • Load balancing conditions recalculate the current data volume and redistribute it, so as to ensure the balance of soft solution and hard solution, and try to make the two complete at the same time.
  • the data content output in the two decoding modes is integrated and sent to the terminal or other decoded data demanders.
  • a decoding method combining soft decoding and hard decoding is adopted.
  • the processor obtains the data to be decoded, it divides it into two parts, that is, the first data and the second data, and the first data is decoded by the processor through software, that is, soft decoding, to obtain the first decoded data;
  • the second part is sent to the hardware decoder for hard decoding to obtain the second decoded data.
  • the first decoded data and the second decoded data are combined to obtain complete decoded data.
  • Use the soft decoding capability of the processor to further supplement the decoding capability of the hardware decoder, and use the soft decoding and hard decoding parallel decoding methods to perform decoding, which can further increase the data decoding speed and reduce the time required for data decoding.
  • the data decoding device provided by the embodiment of the present application is introduced below, and the data decoding device described below and the data decoding method described above may be referred to in correspondence.
  • FIG. 6 is a schematic structural diagram of a data decoding device provided in an embodiment of the present application, including:
  • a dividing module 110 configured to acquire data to be decoded, and divide the data to be decoded into first data and second data;
  • the soft decoding module 120 is configured to perform soft decoding on the first data to obtain the first decoded data
  • the hard decoding module 130 is configured to send the second data to the hardware decoder, so that the hardware decoder decodes the second data to obtain second decoded data;
  • a forming module 140 configured to use the first decoded data and the second decoded data to form decoded data.
  • the division module 110 includes:
  • a size judging unit configured to acquire data to be decoded, and judge whether the data to be decoded is greater than a preset data volume threshold
  • the division unit is configured to divide the data to be decoded into first data and second data if it is greater than a preset data volume threshold.
  • partition module 110 comprising:
  • a data block identification unit configured to identify a header data block, several file data blocks and tail data blocks in the data to be decoded
  • a split point determining unit configured to determine a split point among several file data blocks according to a preset ratio according to the head-to-tail sequence
  • a data block insertion unit is used to insert the target tail data block at the split point, and insert the target head data block after the target tail data block;
  • the split determination unit is used to determine the header data block, the target tail data block, and the data blocks between the header data block and the target tail data block as the first data, and determine the target header data block, the tail data block, and the data blocks from the target header The data block between the data block and the tail data block is determined as the second data;
  • the header information in the target header data block matches the second data.
  • the hard solution capability determination module is used to determine the hard solution capability corresponding to the hardware decoder
  • a soft solution capability determination module is used to determine the soft solution capability under preset conditions
  • the ratio determination module is used to determine the preset ratio according to the hard solution capability and the soft solution capability.
  • a re-division module configured to re-divide the unprocessed part of the data to be decoded into third data and fourth data according to the soft decoding situation if it is detected that the load balancing condition is met;
  • the decoding processing module is configured to perform soft decoding on the third data as new first data, and send the fourth data to the hardware decoder as new second data.
  • repartition the modules including:
  • the first division unit is used to divide the first unprocessed part corresponding to the first data in the unprocessed part into third data and fourth data if the soft decoding situation is that the soft decoding capability is insufficient, and divide the unprocessed part into the third data and the fourth data.
  • the second unprocessed part corresponding to the second data is determined as the fourth data;
  • the second division unit is used to determine the first unprocessed part corresponding to the first data in the unprocessed part as the third data if the soft decoding situation is that the soft decoding capability is excessive, and determine the corresponding part of the second data in the unprocessed part
  • the second unprocessed portion is divided into third data and fourth data.
  • constitute module 140 including:
  • a writing unit configured to write the first decoded data into the first position of the memory space based on the position of the first data in the data to be decoded;
  • the configuration determination unit is configured to determine that the configuration of the decoded data is completed if it is detected that all the second decoded data are written into the second position of the memory space based on the position of the second data in the data to be decoded.
  • the electronic device provided by the embodiment of the present application is introduced below, and the electronic device described below and the data decoding method described above may be referred to in correspondence.
  • the electronic device 100 may include a processor 101 and a memory 102 , and may further include one or more of a multimedia component 103 , an information input/information output (I/O) interface 104 and a communication component 105 .
  • a multimedia component 103 may be included in the electronic device 100 .
  • I/O information input/information output
  • the processor 101 is used to control the overall operation of the electronic device 100 to complete all or part of the steps in the above data decoding method;
  • the memory 102 is used to store various types of data to support the operation of the electronic device 100, these data For example, instructions for any application or method operating on the electronic device 100 may be included, as well as application-related data.
  • the memory 102 can be realized by any type of volatile or non-volatile storage device or their combination, such as Static Random Access Memory (Static Random Access Memory, SRAM), Electrically Erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (Read-Only Memory, One or more of Only Memory, ROM), magnetic memory, flash memory, magnetic disk or optical disk.
  • Static Random Access Memory Static Random Access Memory
  • SRAM Static Random Access Memory
  • EEPROM Electrically Erasable Programmable Read-Only Memory
  • EPROM Erasable Programmable Read-Only Memory
  • PROM Programmable Read-Only Memory
  • Read-Only Memory One or more of Only Memory, ROM
  • magnetic memory flash memory
  • flash memory magnetic disk or optical disk.
  • Multimedia components 103 may include screen and audio components.
  • the screen can be, for example, a touch screen, and the audio component is used for outputting and/or inputting audio signals.
  • an audio component may include a microphone for receiving external audio signals.
  • the received audio signal may be further stored in the memory 102 or sent via the communication component 105 .
  • the audio component also includes at least one speaker for outputting audio signals.
  • I/O interface 104 provides interface between processor 101 and other interface modules, and above-mentioned other interface modules can be keyboard, mouse, button etc. These buttons can be virtual buttons or physical buttons.
  • the communication component 105 is used for wired or wireless communication between the electronic device 100 and other devices.
  • Wireless communication such as Wi-Fi, Bluetooth, near field communication (Near Field Communication, NFC for short), 2G, 3G or 4G, or a combination of one or more of them, so the corresponding communication component 105 may include: Wi-Fi parts, Bluetooth parts, NFC parts.
  • the electronic device 100 may be implemented by one or more Application Specific Integrated Circuit (ASIC for short), Digital Signal Processor (DSP for short), Digital Signal Processing Device (DSPD for short), Programmable Logic Device (Programmable Logic Device, PLD for short), Field Programmable Gate Array (Field Programmable Gate Array, FPGA for short), controller, microcontroller, microprocessor or other electronic components are implemented for implementing the above embodiments The given data decoding method.
  • ASIC Application Specific Integrated Circuit
  • DSP Digital Signal Processor
  • DSPD Digital Signal Processing Device
  • PLD Programmable Logic Device
  • Field Programmable Gate Array Field Programmable Gate Array
  • FPGA Field Programmable Gate Array
  • the computer-readable storage medium provided by the embodiments of the present application is introduced below, and the computer-readable storage medium described below and the data decoding method described above may be referred to in correspondence.
  • the present application also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the above-mentioned data decoding method are implemented.
  • the computer-readable storage medium may include: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk or optical disk, etc., which can store program codes. medium.
  • each embodiment in this specification is described in a progressive manner, each embodiment focuses on the difference from other embodiments, and the same or similar parts of each embodiment can be referred to each other.
  • the description is relatively simple, and for relevant details, please refer to the description of the method part.
  • RAM random access memory
  • ROM read-only memory
  • EEPROM electrically programmable ROM
  • EEPROM electrically erasable programmable ROM
  • registers hard disk, removable disk, CD-ROM, or any other Any other known storage medium.

Abstract

L'invention concerne un procédé et un appareil de décodage de données, un dispositif électronique et un support de stockage lisible par ordinateur, le procédé comprenant les étapes suivantes : acquisition de données à décoder, et division des données à décoder en premières données et en secondes données ; réalisation d'un décodage logiciel sur les premières données afin d'obtenir des premières données décodées ; envoi des secondes données à un décodeur matériel, de sorte que le décodeur matériel décode les secondes données afin d'obtenir des secondes données décodées ; utilisation des premières données décodées et des secondes données décodées afin de former des données décodées ; et augmentation en outre de la capacité de décodage du décodeur matériel au moyen de la capacité de décodage logiciel d'un processeur, et réalisation d'un décodage au moyen d'un moyen de décodage parallèle au décodage logiciel et au décodage matériel, de sorte que la vitesse de décodage de données puisse être davantage améliorée, et la durée requise pour le décodage de données est réduite.
PCT/CN2022/130860 2021-11-10 2022-11-09 Procédé et appareil de décodage de données, dispositif électronique et support de stockage lisible WO2023083213A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111326932.1A CN114071154A (zh) 2021-11-10 2021-11-10 一种数据解码方法、装置、电子设备及可读存储介质
CN202111326932.1 2021-11-10

Publications (1)

Publication Number Publication Date
WO2023083213A1 true WO2023083213A1 (fr) 2023-05-19

Family

ID=80274526

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/130860 WO2023083213A1 (fr) 2021-11-10 2022-11-09 Procédé et appareil de décodage de données, dispositif électronique et support de stockage lisible

Country Status (2)

Country Link
CN (1) CN114071154A (fr)
WO (1) WO2023083213A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114071154A (zh) * 2021-11-10 2022-02-18 湖南国科微电子股份有限公司 一种数据解码方法、装置、电子设备及可读存储介质

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635740A (zh) * 2014-10-27 2016-06-01 阿里巴巴集团控股有限公司 对图像进行解码的方法及装置
CN106782578A (zh) * 2016-12-06 2017-05-31 努比亚技术有限公司 一种分布式解码控制器、分布式解码方法及音频终端
US20170310342A1 (en) * 2016-04-25 2017-10-26 SK Hynix Inc. Early selection decoding and automatic tuning
CN107592118A (zh) * 2016-07-08 2018-01-16 华为技术有限公司 可变长编码文件的解码方法以及装置
CN108282164A (zh) * 2017-01-05 2018-07-13 腾讯科技(深圳)有限公司 一种数据编码及解码方法和装置
CN111147926A (zh) * 2018-11-02 2020-05-12 杭州海康威视数字技术股份有限公司 一种数据转码方法及装置
CN111836101A (zh) * 2019-04-19 2020-10-27 深圳市茁壮网络股份有限公司 一种视频播放方法及装置
CN112119593A (zh) * 2019-07-25 2020-12-22 深圳市大疆创新科技有限公司 一种数据的处理方法、系统、编码器及解码器
CN114071154A (zh) * 2021-11-10 2022-02-18 湖南国科微电子股份有限公司 一种数据解码方法、装置、电子设备及可读存储介质
CN114422799A (zh) * 2022-01-24 2022-04-29 北京百度网讯科技有限公司 视频文件的解码方法、装置、电子设备、程序产品

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3540183B2 (ja) * 1999-01-21 2004-07-07 株式会社東芝 マルチリンク通信装置

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105635740A (zh) * 2014-10-27 2016-06-01 阿里巴巴集团控股有限公司 对图像进行解码的方法及装置
US20170310342A1 (en) * 2016-04-25 2017-10-26 SK Hynix Inc. Early selection decoding and automatic tuning
CN107592118A (zh) * 2016-07-08 2018-01-16 华为技术有限公司 可变长编码文件的解码方法以及装置
CN106782578A (zh) * 2016-12-06 2017-05-31 努比亚技术有限公司 一种分布式解码控制器、分布式解码方法及音频终端
CN108282164A (zh) * 2017-01-05 2018-07-13 腾讯科技(深圳)有限公司 一种数据编码及解码方法和装置
CN111147926A (zh) * 2018-11-02 2020-05-12 杭州海康威视数字技术股份有限公司 一种数据转码方法及装置
CN111836101A (zh) * 2019-04-19 2020-10-27 深圳市茁壮网络股份有限公司 一种视频播放方法及装置
CN112119593A (zh) * 2019-07-25 2020-12-22 深圳市大疆创新科技有限公司 一种数据的处理方法、系统、编码器及解码器
CN114071154A (zh) * 2021-11-10 2022-02-18 湖南国科微电子股份有限公司 一种数据解码方法、装置、电子设备及可读存储介质
CN114422799A (zh) * 2022-01-24 2022-04-29 北京百度网讯科技有限公司 视频文件的解码方法、装置、电子设备、程序产品

Also Published As

Publication number Publication date
CN114071154A (zh) 2022-02-18

Similar Documents

Publication Publication Date Title
US10476928B2 (en) Network video playback method and apparatus
JP2008065834A (ja) フュージョンメモリ装置及び方法
US10601891B2 (en) Cloud streaming service system and cloud streaming service method for utilizing an optimal GPU for video decoding based on resource conditions, and apparatus for the same
CN109840879B (zh) 图像渲染方法、装置、计算机存储介质及终端
EP3410290B1 (fr) Procédé de traitement audio, serveur, équipement d'utilisateur et système
CN106507200B (zh) 视频播放内容插入方法和系统
US20170180746A1 (en) Video transcoding method and electronic apparatus
CN109542361A (zh) 一种分布式存储系统文件读取方法、系统及相关装置
WO2020155964A1 (fr) Procédé et appareil de commutation audio/vidéo, et dispositif informatique et support d'informations lisible
US11374843B2 (en) Method for measuring network speed, computing device, and computer-program product
WO2023083213A1 (fr) Procédé et appareil de décodage de données, dispositif électronique et support de stockage lisible
US20210211777A1 (en) Information Presenting Method, Terminal Device, Server and System
US11463494B2 (en) Balance of initial frame and limitation of traffic
WO2017129119A1 (fr) Procédé de dessin d'image, équipement d'utilisateur, serveur et système
CN113226501A (zh) 应用程序的流媒体影像提供装置及方法
CN110611842B (zh) 基于虚拟机的视频传输管理方法及相关装置
CN113873255A (zh) 一种视频数据传输方法、视频数据解码方法及相关装置
CN109495776B (zh) 一种音频发送、播放的方法及智能终端
CN109587561B (zh) 视频处理方法、装置、电子设备及存储介质
CN109597566B (zh) 一种数据读取、存储方法及装置
US10489350B2 (en) Data compression with inline compression metadata
CN110045924B (zh) 分级存储方法、装置、电子设备及计算机可读存储介质
CN108234552B (zh) 一种数据存储方法及装置
KR102231875B1 (ko) 응용 프로그램의 스트리밍 영상 제공 장치 및 방법
CN110677728B (zh) 播放视频的方法、装置、设备及存储介质

Legal Events

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

Ref document number: 22892007

Country of ref document: EP

Kind code of ref document: A1