Lines Matching refs:width
81 …ENTRY(dec_buf_chk, width, u32, RK_U32, MPP_SYS_DEC_BUF_CHK_CFG_CHANGE_WIDTH, …
264 static RK_S32 get_afbc_min_size(RK_S32 width, RK_S32 height, RK_S32 bpp) in get_afbc_min_size() argument
274 width = MPP_ALIGN(width, 16); in get_afbc_min_size()
278 n_blocks = (width * height) / AFBC_SUPERBLOCK_PIXELS; in get_afbc_min_size()
326 sys_cfg_dbg_dec_buf("org pixel wxh: [%d %d]\n", cfg->width, cfg->height); in mpp_sys_dec_buf_chk_proc()
334 aligned_pixel = MPP_ALIGN(cfg->width, 64); in mpp_sys_dec_buf_chk_proc()
341 aligned_pixel = MPP_ALIGN(cfg->width, 64); in mpp_sys_dec_buf_chk_proc()
345 aligned_pixel = MPP_ALIGN(cfg->width, 64); in mpp_sys_dec_buf_chk_proc()
349 aligned_pixel = MPP_ALIGN(cfg->width, 16); in mpp_sys_dec_buf_chk_proc()
423 aligned_pixel = cfg->width; in mpp_sys_dec_buf_chk_proc()
426 aligned_pixel = MPP_ALIGN(cfg->width, 64); in mpp_sys_dec_buf_chk_proc()
435 aligned_pixel = MPP_ALIGN(cfg->width, 16); in mpp_sys_dec_buf_chk_proc()
456 aligned_pixel = MPP_ALIGN(cfg->width, 64); in mpp_sys_dec_buf_chk_proc()