Home | History | Annotate | Download | only in decoder

Lines Matching refs:i4_max_ht

1508     ps_codec->i4_ht = ps_codec->i4_disp_ht = ps_codec->i4_max_ht;
2563 ps_codec->i4_max_ht = dec_init_ip->s_ivd_init_ip_t.u4_frm_max_ht;
2566 ps_codec->i4_max_ht = ALIGN64(ps_codec->i4_max_ht);
2569 ps_codec->i4_new_max_ht = ps_codec->i4_max_ht;
2572 max_tile_rows = (ps_codec->i4_max_ht + MIN_TILE_HT - 1) / MIN_TILE_HT;
2632 memset(ps_mem_rec->pv_base, 0, (ps_codec->i4_max_wd / MIN_CU_SIZE) * (ps_codec->i4_max_ht / MIN_CU_SIZE) / 8);
2639 WORD32 loop_filter_size = ((ps_codec->i4_max_wd + 64) / MIN_CU_SIZE) * ((ps_codec->i4_max_ht + 64) / MIN_CU_SIZE) / 8;
2762 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd);
2769 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd);
2788 pu1_buf += ps_codec->i4_max_ht / MIN_CTB_SIZE;
2795 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE) * 2;
2802 pu1_buf += ps_codec->i4_max_ht / MIN_CTB_SIZE;
2810 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE) * 2;
2833 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE);
2841 pu1_buf += (ps_codec->i4_max_ht / MIN_CTB_SIZE) * 2;
2869 vert_bs_size *= (ps_codec->i4_max_ht + MAX_CTB_SIZE) / MIN_TU_SIZE;
2878 horz_bs_size = ps_codec->i4_max_ht / 8 + MAX_CTB_SIZE / 8;
2893 qp_const_flag_size *= ps_codec->i4_max_ht / MIN_CTB_SIZE;
2899 num_8x8 = (ps_codec->i4_max_ht * ps_codec->i4_max_wd) / (MIN_CU_SIZE * MIN_CU_SIZE);
3350 pic_size = ps_codec->i4_max_wd * ps_codec->i4_max_ht;
3475 ht = ps_codec->i4_max_ht;
3530 pic_size = ps_codec->i4_max_wd * ps_codec->i4_max_ht;
3906 disp_ht = ps_codec->i4_max_ht;