Lines Matching refs:stride
1577 int *stride = rawimg_alpha->stride;
1588 planes[VPX_PLANE_U] = av_malloc_array(stride[VPX_PLANE_U], height);
1589 planes[VPX_PLANE_V] = av_malloc_array(stride[VPX_PLANE_V], height);
1593 memset(planes[VPX_PLANE_U], 0x80, stride[VPX_PLANE_U] * height);
1594 memset(planes[VPX_PLANE_V], 0x80, stride[VPX_PLANE_V] * height);
1629 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0];
1630 rawimg->stride[VPX_PLANE_U] = frame->linesize[1];
1631 rawimg->stride[VPX_PLANE_V] = frame->linesize[2];
1638 rawimg_alpha->stride[VPX_PLANE_Y] = frame->linesize[3];