summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/rockchip/vpu/rockchip_vpu_jpeg.h
blob: 72645d8e2ade023263569b82bc89f43a9f45f4b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0+ */

#define JPEG_HEADER_SIZE	601

struct rockchip_vpu_jpeg_ctx {
	int width;
	int height;
	int quality;
	unsigned char *buffer;
};

unsigned char *
rockchip_vpu_jpeg_get_qtable(struct rockchip_vpu_jpeg_ctx *ctx, int index);
void rockchip_vpu_jpeg_header_assemble(struct rockchip_vpu_jpeg_ctx *ctx);