Searched refs:d_w (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/vpx/
H A Dvpx_image.h106 unsigned int d_w; /**< Displayed image width */ member in struct:vpx_image
161 * \param[in] d_w Width of the image
171 unsigned int d_w,
185 * \param[in] d_w Width of the image
196 unsigned int d_w,
/external/libvpx/vpx/src/
H A Dvpx_image.c18 unsigned int d_w,
97 w = (d_w + align) & ~align;
141 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
151 unsigned int d_w,
155 return img_alloc_helper(img, fmt, d_w, d_h, stride_align, NULL);
160 unsigned int d_w,
165 return img_alloc_helper(img, fmt, d_w, d_h, stride_align, img_data);
178 img->d_w = w;
16 img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int stride_align, unsigned char *img_data) argument
149 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int stride_align) argument
158 vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int stride_align, unsigned char *img_data) argument
/external/libvpx/vpx_scale/generic/
H A Dbicubic_scaler.c305 int gcd_w, gcd_h, gcd_h_uv, d_w, d_h, d_h_uv; local
336 d_w = in_width / gcd_w;
389 product_val += d_w;
435 phase_offset = (float)((i * d_w) % g_nw) / (float)g_nw;
468 g_b_scaler.l_w[i] = (i * d_w) / g_b_scaler.nw;
/external/libvpx/
H A Dvpxdec.c632 unsigned int d_w, unsigned int d_h,
650 case 'w': snprintf(q, q_len - 1, "%d", d_w); break;
1060 img->d_w, img->d_h, frame_in);
1070 out_put(out, buf, img->d_w, do_md5);
1078 out_put(out, buf, (1 + img->d_w) / 2, do_md5);
1086 out_put(out, buf, (1 + img->d_w) / 2, do_md5);
631 generate_filename(const char *pattern, char *out, size_t q_len, unsigned int d_w, unsigned int d_h, unsigned int frame_in) argument
H A Dvpxenc.c301 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
H A Dy4minput.c864 _img->w=_img->d_w=_y4m->pic_w;
/external/libvpx/vp8/
H A Dvp8_dx_iface.c558 yv12->y_width = img->d_w;
566 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2;
H A Dvp8_cx_iface.c241 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
579 yv12->y_width = img->d_w;
925 ctx->preview_img.d_w = sd.y_width;

Completed in 87 milliseconds