Home
last modified time | relevance | path

Searched refs:WAVE5_DEC_AVC_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.h48 #define WAVE5_DEC_AVC_BUF_SIZE(_w, _h) ((((ALIGN(_w, 256) / 16) * (ALIGN(_h, 16) / 16)) + 16) * 80) macro
H A Dwave5-hw.c706 mv_col_size = WAVE5_DEC_AVC_BUF_SIZE(init_info->pic_width, in wave5_vpu_dec_register_framebuffer()