Lines Matching refs:rawimg
69 struct aom_image rawimg;
984 aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1,
988 ctx->rawimg.bit_depth = enccfg.g_bit_depth;
1213 struct aom_image *rawimg = NULL;
1219 rawimg = &ctx->rawimg;
1220 rawimg->planes[AOM_PLANE_Y] = frame->data[0];
1221 rawimg->planes[AOM_PLANE_U] = frame->data[1];
1222 rawimg->planes[AOM_PLANE_V] = frame->data[2];
1223 rawimg->stride[AOM_PLANE_Y] = frame->linesize[0];
1224 rawimg->stride[AOM_PLANE_U] = frame->linesize[1];
1225 rawimg->stride[AOM_PLANE_V] = frame->linesize[2];
1229 rawimg->range = AOM_CR_STUDIO_RANGE;
1232 rawimg->range = AOM_CR_FULL_RANGE;
1240 res = aom_codec_encode(&ctx->encoder, rawimg, timestamp,