Lines Matching refs:rawimg
78 struct vpx_image rawimg;
1182 vpx_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
1186 ctx->rawimg.bit_depth = enccfg.g_bit_depth;
1604 struct vpx_image *rawimg = NULL;
1625 rawimg = &ctx->rawimg;
1626 rawimg->planes[VPX_PLANE_Y] = frame->data[0];
1627 rawimg->planes[VPX_PLANE_U] = frame->data[1];
1628 rawimg->planes[VPX_PLANE_V] = frame->data[2];
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];
1644 rawimg->range = VPX_CR_STUDIO_RANGE;
1647 rawimg->range = VPX_CR_FULL_RANGE;
1755 res = vpx_codec_encode(&ctx->encoder, rawimg, timestamp,