Searched refs:i4_max_ht (Results 1 – 3 of 3) sorted by relevance
1508 ps_codec->i4_ht = ps_codec->i4_disp_ht = ps_codec->i4_max_ht; in ihevcd_init()2563 ps_codec->i4_max_ht = dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht; in ihevcd_init_mem_rec()2566 ps_codec->i4_max_ht = ALIGN64(ps_codec->i4_max_ht); in ihevcd_init_mem_rec()2569 ps_codec->i4_new_max_ht = ps_codec->i4_max_ht; in ihevcd_init_mem_rec()2572 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT; in ihevcd_init_mem_rec()2632 …memset(ps_mem_rec->pv_base, 0, (ps_codec->i4_max_wd / MIN_CU_SIZE) * (ps_codec->i4_max_ht / MIN_CU… in ihevcd_init_mem_rec()2639 …filter_size = ((ps_codec->i4_max_wd + 64) / MIN_CU_SIZE) * ((ps_codec->i4_max_ht + 64) / MIN_CU_S… in ihevcd_init_mem_rec()2762 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd); in ihevcd_init_mem_rec()2769 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd); in ihevcd_init_mem_rec()2788 pu1_buf += ps_codec->i4_max_ht / MIN_CTB_SIZE; in ihevcd_init_mem_rec()[all …]
1637 WORD32 i4_max_ht; member
1268 ps_codec->i4_max_wd * ps_codec->i4_max_ht) || in ihevcd_parse_sps()1269 (ps_sps->i2_pic_height_in_luma_samples > MAX(ps_codec->i4_max_wd, ps_codec->i4_max_ht))) in ihevcd_parse_sps()1924 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT; in ihevcd_copy_pps()