Home
last modified time | relevance | path

Searched refs:_img (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/
Dy4minput.c1073 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { in y4m_input_fetch_frame() argument
1111 memset(_img, 0, sizeof(*_img)); in y4m_input_fetch_frame()
1113 _img->fmt = _y4m->vpx_fmt; in y4m_input_fetch_frame()
1114 _img->w = _img->d_w = _y4m->pic_w; in y4m_input_fetch_frame()
1115 _img->h = _img->d_h = _y4m->pic_h; in y4m_input_fetch_frame()
1116 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
1117 _img->y_chroma_shift = _y4m->dst_c_dec_v >> 1; in y4m_input_fetch_frame()
1118 _img->bps = _y4m->bps; in y4m_input_fetch_frame()
1126 _img->stride[VPX_PLANE_Y] = _img->stride[VPX_PLANE_ALPHA] = in y4m_input_fetch_frame()
1128 _img->stride[VPX_PLANE_U] = _img->stride[VPX_PLANE_V] = c_w; in y4m_input_fetch_frame()
[all …]