Home
last modified time | relevance | path

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

/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.h54 #define WAVE5_ENC_HEVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) / 64 * ALIGN(_h, 64) / 64 * 128) macro
H A Dwave5-hw.c2001 mv_col_size = WAVE5_ENC_HEVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()