Searched +full:10918 +full:- +full:1 (Results 1 – 2 of 2) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0-only */7 * For reference, see JPEG ITU-T.81 (ISO/IEC 10918-1)13 #include <linux/v4l2-controls.h>35 /* Length of reference huffman tables as provided in Table K.3 of ITU-[all...]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Coda multi-standard codec IP - JPEG support functions16 #include <media/v4l2-common.h>17 #include <media/v4l2-fh.h>18 #include <media/v4l2-jpeg.h>19 #include <media/v4l2-mem2mem.h>20 #include <media/videobuf2-core.h>21 #include <media/videobuf2-dma-contig.h>58 * Typical Huffman tables for 8-bit precision luminance and59 * chrominance from JPEG ITU-T.81 (ISO/IEC 10918-1) Annex K.3[all …]