EP4552338A1 - Loop filtering using neural networks - Google Patents
Loop filtering using neural networksInfo
- Publication number
- EP4552338A1 EP4552338A1 EP23742548.3A EP23742548A EP4552338A1 EP 4552338 A1 EP4552338 A1 EP 4552338A1 EP 23742548 A EP23742548 A EP 23742548A EP 4552338 A1 EP4552338 A1 EP 4552338A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- network
- convolution
- followed
- luma
- output
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/80—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation
- H04N19/82—Details of filtering operations specially adapted for video compression, e.g. for pixel interpolation involving filtering within a prediction loop
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/70—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by syntax aspects related to video coding, e.g. related to compression standards
Definitions
- VVC Versatile Video Coding standard
- JVET Joint group
- JPEG still-image compression
- FIG.4E depicts the network architecture of FIG.4D with an additional CP- decomposition of the input and output 3x3 convolution layers of the neural network according to an embodiment of this invention
- FIG.4F depicts the network architecture of FIG.
- a processor receives an input image with luma and chroma color components, and: applies a first neural network (NN) to both the luma and the chroma color components of the input image to generate a first luma output and a first chroma output; applies a second neural network to the first luma output to generate a second luma output; applies a third neural network to the first chroma output to generate a second chroma output; and concatenates the second luma output and the second chroma output to generate a colored filtered output.
- a processor receives high-level syntax indicating that loop filtering using neural networks (NNLF) is enabled for decoding a current picture.
- the processor parses the high-level syntax for extracting parameters indicating a recommended position of an adaptive loop filter (ALF); and decodes the current picture based on the ALF position parameters to generate an output picture, wherein the ALF position parameters specify one of: performing ALF filtering after the NNLF; performing ALF filtering before the NNLF; replacing the ALF filtering by a convolutional neural network (CNN) positioned after the NNLF; and performing ALF filtering before an enhanced NNLF using as NNLF input ALF classification data.
- ALF position parameters specify one of: performing ALF filtering after the NNLF; performing ALF filtering before the NNLF; replacing the ALF filtering by a convolutional neural network (CNN) positioned after the NNLF; and performing ALF filtering before an enhanced NNLF using as NNLF input ALF classification data.
- CNN convolutional neural network
- NN neural-networks
- a “hybrid” neural network based framework e.g., Ref. [1]
- Ref. [1] a “hybrid” neural network based framework
- each NN module is trained and optimized on its own
- an “end-to-end” neural network where training and optimizing is done on the whole network
- the proposed neural net filters are applicable to either architecture.
- YUV420 denotes a luma-chroma color space, where chroma is sub- sampled by two in both the horizontal and vertical dimensions, such as YCbCr 4:2:0, and the like.
- NNLF neural network loop filter
- the techniques are applicable to a variety of other NN-based filters which remove noise artifacts or improve image quality, such as NN post filtering, super-resolution filtering, and the like.
- NNLF designs Refs. [2-4]
- BDrate coding efficiency
- Embodiments presented herein offer improved coding efficiency at a reduced computational cost.
- Hybrid luma-chroma NN model [00027]
- NNLF models can be divided into two main categories: joint luma/chroma models and separate luma/chroma models. These categories are based on whether the luminance (Y) signal and the chroma (UV) signal share the same NN.
- Y luminance
- UV chroma
- For joint models two typical approaches are used to feed a YUV420 signal into the NN.
- Ref. [3] as depicted in FIG. 1, the Y signal is interleaved with the UV signal, and a total of six planes are used.
- Y,U,V boundary strength maps BS Y , BS U , BSV
- QStep slice quantization parameter
- the architecture contains n filter blocks, including n-2 filter blocks used as hidden layers.
- the first layer (105) uses a 3x3 convolution layer with an activation layer (e.g., leaky ReLU) and outputs K channels (feature maps).
- an activation layer e.g., leaky ReLU
- the input size of the NN filtering process is 144x144, including the current coding tree unit (CTU) and 8 neighboring samples to each side of the current CTU.
- the luma samples are interleaved into four 72x72 sized blocks before being used as inputs to the filtering process.
- the output tensor corresponds to the filtered CTU samples organized as 64x64 blocks by cropping the center region of the 72x72 filtered output, including 4 luma blocks and/or 2 chroma blocks.
- the output tensor of NNLF correspond to filtered luma-chroma residual channels which are scaled and added back to the NNLF input samples to get final filtered output in Ref. [3].
- MSE mean square error
- the scaling parameters for luma and chroma are signaled in the slice header by the encoder to minimize the mean square error (MSE) of filtered samples and original samples of the current frame or image.
- MSE mean square error
- the chroma (UV) samples are first up-sampled to match the resolution of the Y component, and all three components are fed to a single NN filter.
- the chroma components are down-sampled back to their original (input) resolution (e.g., in 4:2:0 format).
- a separate luma/chroma NN filter as depicted in FIG. 2 (Ref.
- chroma components might require less channels and/or less layers than luma component without losing performance. That is why separate paths might be able to achieve a similar performance while reducing complexity.
- luma/chroma signals still have some cross-component correlation, a joint path at the beginning or the end of the network can help exploit the correlation.
- the architecture combines the following NN components: [00033] Input NxN, Yx4+U+V, BS Info (x3), QStep; (e.g., 72x72x10) [00034] Joint input path: • (3x3) convolution, 3x3x10xM (10 inputs, M outputs) • Leaky ReLU (Common hidden layer) • Conv, 1x1xMxM • Leaky ReLU • Conv 1x1xMxK • Conv 3x3xKxK [00035] Luma path, n y hidden layers of: • Conv, 1x1x Ky x My • Leaky ReLU • Conv 1x1x My x Ky • Conv 3x3 x Ky x Ky Followed by Conv, 3x3x Ky x Ly [00036] Chroma path, nc hidden layers of: • Conv, 1x1x Kc x Mc • Leaky ReLU • Conv 1x1x1x1
- Ref. [3] which reports a complexity of about 33.6 kMAC/pixel
- the proposed architecture requires approximately 0.633 of the computations.
- Tensor decomposition approaches [00040] Applying tensor decomposition is one of many approaches to reduce NN computational complexity. There are several tensor decomposition approaches. For example, the depth-wise separable convolution (DSC) approach has been tried in several JVET contributions, such as Ref. [5]. In an embodiment, NN complexity is reduced using CP-decomposition (Ref. [6]).
- CP-decomposition In CP-decomposition (CP comes from CANDECOMP/PARAFAC model), a 4D convolution kernel tensor is decomposed into a sequence of four convolutional layers with small kernels.
- the first convolution layer is a pointwise convolution
- the second and third layers are spatial convolutions in X and Y directions
- the fourth convolution is again a pointwise convolution in the channel dimension.
- Regular convolution for output channel t can be written as where U is an input tensor with S channels, K is kernel of size d x d x S per output channel, and V is the output tensor.
- FIG.4A depicts an example of applying CP-decomposition (420) on the architecture depicted in FIG.1, as modified in the common layer of FIG.
- the first decomposed layer (415) (1x1xKxR) can be fused with the 1x1xMxK preceding 4 layer (405) of the hidden unit resulting in an effective fused single layer (430) (1x1xMxR).
- the last CP-decomposed layer (425) (1x1xRxK) can be fused with the next hidden unit’s first layer (410) (1x1xKxM) to realize the same functionality by a single fused (1x1xRxM) layer (440). This fusion of adjacent 1x1 pointwise convolution is illustrated in FIG. 4B.
- FIG.4C depicts the network architecture of FIG.4B with additional CP- decomposition of the input 3x3 convolution layer (420A) and the output 3x3 convolution layer (420B).
- the input 3x3x10xM convolution layer (420A) is decomposed into 4 layers of 1x1x10xR pointwise convolution, 3x1xRxR separable convolution, 1x3xRxR separable convolution, and 1x1xRxM pointwise convolution.
- FIG.4E depicts the network architecture of FIG.4D with additional CP- decomposition of the input 3x3 convolution layer (420A) and the luma, chroma output 3x3 convolution layers (420D, 420C).
- the input 3x3x10xM convolution layer (420A) is decomposed into 4 layers of 1x1x10xR pointwise convolution, 3x1xRxR separable convolution, 1x3xRxR separable convolution, and 1x1xRxM pointwise convolution.
- the output luma 3x3xKyxLy convolution (420D) is decomposed into 4 layers of 1x1xKyxRy pointwise convolution, 3x1xRyxRy separable convolution, 1x3xRyxRy separable convolution, and 1x1xKyxLy pointwise convolution.
- the output chroma 3x3xKcxLc convolution (420C) is decomposed into 4 layers of 1x1xKcxRc pointwise convolution, 3x1xRcxRc separable convolution, 1x3xRcxRc separable convolution, and 1x1xKcxLc pointwise convolution.
- the decomposed separable convolution layers of 3x1 (417A) and 1x3 (417B) depicted in FIG.4B can be fused into a single 3x3 separable convolution (445).
- This fusion helps in reducing the number of layers in the network, which can help in lowering latency of the network and memory access overhead, and can take advantage of hardware/software implementations optimized for a 3x3 convolution kernel size but not optimized for 3x1 or 1x3 row-wise or column-wise convolution operations.
- This fusion is possible because there are no nonlinear activations present between the layers being fused and the fused block is mathematically equivalent to the layers being fused.
- VVC contains several in-loop filters, such as after inverse luma mapping-chroma scaling (LMCS), the deblocking filter (DF), sample adaptive offset (SAO), adaptive loop filter (ALF) and cross-component ALF (CCALF), which are applied in order to improve the quality of the decoded signal.
- LMCS inverse luma mapping-chroma scaling
- DF deblocking filter
- SAO sample adaptive offset
- ALF adaptive loop filter
- CCALF cross-component ALF
- the separate CNN can only include a layer that performs convolution or a dot product of the convolution kernel with the layer's input matrix.
- This CNN can be pretrained or can be trained online (so-called CNN model update). For the latter method, one needs to send the coefficients with the bitstreams. The updated coefficients can be signalled for intra pictures or inter pictures which are referenced by other pictures.
- FIG.5A depicts an embodiment for VVC loop filtering using a joint (or hybrid) NNLF network.
- reconstructed luma samples are processed sequentially by inverse luma mapping (inverse LMCS), deblocking, SAO, and ALF filtering to generate luma ALF classification data (502) and luma ALF samples (504).
- the output of Luma SAO is also processed by a Cb CCALF filter and a Cr CCALF filter.
- Reconstructed chroma samples (RecCb, RecCr) are processed sequentially by deblocking, SAO, and ALF, and their output is added to the corresponding outputs of the Cb/Cr CCALF filters to generate Cb ALF samples (506) and Cr ALF samples (508).
- FIG.5B depicts an alternative embodiment for VVC loop filtering using separate luma and chroma NNLF networks.
- the front-part of the design is the same as in FIG. 5A; however, the generated data (e.g., 502, 504, 506, and 508) feed two separate networks.
- the luma NNLF filter does not use any chroma samples; however, the chroma NNLF filter can use the filtered luma ALF samples (504) as part of its input.
- the proposed tools may be communicated from an encoder to a decoder using high- level syntax (HLS) which can be part of the video parameter set (VPS), the sequence parameter set (SPS), the picture parameter set (PPS), the picture header (PH), the slice header (SH), or as part of supplemental metadata, like supplemental enhancement information (SEI) data.
- HLS high- level syntax
- VPS video parameter set
- SPS sequence parameter set
- PPS picture parameter set
- PH picture header
- SH slice header
- SEI Supplemental Enhancement Information
- hybrid_luma_chroma_model_idc The other values of hybrid_luma_chroma_model_idc are reserved for future use.
- tensor_decomposition_enabled_flag 1 specifies tensor decomposition is used to reduce NNLF complexity.
- tensor_decomposition_enabled_flag 0 specifies tensor decomposition is not used to reduce NNLF complexity.
- tensor_decomposition_idc identifies tensor decomposition methods as specified in Table 2.
- the other values of tensor_decomposition_idc are reserved for future use. Table 2.
- tensor_decomposition_idc values cp_decomp_rank_minus1 plus 1 specifies the rank of CP decomposition.
- ALF_placement_idc identifies ALF placements as specified in Table 3. Table 3. ALF_placement_idc values Fixed-Point implementation [00058] Embodiments of this disclosure present different methods to quantize the floating- point convolution weights and bias layers of a neural network to realize an efficient fixed-point neural network without affecting its performance in terms of accuracy of the output.
- the main goals of fixed-point integer realization of any neural network are: 1. Bit exact inference: achieve identical output for a given input on any hardware or software platform. 2. Low complexity: software and hardware friendly implementation using integer arithmetic operations aimed at complexity reduction, higher throughput, and power efficiency. 3. Accuracy: maintain highest possible accuracy that achieves least possible deviations compared to floating point inference.
- NNLF low complexity neural network-based loop filter
- loop filtering is typically a normative process in any video decoder
- bit exact output is not feasible in floating point inference
- fixed-point implementation is required.
- the NNLF floating point models are initially trained either in PyTorch or TensorFlow and later converted to fixed-point for this process.
- All the methods proposed in this invention are aimed at realizing the integer implementation of NNLF.
- the integer implementation and verification is done using SADL (Small Ad hoc Deep-Learning Library) which is a light- weight library to perform neural-network inference in pure C++.
- SADL Small Ad hoc Deep-Learning Library
- a 16-bit fixed point integer implementation (int16) is more desirable than a 32-bit integer implementation (int32) for faster implementation and lower storage costs.
- the performance of fixed-point implementations will be measured based on how it performs compared to its floating-point implementation, shown in Table 4, for All Intra, Main 10, for the JVET “Class D” set of test images.
- FIG.6 depicts an example of fixed-point representation of number.
- the K bits before a virtual radix point represent the integer part, including the sign bit, and the F bits after the radical point represent the fractional part.
- Q11 indicates that 5 bits are used for sign and the integer part, and 11 bits are used for the fractional part, for a total of 16 bits.
- a high accuracy efficient fixed-point realization of NNLF involves determining optimal Q formats for the weights and biases of all the convolution layers as well as the optimal Q format for the input and intermediate outputs of each layer and the final output of the NNLF filter.
- All the Q-format related operations in fixed-point convolutions are explained below: 1.
- the normalized input x (0,1) is multiplied by an optimal Q factor (say Q in ) based on the required precision.
- the weights (A) and bias (B) of each convolution are also represented by their own Q factors Q A and Q B respectively. 3.
- the input y’ is scaled up or down before addition to match the bias Q format Q B based on the difference of the input and bias q formats ( Q in - Q B ). It is desirable that Q format of the bias layer Q B and the input Q in is identical so that there is not loss of precision or overflow of data due to shifts introduced in addition.
- Table 5 depicts some experimental results using various fixed-point implementations and how they compare with the floating-point results of Table 4.
- the term (w) refers to weights and the term (b) refers to biases.
- w refers to weights
- b refers to biases.
- Int32, Q14 the results with this configuration closely match the reference floating point results.
- Q11 is used, as expected, a loss in performance is detected. If one applies dynamic Q for the weights, but with a fixed Q11 for the bias, performance improves; however, if one applies the more desirable 16-point implementation, one observes significance loss in performance, due to the overflow of the variables during the convolution operations.
- bias term is not rescaled above as per the derivation shown below for :
- propagation factor P The factor that is propagated to subsequent layers for rescaling is also termed as propagation factor P in Methods 2 and 3 explained below.
- the renormalized network is first validated for floating point inference followed by int16 fixed point inference using a dynamic Q factor for convolution weights and fixed Q11 for bias. [00076] The results with this approach are shown in Table 6.
- Method 1 results show considerable improvement in int16 coding performance but are still significantly worse than the performance of int32 with dynamic Q and fixed Q11 for bias (see Table 5).
- the main conclusions and drawbacks of this method are: 1. Localized normalization can still result in overflows. 2. Insufficient capacity for normalization if scaling factor W is very large due to abnormally high-valued weights.
- Method 2 Global normalization based on largest weight with forward propagation. This method is described in FIG.7B and it includes the following steps: 1. Starting at the first hidden layer, evaluate the maximum magnitude weights for each convolution layer. Initial propagation factor P is set 1. 2. Determine the division factors (Di1, Di2) for each 1x1 convolution layer (702, 705) based on the largest magnitude weight in that layer.
- the scaling operations are done as per equation (6) for layer j and equation (7) for layer k (i ⁇ k ⁇ j).
- the propagation factor P is updated to P / M j .
- the backward propagation normalization continues until P becomes 1. 6.
- the largest magnitude of weight across all layers, i.e., GlobalMax varies after each iteration, this is because in each iteration GlobalMax is normalized to GM. It is desired that after the entire process each layer’s max weight, i.e., Amax i will be equal to GM. Thus, steps 3 to 5 (780 to 788) are repeated until all the maximum magnitude weights of each layer are reduced to GM (790).
- GlobalMax may be in the i-th layer, but after the first iteration, the i-th layer's max weight is GM (some other layers with Amax i less than GM will be scaled up to GM accordingly), hence, for the second iteration, GlobalMax will be from a different layer. This process is repeated until the max weight in all layers’ weight is equal to GM. 7.
- the renormalized network is first validated for floating point inference followed by int16 fixed point inference using dynamic Q factor for convolution weights and fixed Q11 for bias. [00080]
- step (782) one may decide to start with a backward propagation (788).
- Example Int16 performance and with dynamic weight normalization [00082] To help better understand Methods 1 to 3, and without limitation, an Appendix is provided with example values of weights and bias values in certain hidden layers, before and after the proposed normalization processes. References Each one of the references listed herein is incorporated by reference in its entirety.
- the term JVET refers to the Joint Video Experts Team of ITU-T SG 16 WP 3 and ISO/IEC JTC 1/SC 29. [1] Dong Liu, Yue Li, Jianping Lin, Houqiang Li, Feng Wu, “ Deep learning-based video coding: A review and a case study,” https://arxiv.org/abs/1904.12462. [2] Y. Li, K. Zhang, L. Zhang, H.
- Embodiments of the present invention may be implemented with a computer system, systems configured in electronic circuitry and components, an integrated circuit (IC) device such as a microcontroller, a field programmable gate array (FPGA), or another configurable or programmable logic device (PLD), a discrete time or digital signal processor (DSP), an application specific IC (ASIC), and/or apparatus that includes one or more of such systems, devices or components.
- IC integrated circuit
- FPGA field programmable gate array
- PLD configurable or programmable logic device
- DSP discrete time or digital signal processor
- ASIC application specific IC
- the computer and/or IC may perform, control, or execute instructions relating to loop filtering using neural networks for image and video coding, such as those described herein.
- the computer and/or IC may compute any of a variety of parameters or values that relate to loop filtering using neural networks for image and video coding described herein.
- the image and video embodiments may be implemented in hardware, software, firmware and various combinations thereof.
- Certain implementations of the invention comprise computer processors which execute software instructions which cause the processors to perform a method of the invention.
- processors in a display, an encoder, a set top box, a transcoder, or the like may implement methods related to loop filtering using neural networks for image and video coding as described above by executing software instructions in a program memory accessible to the processors.
- Embodiments of the invention may also be provided in the form of a program product.
- the program product may comprise any non-transitory and tangible medium which carries a set of computer-readable signals comprising instructions which, when executed by a data processor, cause the data processor to execute a method of the invention.
- Program products according to the invention may be in any of a wide variety of non-transitory and tangible forms.
- the program product may comprise, for example, physical media such as magnetic data storage media including floppy diskettes, hard disk drives, optical data storage media including CD ROMs, DVDs, electronic data storage media including ROMs, flash RAM, or the like.
- the computer-readable signals on the program product may optionally be compressed or encrypted.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims
Applications Claiming Priority (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| IN202241038279 | 2022-07-04 | ||
| US202263432613P | 2022-12-14 | 2022-12-14 | |
| IN202241074543 | 2022-12-22 | ||
| IN202341017121 | 2023-03-14 | ||
| PCT/US2023/026238 WO2024010710A1 (en) | 2022-07-04 | 2023-06-26 | Loop filtering using neural networks |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP4552338A1 true EP4552338A1 (en) | 2025-05-14 |
Family
ID=87377946
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP23742548.3A Pending EP4552338A1 (en) | 2022-07-04 | 2023-06-26 | Loop filtering using neural networks |
Country Status (4)
| Country | Link |
|---|---|
| EP (1) | EP4552338A1 (en) |
| JP (1) | JP2025524438A (en) |
| CN (1) | CN119547445A (en) |
| WO (1) | WO2024010710A1 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2025155418A1 (en) * | 2024-01-16 | 2025-07-24 | Qualcomm Incorporated | Neural network video coding in-loop filtering in transform domain |
| WO2025188007A1 (en) * | 2024-03-05 | 2025-09-12 | 현대자동차주식회사 | Method for processing luma block and chroma block in neural network-based filter |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US11825101B2 (en) * | 2020-10-05 | 2023-11-21 | Qualcomm Incorporated | Joint-component neural network based filtering during video coding |
-
2023
- 2023-06-26 CN CN202380051302.9A patent/CN119547445A/en active Pending
- 2023-06-26 JP JP2024575064A patent/JP2025524438A/en active Pending
- 2023-06-26 WO PCT/US2023/026238 patent/WO2024010710A1/en not_active Ceased
- 2023-06-26 EP EP23742548.3A patent/EP4552338A1/en active Pending
Also Published As
| Publication number | Publication date |
|---|---|
| JP2025524438A (en) | 2025-07-30 |
| CN119547445A (en) | 2025-02-28 |
| WO2024010710A1 (en) | 2024-01-11 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7350082B2 (en) | Loop filtering method, apparatus and computer storage medium | |
| US11509892B2 (en) | Apparatus and method for filtering in video coding | |
| US20170118480A1 (en) | Sample adaptive offset (sao) filtering in video coding | |
| EP4552338A1 (en) | Loop filtering using neural networks | |
| KR20210129151A (en) | Method and apparatus for implementing loop filtering | |
| CN113785569A (en) | Nonlinear adaptive loop filtering method and device for video coding | |
| EP4087243A1 (en) | Loop filtering method and device | |
| EP4304172A1 (en) | Deblocking filter method and apparatus | |
| CN115002487B (en) | Spatial Adaptive Quantization Sensing Deblocking Filter | |
| EP4554220A1 (en) | Decoding method, encoding method, decoder, and encoder | |
| EP4568241A2 (en) | Spatially varying transform with adaptive transform type | |
| US12395627B2 (en) | Intra prediction method and decoder | |
| US20250030882A1 (en) | Local Illumination Compensation for Inter Prediction | |
| WO2024032725A1 (en) | Adaptive loop filter with cascade filtering | |
| JP7821298B2 (en) | Method and apparatus for cross-component prediction for video coding | |
| WO2024211357A1 (en) | Efficient activation function in neural network image compression decoder | |
| TW202406338A (en) | Method and apparatus for adaptive loop filter with chroma classifier for video coding | |
| Ayadi et al. | A novel deblocking filter architecture for H. 264/AVC | |
| US9848188B1 (en) | Video coding transform systems and methods | |
| Kthiri et al. | A parallel hardware architecture of deblocking filter in H264/AVC | |
| TW202406336A (en) | Method and apparatus for adaptive loop filter processing of reconstructed video | |
| WO2025214988A1 (en) | Early patch cropping for video encoding and decoding | |
| CN120380765A (en) | Methods and apparatus for Adaptive Loop Filtering (ALF) and fixed filter for video coding | |
| Suresh et al. | An Efficient VLSI Implementation of De-Blocking Filter with CSLA for H. 264 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: UNKNOWN |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE |
|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
| 17P | Request for examination filed |
Effective date: 20250115 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
| P01 | Opt-out of the competence of the unified patent court (upc) registered |
Free format text: CASE NUMBER: APP_30098/2025 Effective date: 20250624 |
|
| DAV | Request for validation of the european patent (deleted) | ||
| DAX | Request for extension of the european patent (deleted) |