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

/external/libvpx/vpx/src/
H A Dvpx_image.c19 unsigned int d_h,
99 h = (d_h + align) & ~align;
141 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
152 unsigned int d_h,
155 return img_alloc_helper(img, fmt, d_w, d_h, stride_align, NULL);
161 unsigned int d_h,
165 return img_alloc_helper(img, fmt, d_w, d_h, stride_align, img_data);
179 img->d_h = h;
237 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
240 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> im
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
[all...]
/external/libvpx/vpx/
H A Dvpx_image.h107 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
162 * \param[in] d_h Height of the image
172 unsigned int d_h,
186 * \param[in] d_h Height of the image
197 unsigned int d_h,
/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
339 d_h = in_height / gcd_h;
409 product_val += d_h;
444 phase_offset = (float)((i * d_h) % g_nh) / (float)g_nh;
477 g_b_scaler.l_h[i] = (i * d_h) / g_b_scaler.nh;
/external/libvpx/
H A Dvpxdec.c632 unsigned int d_w, unsigned int d_h,
651 case 'h': snprintf(q, q_len - 1, "%d", d_h); break;
1060 img->d_w, img->d_h, frame_in);
1068 for (y = 0; y < img->d_h; y++)
1076 for (y = 0; y < (1 + img->d_h) / 2; y++)
1084 for (y = 0; y < (1 + img->d_h) / 2; y++)
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.c302 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
H A Dy4minput.c865 _img->h=_img->d_h=_y4m->pic_h;
/external/libvpx/vp8/
H A Dvp8_cx_iface.c241 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h))
580 yv12->y_height = img->d_h;
926 ctx->preview_img.d_h = sd.y_height;
H A Dvp8_dx_iface.c559 yv12->y_height = img->d_h;

Completed in 401 milliseconds