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;
2562 ps_codec->i4_max_wd = dec_init_ip->s_ivd_init_ip_t.u4_frm_max_wd;
2565 ps_codec->i4_max_wd = ALIGN64(ps_codec->i4_max_wd);
2568 ps_codec->i4_new_max_wd = ps_codec->i4_max_wd;
2571 max_tile_cols = (ps_codec->i4_max_wd + MIN_TILE_WD - 1) / MIN_TILE_WD;
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;
2640 WORD32 loop_filter_strd = (ps_codec->i4_max_wd + 63) >> 6;
2713 memset(ps_codec->as_process[0].pu4_pic_pu_idx_top, 0, sizeof(UWORD32) * (ps_codec->i4_max_wd / 4 + 1));
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);
2775 pu1_buf += ps_codec->i4_max_wd;
2782 pu1_buf += ps_codec->i4_max_wd;
2817 pu1_buf += ps_codec->i4_max_wd / MIN_CTB_SIZE;
2824 pu1_buf += (ps_codec->i4_max_wd / MIN_CTB_SIZE) * 2;
2866 vert_bs_size = ps_codec->i4_max_wd / 8 + 2 * MAX_CTB_SIZE / 8;
2881 horz_bs_size *= (ps_codec->i4_max_wd + MAX_CTB_SIZE) / MIN_TU_SIZE;
2890 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.*/;
2899 num_8x8 = (ps_codec->i4_max_ht * ps_codec->i4_max_wd) / (MIN_CU_SIZE * MIN_CU_SIZE);
2947 ps_codec->as_process[i].pu1_tile_idx = (UWORD16 *)pu1_buf + ps_codec->i4_max_wd / MIN_CTB_SIZE /* Offset 1 row */;
3139 strd = ps_codec->i4_max_wd + PAD_WD;
3350 pic_size = ps_codec->i4_max_wd * ps_codec->i4_max_ht;
3474 wd = ps_codec->i4_max_wd;
3530 pic_size = ps_codec->i4_max_wd * ps_codec->i4_max_ht;
3905 disp_wd = ps_codec->i4_max_wd;