Searched refs:gas_ih264_lvl_tbl (Results 1 – 5 of 5) sorted by relevance
90 extern const level_tables_t gas_ih264_lvl_tbl[16];
64 const level_tables_t gas_ih264_lvl_tbl[16] = variable
206 UWORD32 u4_max_cpb_size = 1200 * gas_ih264_lvl_tbl[u1_level_idx].u4_max_cpb_size; in ih264e_rc_init()
622 if (level == (WORD32)gas_ih264_lvl_tbl[i].u4_level_idc) in ih264e_get_dpb_size()623 max_dpb_size_bytes = gas_ih264_lvl_tbl[i].u4_max_dpb_size; in ih264e_get_dpb_size()
3474 if (level ==(WORD32)gas_ih264_lvl_tbl[i].u4_level_idc) in ih264e_fill_num_mem_rec()3475 max_luma_samples = gas_ih264_lvl_tbl[i].u4_max_fs in ih264e_fill_num_mem_rec()