Searched refs:pic_sz (Results 1 – 1 of 1) sorted by relevance
1075 int pic_sz; in y4m_input_fetch_frame() local1121 pic_sz = _y4m->pic_w * _y4m->pic_h * bytes_per_sample; in y4m_input_fetch_frame()1130 _img->planes[VPX_PLANE_U] = _y4m->dst_buf + pic_sz; in y4m_input_fetch_frame()1131 _img->planes[VPX_PLANE_V] = _y4m->dst_buf + pic_sz + c_sz; in y4m_input_fetch_frame()1132 _img->planes[VPX_PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz; in y4m_input_fetch_frame()