Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEVCe FEI returns 0 QP #1171

Closed
egorovdanil opened this issue Apr 1, 2021 · 4 comments
Closed

HEVCe FEI returns 0 QP #1171

egorovdanil opened this issue Apr 1, 2021 · 4 comments
Assignees

Comments

@egorovdanil
Copy link
Contributor

egorovdanil commented Apr 1, 2021

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;

@egorovdanil egorovdanil changed the title HEVCe FEI gets 0 qp in output HEVCe FEI returns 0 QP Apr 1, 2021
@XinfengZhang
Copy link
Contributor

suppose the issue is caused by b5e5aed?
could you help to have a check?

@egorovdanil
Copy link
Contributor Author

@XinfengZhang, you are right, issue is reproducible since b5e5aed.

@XinfengZhang
Copy link
Contributor

suppose it already been fixed by 1f25be0, could you help to check?

@XinfengZhang XinfengZhang self-assigned this Jul 13, 2021
@egorovdanil
Copy link
Contributor Author

@XinfengZhang, yes, the problem is gone. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants