Home
last modified time | relevance | path

Searched refs:v4l2_jpeg_zigzag_scan_index (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/platform/verisilicon/
Dhantro_jpeg.c193 BUILD_BUG_ON(ARRAY_SIZE(v4l2_jpeg_zigzag_scan_index) != JPEG_QUANT_SIZE); in jpeg_scale_quant_table()
197 file_q_tab[i] = jpeg_scale_qp(tab[v4l2_jpeg_zigzag_scan_index[i]], scale); in jpeg_scale_quant_table()
/linux-6.12.1/include/media/
Dv4l2-jpeg.h181 extern const u8 v4l2_jpeg_zigzag_scan_index[V4L2_JPEG_PIXELS_IN_BLOCK];
/linux-6.12.1/drivers/media/v4l2-core/
Dv4l2-jpeg.c83 const u8 v4l2_jpeg_zigzag_scan_index[V4L2_JPEG_PIXELS_IN_BLOCK] = { variable
93 EXPORT_SYMBOL_GPL(v4l2_jpeg_zigzag_scan_index);
/linux-6.12.1/drivers/media/platform/imagination/
De5010-jpeg-enc.c825 header_write(ctx, buffer, offset, 1, ctx->luma_qp[v4l2_jpeg_zigzag_scan_index[i]]); in encode_marker_segment()
831 ctx->chroma_qp[v4l2_jpeg_zigzag_scan_index[i]]); in encode_marker_segment()