Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_vdpu383.c388 RK_U32 ext_col_align_size = tile_col_num * 64 * 8; in vp9d_refine_rcb_size() local
435 rcb_bits = (RK_U32)(MPP_ALIGN(height, 64) * (42 * bit_depth + 13)) + ext_col_align_size; in vp9d_refine_rcb_size()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu384a.c657 RK_U32 ext_col_align_size = tile_col_cut_num * 64 * 8; in h265d_refine_rcb_size() local
713 …MPP_ALIGN(height, 64) * (1.6 * bit_depth + 0.5) * (16.5 + 5.5 * col_uv_para)) + ext_col_align_size; in h265d_refine_rcb_size()
H A Dhal_h265d_vdpu383.c661 RK_U32 ext_col_align_size = tile_col_cut_num * 64 * 8; in h265d_refine_rcb_size() local
717 … (MPP_ALIGN(height, 64) * (1.6 * bit_depth + 0.5) * (16.5 + 5 * col_uv_para)) + ext_col_align_size; in h265d_refine_rcb_size()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1864 RK_U32 ext_col_align_size = tile_col_num * 64 * 8; in av1d_refine_rcb_size() local
1907 rcb_bits = (MPP_ALIGN(height, 64) * (101 * bit_depth + 32)) + ext_col_align_size; in av1d_refine_rcb_size()