-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Description
Reproduce Steps:
- sample_hevc_fei -i test_stream_176x96.yuv -o 001.hevc -n 100 -w 176 -h 96 -qp 24 -g 1 -encode -EncodedOrder
- hevc_fei_extractor 001.hevc -multi_pak_str 001.multipak
- 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
- 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