Lines Matching refs:u4_max_ht
389 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity()
464 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity()
751 s_ip.s_ive_ip.u4_max_ht = max_ht; in api_check_struct_sanity()
1029 if (ps_ip->s_ive_ip.u4_max_ht < MIN_HT) in api_check_struct_sanity()
1038 if (ps_ip->s_ive_ip.u4_max_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
1246 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
2870 ps_cfg->u4_max_ht = MAX_HT; in ih264e_set_default_params()
2935 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_set_default_params()
3262 max_ht_luma = ps_ip->s_ive_ip.u4_max_ht; in ih264e_fill_num_mem_rec()
4127 max_ht_luma = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_init_mem_rec()
4166 ps_cfg->u4_max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_init_mem_rec()
4170 ps_cfg->u4_ht = ps_cfg->u4_disp_ht = ps_cfg->u4_max_ht; in ih264e_init_mem_rec()
4173 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_init_mem_rec()
5144 WORD32 ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_get_buf_info()