Skip to content

HEVCe FEI returns 0 QP #1171

@egorovdanil

Description

@egorovdanil

Reproduce Steps:

  1. sample_hevc_fei -i test_stream_176x96.yuv -o 001.hevc -n 100 -w 176 -h 96 -qp 24 -g 1 -encode -EncodedOrder
  2. hevc_fei_extractor 001.hevc -multi_pak_str 001.multipak
  3. asg-hevc -generate -gen_repack_ctrl -n 100 -w 176 -h 96 -g 1 -repack_ctrl_file 001.repakctrl -repack_str_file 001.multipak -InitialQP 24 -DeltaQP 1 1 2 2 3 3 4 4
  4. sample_hevc_fei -i test_stream_176x96.yuv -o 0007.repack -n 100 -w 176 -h 96 -qp 24 -g 1 -encode -EncodedOrder -repackctrl 001.repakctrl -repackstat 0007.repakstat

At step 4, we get 0 qp, while the incoming was 24, in the hevcehw_base_fei_lin.cpp#L378
mfxU8 QP = fb.status & VA_CODED_BUF_STATUS_PICTURE_AVE_QP_MASK;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions