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

/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c21 unsigned int d_h,
129 h = (d_h + align) & ~align;
175 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
186 unsigned int d_h,
188 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
194 unsigned int d_h,
199 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
211 img->d_h = h;
262 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
265 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> im
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
[all...]
/external/libvpx/libvpx/vpx/
H A Dvpx_image.h100 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
153 * \param[in] d_h Height of the image
164 unsigned int d_h,
178 * \param[in] d_h Height of the image
189 unsigned int d_h,
/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,
435 snprintf(q, q_len - 1, "%d", d_h);
535 img->d_h != shifted->d_h ||
964 render_height = img->d_h;
975 if (img->d_w != scaled_img->d_w || img->d_h !
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 27 milliseconds