[FFmpeg-devel] [PATCH] FATE: add test for hevc files with 4 TUDepth(0..4) of cbf_cb/cbf_cr
Fu, Linjie
linjie.fu at intel.com
Fri Dec 13 04:46:19 EET 2019
Hi,
> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of
> James Almer
> Sent: Friday, December 13, 2019 00:55
> To: ffmpeg-devel at ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH] FATE: add test for hevc files with 4
> TUDepth(0..4) of cbf_cb/cbf_cr
>
> On 12/12/2019 12:25 PM, Linjie Fu wrote:
> > 5 cabac states for cbf_cb and cbf_cr are supported according to
> > Table 9-4.
> >
> > Add a test for 64x64 4:4:4 8bit HEVC clips with TUDepth = 4, cbf_cr > 0.
> >
> > Signedoff-by: Xu Guangxin <guangxin.xu at intel.com>
> > Signed-off-by: Linjie Fu <linjie.fu at intel.com>
> > ---
> > tests/fate/hevc.mak | 3 +++
> > tests/ref/fate/hevc-cabac-tudepth | 6 ++++++
> > 2 files changed, 9 insertions(+)
> > create mode 100644 tests/ref/fate/hevc-cabac-tudepth
> >
> > diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
> > index 559c389..bfef675 100644
> > --- a/tests/fate/hevc.mak
> > +++ b/tests/fate/hevc.mak
> > @@ -256,6 +256,9 @@ FATE_HEVC_FFPROBE-$(call DEMDEC, HEVC, HEVC)
> += fate-hevc-monochrome-crop
> > fate-hevc-two-first-slice: CMD = threads=2 framemd5 -i
> $(TARGET_SAMPLES)/hevc/two_first_slice.mp4 -sws_flags bitexact -t
> 00:02.00 -an
> > FATE_HEVC-$(call DEMDEC, MOV, HEVC) += fate-hevc-two-first-slice
> >
> > +fate-hevc-cabac-tudepth: CMD = framecrc -flags unaligned -i
> $(TARGET_SAMPLES)/hevc/hevc-cabac-tudepth.hevc -pix_fmt yuv444p
> > +FATE_HEVC +=fate-hevc-cabac-tudepth
>
> Either make this line
>
> FATE_HEVC-$(call DEMDEC, HEVC, HEVC) += fate-hevc-cabac-tudepth
>
> Or place this test right below the fate-hevc-skiploopfilter one.
Updated.
IMHO fate-hevc-paired-fields may need similar rearrangement?
thx,
- linjie
More information about the ffmpeg-devel
mailing list