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

/external/libvpx/libvpx/
H A Dy4minput.c994 int pic_sz; local
1039 pic_sz = _y4m->pic_w * _y4m->pic_h * bytes_per_sample;
1048 _img->planes[VPX_PLANE_U] = _y4m->dst_buf + pic_sz;
1049 _img->planes[VPX_PLANE_V] = _y4m->dst_buf + pic_sz + c_sz;
1050 _img->planes[VPX_PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz;

Completed in 80 milliseconds