Lines Matching refs:u4_max_ht
294 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity()
369 WORD32 max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in api_check_struct_sanity()
656 s_ip.s_ive_ip.u4_max_ht = max_ht; in api_check_struct_sanity()
924 if (ps_ip->s_ive_ip.u4_max_ht < MIN_HT) in api_check_struct_sanity()
933 if (ps_ip->s_ive_ip.u4_max_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
1141 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
2312 ps_cfg->u4_max_ht = MAX_HT; in ih264e_set_default_params()
2377 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_set_default_params()
2702 max_ht_luma = ps_ip->s_ive_ip.u4_max_ht; in ih264e_fill_num_mem_rec()
3567 max_ht_luma = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_init_mem_rec()
3606 ps_cfg->u4_max_ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_init_mem_rec()
3608 ps_cfg->i4_ht_mbs = ps_cfg->u4_max_ht >> 4; in ih264e_init_mem_rec()
4579 WORD32 ht = ALIGN16(ps_ip->s_ive_ip.u4_max_ht); in ih264e_get_buf_info()