Searched refs:WAVE5_ENC_HEVC_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
54 #define WAVE5_ENC_HEVC_BUF_SIZE(_w, _h) (ALIGN(_w, 64) / 64 * ALIGN(_h, 64) / 64 * 128) macro
2001 mv_col_size = WAVE5_ENC_HEVC_BUF_SIZE(buf_width, buf_height); in wave5_vpu_enc_register_framebuffer()