Searched refs:PLANE_Y (Results 1 – 3 of 3) sorted by relevance
122 #define PLANE_Y VPX_PLANE_Y macro
619 const uint8_t *srcLine = (const uint8_t *)img->planes[PLANE_Y]; in FillRenderBuffer()624 srcLine += img->stride[PLANE_Y]; in FillRenderBuffer()
934 _img->stride[PLANE_Y] = _img->stride[PLANE_ALPHA] = _y4m->pic_w; in y4m_input_fetch_frame()936 _img->planes[PLANE_Y] = _y4m->dst_buf; in y4m_input_fetch_frame()