vmh264: fixed the MB count error on decoding. [1/1]
authorNanxin Qin <nanxin.qin@amlogic.com>
Fri, 5 Jun 2020 09:05:38 +0000 (17:05 +0800)
committerHui Zhang <hui.zhang@amlogic.com>
Mon, 8 Jun 2020 04:48:48 +0000 (21:48 -0700)
commit736833fb3422f430e5ec47f858435551b19fc545
tree4581238dcf7d94beb1323833cdebc6e0ec87713c
parentac6d9ebb66d1004fefb6a88cdf0017cc2445b95d
vmh264: fixed the MB count error on decoding. [1/1]

PD#SWPL-27454

Problem:
the source of h264 with ippp playback abnormal.

Solution:
has some wrong with first I frame so will be checked
on the decoding, then the frame will be show if the
error rate below 5%, but now the mb with calculation is
incorrect which cause it do not a chance to display.

Verify:
w200

Change-Id: I865dd6bec6a8aa9bd830f9800afdf037d7843e23
Signed-off-by: Nanxin Qin <nanxin.qin@amlogic.com>
drivers/frame_provider/decoder/h264_multi/vmh264.c