Home | History | Annotate | Download | only in decoder

Lines Matching refs:wd

1478     WORD32 wd;
1487 wd = ALIGN64(ps_codec->i4_wd);
1490 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD;
1493 max_ctb_cols = wd / MIN_CTB_SIZE;
1495 max_num_cu_cols = wd / MIN_CU_SIZE;
1497 max_num_4x4_cols = wd / 4;
1565 WORD32 loop_filter_strd = (wd + 63) >> 6;
1638 memset(ps_codec->as_process[0].pu4_pic_pu_idx_top, 0, sizeof(UWORD32) * (wd / 4 + 1));
1642 size = sizeof(UWORD8) * (MAX(ht, wd));
1645 size += sizeof(UWORD8) * (MAX(ht, wd));
1648 size += sizeof(UWORD8) * wd;
1651 size += sizeof(UWORD8) * wd;
1687 pu1_buf += MAX(ht, wd);
1694 pu1_buf += MAX(ht, wd);
1700 pu1_buf += wd;
1707 pu1_buf += wd;
1742 pu1_buf += wd / MIN_CTB_SIZE;
1749 pu1_buf += (wd / MIN_CTB_SIZE) * 2;
1778 vert_bs_size = wd / 8 + 2 * MAX_CTB_SIZE / 8;
1793 horz_bs_size *= (wd + MAX_CTB_SIZE) / MIN_TU_SIZE;
1802 qp_const_flag_size = wd / MIN_CTB_SIZE + 1 /* The last ctb row deblk is done in last ctb + 1 row.*/;
1811 num_8x8 = (ht * wd) / (MIN_CU_SIZE * MIN_CU_SIZE);
1870 size = wd / MIN_CTB_SIZE + 2 /* Top row and bottom row extra. This ensures accessing left,top in first row
1883 ps_codec->as_process[i].pu1_tile_idx = (UWORD16 *)pv_buf + wd / MIN_CTB_SIZE /* Offset 1 row */;
1890 size *= wd / MIN_CTB_SIZE;
1908 size = wd * ht;
1917 size = ihevcd_get_tu_data_size(wd * ht);
1944 ihevcd_get_pic_mv_bank_size(wd * ht);
1964 size = ihevcd_get_total_pic_buf_size(ps_codec, wd, ht);
2350 WORD32 wd, ht;
2376 wd = ALIGN64(ps_codec->i4_wd);
2378 ps_ctl_op->u4_min_in_buf_size[i] = MAX((wd * ht), MIN_BITSBUF_SIZE);
2381 wd = ps_codec->i4_wd;
2388 wd = ps_codec->i4_disp_wd;
2394 wd = ps_codec->i4_disp_strd;
2399 if(ps_codec->i4_disp_strd > wd)
2400 wd = ps_codec->i4_disp_strd;
2431 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht);
2432 ps_ctl_op->u4_min_out_buf_size[1] = (wd * ht) >> 2;
2433 ps_ctl_op->u4_min_out_buf_size[2] = (wd * ht) >> 2;
2437 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht) * 2;
2443 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht) * 2;
2449 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht) * 4;
2456 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht);
2457 ps_ctl_op->u4_min_out_buf_size[1] = (wd * ht) >> 1;
2461 ps_ctl_op->u4_pic_wd = wd;
2510 WORD32 wd, ht;
2536 wd = ALIGN64(ps_codec->i4_wd);
2539 ps_ctl_op->u4_min_in_buf_size[i] = MAX((wd * ht), MIN_BITSBUF_SIZE);
2542 wd = 0;
2549 wd = ps_codec->i4_disp_wd;
2555 wd = ps_codec->i4_disp_strd;
2563 wd = ALIGN32(wd + PAD_WD);
2568 if(ps_codec->i4_disp_strd > wd)
2569 wd = ps_codec->i4_disp_strd;
2601 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht);
2602 ps_ctl_op->u4_min_out_buf_size[1] = (wd * ht) >> 2;
2603 ps_ctl_op->u4_min_out_buf_size[2] = (wd * ht) >> 2;
2607 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht) * 2;
2613 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht) * 2;
2619 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht) * 4;
2626 ps_ctl_op->u4_min_out_buf_size[0] = (wd * ht);
2627 ps_ctl_op->u4_min_out_buf_size[1] = (wd * ht) >> 1;