Lines Matching refs:aligned_height

310     RK_U32 aligned_height = 0;  in mpp_sys_dec_buf_chk_proc()  local
324 aligned_height = cfg->v_stride; in mpp_sys_dec_buf_chk_proc()
335 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 16); in mpp_sys_dec_buf_chk_proc()
342 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 16); in mpp_sys_dec_buf_chk_proc()
346 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 64); in mpp_sys_dec_buf_chk_proc()
350 aligned_height = MPP_ALIGN(aligned_height ? aligned_height : cfg->height, 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()
386 cfg->v_stride = aligned_height; 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()
408 size_total = aligned_byte * aligned_height * 3 / 2; in mpp_sys_dec_buf_chk_proc()
414 sys_cfg_dbg_dec_buf("res aligned_height %d\n", aligned_height); in mpp_sys_dec_buf_chk_proc()
427 aligned_height = MPP_ALIGN(cfg->height, 8); in mpp_sys_dec_buf_chk_proc()
436 aligned_height = MPP_ALIGN(cfg->height, 16); in mpp_sys_dec_buf_chk_proc()
440 aligned_height = MPP_ALIGN(cfg->height, 64); in mpp_sys_dec_buf_chk_proc()
442 aligned_height = MPP_ALIGN(cfg->height, 16); in mpp_sys_dec_buf_chk_proc()
444 aligned_height = MPP_ALIGN(cfg->height, 8); in mpp_sys_dec_buf_chk_proc()
447 aligned_height = MPP_ALIGN(cfg->height, 8); in mpp_sys_dec_buf_chk_proc()
453 aligned_height = MPP_ALIGN(cfg->height, 16); in mpp_sys_dec_buf_chk_proc()
457 aligned_height = MPP_ALIGN(cfg->height, 8); in mpp_sys_dec_buf_chk_proc()
460 aligned_height = MPP_ALIGN(cfg->height, 8); 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()
467 aligned_height = cfg->v_stride ? cfg->v_stride : aligned_height; in mpp_sys_dec_buf_chk_proc()
548 cfg->v_stride = aligned_height; in mpp_sys_dec_buf_chk_proc()
550 size_total = aligned_byte * aligned_height; in mpp_sys_dec_buf_chk_proc()
555 sys_cfg_dbg_dec_buf("res aligned_height %d\n", aligned_height); in mpp_sys_dec_buf_chk_proc()