Home
last modified time | relevance | path

Searched refs:rawimg (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_mp750.c108 uint8_t *buf, *rawimg, *img; member
665 mp->rawimg = buf; in mp750_scan()
667 mp->imgcol = mp->rawimg + IMAGE_BLOCK_SIZE + 8; /* added to make rgb->gray */ in mp750_scan()
668 mp->img = mp->rawimg + IMAGE_BLOCK_SIZE + 8; in mp750_scan()
814 error = read_image_block (s, mp->rawimg + mp->rawimg_left); in mp750_fill_buffer()
830 shift_rgb (mp->rawimg, n, shift[0], shift[1], shift[2], mp->stripe_shift, mp->line_size, in mp750_fill_buffer()
838 shift_rgb (mp->rawimg, n, shift[0], shift[1], shift[2], mp->stripe_shift, mp->line_size, in mp750_fill_buffer()
843 /* entering remaining unprocessed bytes after last complete pixel into mp->rawimg buffer -- no influence on mp->img */ in mp750_fill_buffer()
848 memcpy (mp->rawimg, mp->rawimg in mp750_fill_buffer()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibaomenc.c69 struct aom_image rawimg; member
984 aom_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1, in aom_init()
988 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in aom_init()
1213 struct aom_image *rawimg = NULL; in aom_encode() local
1219 rawimg = &ctx->rawimg; in aom_encode()
1220 rawimg->planes[AOM_PLANE_Y] = frame->data[0]; in aom_encode()
1221 rawimg->planes[AOM_PLANE_U] = frame->data[1]; in aom_encode()
1222 rawimg->planes[AOM_PLANE_V] = frame->data[2]; in aom_encode()
1223 rawimg in aom_encode()
[all...]
H A Dlibvpxenc.c78 struct vpx_image rawimg; member
1182 vpx_img_wrap(&ctx->rawimg, img_fmt, avctx->width, avctx->height, 1, in vpx_init()
1186 ctx->rawimg.bit_depth = enccfg.g_bit_depth; in vpx_init()
1604 struct vpx_image *rawimg = NULL; in vpx_encode() local
1625 rawimg = &ctx->rawimg; in vpx_encode()
1626 rawimg->planes[VPX_PLANE_Y] = frame->data[0]; in vpx_encode()
1627 rawimg->planes[VPX_PLANE_U] = frame->data[1]; in vpx_encode()
1628 rawimg->planes[VPX_PLANE_V] = frame->data[2]; in vpx_encode()
1629 rawimg in vpx_encode()
[all...]

Completed in 11 milliseconds