On 11/24/2020 5:59 AM, Guangxin Xu wrote:
Hi   Hendrik,
two related questions:
1. Seems it's a generic code. Could we handle this in the av1dec.c?
2. For the current code, what's happened if frame A ref to B, B ref to C.
and both A, B has update_grain == 0.

Is that considered a valid bitstream? If so, then value inferring should be done in either CBS (like it's done for segmentation and loop filter), or in av1dec.c. Otherwise all the fields will be zero, same as is the case right now.

thanks


On Tue, Nov 24, 2020 at 4:42 AM James Almer <jamr...@gmail.com> wrote:

On 11/23/2020 8:38 AM, Hendrik Leppkes wrote:
When update_grain is zero, the parameters should be taken from a
reference frame instead.
---
   libavcodec/dxva2_av1.c | 59 +++++++++++++++++++++---------------------
   1 file changed, 30 insertions(+), 29 deletions(-)

LGTM
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to