Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c307 RK_U32 aligned_pixel = 0; in mpp_sys_dec_buf_chk_proc() local
322 aligned_pixel = cfg->h_stride_by_byte * 8 / depth; 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()
353 sys_cfg_dbg_dec_buf("spec aligned pixel wxh: [%d %d]\n", aligned_pixel, aligned_height); in mpp_sys_dec_buf_chk_proc()
357 aligned_pixel_byte = (MPP_ALIGN(aligned_pixel, 256) | 256) * depth >> 3; in mpp_sys_dec_buf_chk_proc()
359 aligned_pixel_byte = MPP_ALIGN(aligned_pixel, 64) * depth >> 3; in mpp_sys_dec_buf_chk_proc()
385 cfg->h_stride_by_pixel = aligned_pixel; in mpp_sys_dec_buf_chk_proc()
[all …]