Lines Matching refs:wd
193 WORD32 wd,
212 * (Wd + horz_pad) * (Ht + vert_pad) * (2 * max_dpb_size + 1)
216 num_luma_samples = (wd + PAD_WD) * (ht + PAD_HT);
526 WORD32 strd, wd, ht;
529 wd = ps_codec->i4_wd;
536 pu1_buf[wd] = 0;
540 memset(pu1_buf - strd - 1, 0, wd + 2);
543 memset(pu1_buf - 1, 0, wd + 2);
551 pu1_buf[wd] = 0;
552 pu1_buf[wd + 1] = 0;
556 memset(pu1_buf - strd - 2, 0, wd + 4);
559 memset(pu1_buf - 2, 0, wd + 4);
726 UWORD32 wd, ht;
730 wd = ps_codec->i4_disp_wd;
753 au4_min_out_buf_size[0] = (wd * ht);
754 au4_min_out_buf_size[1] = (wd * ht) >> 2;
755 au4_min_out_buf_size[2] = (wd * ht) >> 2;
759 au4_min_out_buf_size[0] = (wd * ht) * 2;
765 au4_min_out_buf_size[0] = (wd * ht) * 2;
771 au4_min_out_buf_size[0] = (wd * ht) * 4;
778 au4_min_out_buf_size[0] = (wd * ht);
779 au4_min_out_buf_size[1] = (wd * ht) >> 1;