Opened 3 years ago

Closed 3 years ago

#1429 closed defect (fixed)

Temporal Filter does not work with field coding

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

Description

When both encoder temporal filter and field coding are enabled at the encoder the temporal filter code fails copying the input picture due to different sizes:

    PelStorage origPadded;

    origPadded.create(m_chromaFormatIDC, m_area, 0, m_padding);
    origPadded.copyFrom(*orgPic);
ERROR: In function "copyFrom" in source/Lib/CommonLib/Buffer.h:321: Incompatible size

Example command line:

EncoderApp -c ../cfg/encoder_randomaccess_vtm_gop16.cfg -c ../cfg/per-sequence/RaceHorses.cfg -c ../cfg/field/VTM_encoder_lowdelay_field_GOP16.cfg -ipp ../../../../svn/origCfP/

Change history (1)

comment:1 Changed 3 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.