Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_utils.c610 WORD32 max_dpb_size_bytes = 0; in ih264e_get_dpb_size() local
621 max_dpb_size_bytes = gas_ih264_lvl_tbl[i].u4_max_dpb_size; in ih264e_get_dpb_size()
625 MIN( 1024 * max_dpb_size_bytes / ( pic_size * 3 ), MAX_DPB_SIZE ); in ih264e_get_dpb_size()