Re: [PATCH 1/4] media: hantro: Simplify macroblock macros

2019-09-04 Thread Philipp Zabel
On Tue, 2019-09-03 at 15:17 -0300, Ezequiel Garcia wrote: > It seems all codecs are using a 16x16 size macroblock, > and so it's possible to have just one set of macroblock macros. > > Signed-off-by: Ezequiel Garcia Reviewed-by: Philipp Zabel regards Philipp

[PATCH 1/4] media: hantro: Simplify macroblock macros

2019-09-03 Thread Ezequiel Garcia
It seems all codecs are using a 16x16 size macroblock, and so it's possible to have just one set of macroblock macros. Signed-off-by: Ezequiel Garcia --- drivers/staging/media/hantro/hantro.h | 18 +++--- .../staging/media/hantro/hantro_g1_h264_dec.c | 2 +- .../staging/me