Opened 11 years ago

Closed 11 years ago

#854 closed enhancement (wontfix)

Multi-slice QP setting in one frame is not supported by HM9.0

Reported by: xx.cai Owned by:
Priority: minor Milestone:
Component: HM Version: HM-9.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

In TAppEncCfg.cpp:

if ( m_pchdQPFile )

{

FILE* fpt=fopen( m_pchdQPFile, "r" );
if ( fpt )
{

Int iValue;
Int iPOC = 0;
while ( iPOC < m_iFrameToBeEncoded )
{

if ( fscanf(fpt, "%d", &iValue ) == EOF ) break;
m_aidQP[ iPOC ] = iValue;
iPOC++;

}
fclose(fpt);

}

}

The current HM can only load one QP for the whole frame. Multi-slice in one frame coding with different QP is not available.

Change History (4)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by ksuehring

Please provide code if you are requesting the feature. Otherwise I don't see how we would be able to add this.

comment:3 Changed 11 years ago by ksuehring

  • Type changed from defect to enhancement

comment:4 Changed 11 years ago by ksuehring

  • Milestone HM-9.1 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

I don't see a strong need to specify multiple QPs per picture in an example encoder. Also, no patch has been provided.

Thus I'm closing this as "won't fix".

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)