Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1212 RK_U32 mb_total = ctx->mb_per_frame; in alloc_buffer() local
1227 MPP_ALIGN(mb_total * (16 * 16), SZ_4K) + SZ_4K); in alloc_buffer()
1237 MPP_ALIGN(mb_total * (2 * 8 * 8), SZ_4K) + SZ_4K); in alloc_buffer()
1273 mb_total * 4); in alloc_buffer()
1281 memset(mpp_buffer_get_ptr(buffers->hw_mv_output_buf), 0, sizeof(RK_U32) * mb_total); in alloc_buffer()
1293 RK_U32 segment_map_size = (mb_total * 4 + 63) / 64 * 8; in alloc_buffer()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c827 for (cu_cnt = 0; cu_cnt < tile->mb_total - 1; cu_cnt++) { in h265e_code_skip_tile()
876 tile.mb_total = pps->m_nTileColumnWidthArray[i] * pps->m_nTileRowHeightArray[i]; in h265e_code_slice_skip_frame()
889 tile.mb_total = mb_wd * mb_h; in h265e_code_slice_skip_frame()
H A Dh265e_slice.h55 RK_U32 mb_total; member