Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h106 RK_S32 coded_width, coded_height; member
H A Dh265d_refs.c98 … (MPP_ALIGN(s->h265dctx->coded_width, 64) * s->h265dctx->nBitDepth) >> 3); in alloc_frame()
151 s->poc, s->h265dctx->coded_width, s->h265dctx->coded_height); in alloc_frame()
H A Dh265d_parser.c493 s->h265dctx->coded_width = sps->width; in set_sps()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_buf_slot.c294 RK_U32 coded_width = (impl->hal_width_align) ? in prepare_info_set_legacy() local
299 (impl->hal_hor_align(coded_width * depth >> 3)); in prepare_info_set_legacy()