Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c562 RK_U32 mb_rows; in h265e_proc_cfg() local
565 mb_rows = MPP_ALIGN(cfg->prep.height, 64) / 64; in h265e_proc_cfg()
567 mb_rows = MPP_ALIGN(cfg->prep.width, 64) / 64; in h265e_proc_cfg()
569 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h265e_proc_cfg()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dvp8e_syntax.h72 RK_S32 mb_rows; member
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c598 RK_U32 mb_rows; in h264e_proc_cfg() local
601 mb_rows = MPP_ALIGN(cfg->prep.height, 16) / 16; in h264e_proc_cfg()
603 mb_rows = MPP_ALIGN(cfg->prep.width, 16) / 16; in h264e_proc_cfg()
605 cfg->rc.refresh_length = (mb_rows + cfg->rc.refresh_num - 1) / cfg->rc.refresh_num; in h264e_proc_cfg()