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

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

Completed in 119 milliseconds