Home | History | Annotate | Download | only in decoder

Lines Matching refs:i4_max_wd

1509     ps_codec->i4_wd = ps_codec->i4_disp_wd = ps_codec->i4_max_wd;
2583 ps_codec->i4_max_wd = dec_init_ip->s_ivd_init_ip_t.u4_frm_max_wd;
2586 ps_codec->i4_max_wd = ALIGN64(ps_codec->i4_max_wd);
2589 ps_codec->i4_new_max_wd = ps_codec->i4_max_wd;
2592 max_tile_cols = (ps_codec->i4_max_wd + MIN_TILE_WD - 1) / MIN_TILE_WD;
2653 memset(ps_mem_rec->pv_base, 0, (ps_codec->i4_max_wd / MIN_CU_SIZE) * (ps_codec->i4_max_ht / MIN_CU_SIZE) / 8);
2660 WORD32 loop_filter_size = ((ps_codec->i4_max_wd + 64) / MIN_CU_SIZE) * ((ps_codec->i4_max_ht + 64) / MIN_CU_SIZE) / 8;
2661 WORD32 loop_filter_strd = (ps_codec->i4_max_wd + 63) >> 6;
2734 memset(ps_codec->as_process[0].pu4_pic_pu_idx_top, 0, sizeof(UWORD32) * (ps_codec->i4_max_wd / 4 + 1));
2783 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd);
2790 pu1_buf += MAX(ps_codec->i4_max_ht, ps_codec->i4_max_wd);
2796 pu1_buf += ps_codec->i4_max_wd;
2803 pu1_buf += ps_codec->i4_max_wd;
2838 pu1_buf += ps_codec->i4_max_wd / MIN_CTB_SIZE;
2845 pu1_buf += (ps_codec->i4_max_wd / MIN_CTB_SIZE) * 2;
2887 vert_bs_size = ps_codec->i4_max_wd / 8 + 2 * MAX_CTB_SIZE / 8;
2902 horz_bs_size *= (ps_codec->i4_max_wd + MAX_CTB_SIZE) / MIN_TU_SIZE;
2911 qp_const_flag_size = ps_codec->i4_max_wd / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*/;
2920 num_8x8 = (ps_codec->i4_max_ht * ps_codec->i4_max_wd) / (MIN_CU_SIZE * MIN_CU_SIZE);
2968 ps_codec->as_process[i].pu1_tile_idx = (UWORD16 *)pu1_buf + ps_codec->i4_max_wd / MIN_CTB_SIZE /* Offset 1 row */;
3161 strd = ps_codec->i4_max_wd + PAD_WD;
3397 pic_size = ps_codec->i4_max_wd * ps_codec->i4_max_ht;
3521 wd = ps_codec->i4_max_wd;
3577 pic_size = ps_codec->i4_max_wd * ps_codec->i4_max_ht;
3951 disp_wd = ps_codec->i4_max_wd;