Opened 4 years ago

Closed 4 years ago

#633 closed defect (fixed)

[MIP] encoding failure (Error: block size not supported for MIP)

Reported by: fbarbier Owned by:
Priority: minor Milestone: VTM-7.0
Component: VTM Version: VTM-6.2
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

Tested on c88531eecd0415a3ba463dfee7893829187260f8

Please find the following command lines to reproduce the issue:

git checkout c88531eecd0415a3ba463dfee7893829187260f8

cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug 
make -j 8
cd ..

./bin/EncoderAppStaticd --SourceWidth=144 --SourceHeight=200 --InputChromaFormat=420 --InputBitDepth=8 --Profile=next --FrameRate=60 --FramesToBeEncoded=5 --GOPSize=4 '--Frame1=B 1 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 1 5 9 13 0 0' '--Frame2=B 2 4 -6.5 0.2590 0 0 1.0 0 0 0 4 4 1 2 6 10 0 0' '--Frame3=B 3 5 -6.5 0.2590 0 0 1.0 0 0 0 4 4 1 3 7 11 0 0' '--Frame4=B 4 1  0.0 0.0    0 0 1.0 0 0 0 4 4 1 4 8 12 0 0' --FastSearch=1 --CTUSize=128 --MaxPartitionDepth=5 --SAO=1 --LoopFilterDisable=1 --ALF=1 --DisableIntraInInter=0 --DepQuant=1 --DualITree=1 --LMChroma=1 --MaxDeltaQP=0 --MTS=3 --IBC=1 --Triangle=1 --MIP=1 --SMVD=1 -i source.yuv -b /dev/null 

Output error message:

ERROR: In function "estIntraPredLumaQT" in /home/fredb/projects/vtm/source/Lib/EncoderLib/IntraSearch.cpp:456: Error: block size not supported for MIP

Attachments (1)

source.yuv (210.9 KB) - added by fbarbier 4 years ago.

Download all attachments as: .zip

Change history (3)

Changed 4 years ago by fbarbier

comment:2 Changed 4 years ago by ksuehring

  • Milestone set to VTM-7.0
  • Resolution set to fixed
  • Status changed from new to closed

The MR was merged

Note: See TracTickets for help on using tickets.