mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
media: hantro: Use VP8 lengths defined in uapi
Use the new defines instead of hardcoding the VP8 lengths. [hverkuil: add commit log] Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
8d48b61168
commit
b4b3564c56
@@ -23,11 +23,11 @@ struct vp8_prob_tbl_packed {
|
||||
u8 padding1;
|
||||
|
||||
/* mv prob */
|
||||
u8 prob_mv_context[2][19];
|
||||
u8 prob_mv_context[2][V4L2_VP8_MV_PROB_CNT];
|
||||
u8 padding2[2];
|
||||
|
||||
/* coeff probs */
|
||||
u8 prob_coeffs[4][8][3][11];
|
||||
u8 prob_coeffs[4][8][3][V4L2_VP8_COEFF_PROB_CNT];
|
||||
u8 padding3[96];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user