Searched defs:d_w (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c20 unsigned int d_w,
127 w = (d_w + align) & ~align;
175 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
185 unsigned int d_w,
188 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
193 unsigned int d_w,
199 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
210 img->d_w = w;
18 img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int buf_align, unsigned int stride_align, unsigned char *img_data) argument
183 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int align) argument
191 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/libvpx/vpx/
H A Dvpx_image.h99 unsigned int d_w; /**< Displayed image width */ member in struct:vpx_image
152 * \param[in] d_w Width of the image
163 unsigned int d_w,
177 * \param[in] d_w Width of the image
188 unsigned int d_w,
/external/libvpx/libvpx/
H A Dvpxdec.c148 src->d_w, src->d_h,
155 dst->d_w, dst->d_h,
164 src->d_w, src->d_h,
168 dst->d_w, dst->d_h,
417 unsigned int d_w, unsigned int d_h,
432 snprintf(q, q_len - 1, "%d", d_w);
534 return img->d_w != shifted->d_w ||
963 render_width = img->d_w;
975 if (img->d_w !
416 generate_filename(const char *pattern, char *out, size_t q_len, unsigned int d_w, unsigned int d_h, unsigned int frame_in) argument
[all...]

Completed in 33 milliseconds