Lines Matching refs:aligned_pixel
307 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()
390 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 15); in mpp_sys_dec_buf_chk_proc()
393 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 20); in mpp_sys_dec_buf_chk_proc()
396 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 12); in mpp_sys_dec_buf_chk_proc()
399 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 16); in mpp_sys_dec_buf_chk_proc()
402 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 24); in mpp_sys_dec_buf_chk_proc()
405 size_total = get_afbc_min_size(aligned_pixel, aligned_height, 30); in mpp_sys_dec_buf_chk_proc()
412 sys_cfg_dbg_dec_buf("res aligned_pixel %d\n", aligned_pixel); 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()
463 sys_cfg_dbg_dec_buf("spec aligned pixel wxh: [%d %d]\n", aligned_pixel, aligned_height); in mpp_sys_dec_buf_chk_proc()
466 aligned_pixel * depth / 8; in mpp_sys_dec_buf_chk_proc()
526 aligned_pixel = aligned_byte * 8 / 10; in mpp_sys_dec_buf_chk_proc()
532 aligned_pixel = aligned_byte / 2; in mpp_sys_dec_buf_chk_proc()
536 aligned_pixel = aligned_byte / 3; in mpp_sys_dec_buf_chk_proc()
539 aligned_pixel = aligned_byte; in mpp_sys_dec_buf_chk_proc()
544 sys_cfg_dbg_dec_buf("dec hw performance aligned hor_byte: [%d]\n", aligned_pixel); in mpp_sys_dec_buf_chk_proc()
547 cfg->h_stride_by_pixel = aligned_pixel; in mpp_sys_dec_buf_chk_proc()
553 sys_cfg_dbg_dec_buf("res aligned_pixel %d\n", aligned_pixel); in mpp_sys_dec_buf_chk_proc()