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

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_image.c21 unsigned int d_h,
124 h = (d_h + align) & ~align;
169 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
180 unsigned int d_h,
182 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
188 unsigned int d_h,
193 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
205 img->d_h = h;
255 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
258 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
177 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int align) argument
185 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/src/
H A Dvpx_image.c46 unsigned int d_h,
131 h = (d_h + align) & ~align;
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
181 unsigned int d_h,
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
189 unsigned int d_h,
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
206 img->d_h = h;
256 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> im
43 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
178 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int align) argument
186 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.h108 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
164 * \param[in] d_h Height of the image
175 unsigned int d_h,
189 * \param[in] d_h Height of the image
200 unsigned int d_h,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h112 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
168 * \param[in] d_h Height of the image
179 unsigned int d_h,
193 * \param[in] d_h Height of the image
204 unsigned int d_h,
/external/libvpx/libvpx/
H A Dvpxdec.c128 src->d_w, src->d_h,
132 dst->d_w, dst->d_h,
374 unsigned int d_w, unsigned int d_h,
392 snprintf(q, q_len - 1, "%d", d_h);
861 display_height = img->d_h;
871 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) {
910 img->d_w, img->d_h, frame_in);
373 generate_filename(const char *pattern, char *out, size_t q_len, unsigned int d_w, unsigned int d_h, unsigned int frame_in) argument
/external/chromium_org/third_party/libvpx/source/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,
416 unsigned int d_w, unsigned int d_h,
434 snprintf(q, q_len - 1, "%d", d_h);
534 if (dst->d_w != src->d_w || dst->d_h != src->d_h ||
551 int h = src->d_h;
572 if (dst->d_w != src->d_w || dst->d_h !
415 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 152 milliseconds