Searched refs:v4l2_jpeg_zigzag_scan_index (Results 1 – 4 of 4) sorted by relevance
193 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()
181 extern const u8 v4l2_jpeg_zigzag_scan_index[V4L2_JPEG_PIXELS_IN_BLOCK];
83 const u8 v4l2_jpeg_zigzag_scan_index[V4L2_JPEG_PIXELS_IN_BLOCK] = { variable93 EXPORT_SYMBOL_GPL(v4l2_jpeg_zigzag_scan_index);
825 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()