Home
last modified time | relevance | path

Searched refs:get_byte (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c793 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
796 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
823 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
884 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
888 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
913 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_q_tbl()
1056 byte = get_byte(buf); in get_word_be()
1060 byte = get_byte(buf); in get_word_be()
1074 get_byte(buf); in skip()
1133 c = get_byte(&jpeg_buffer); in s5p_jpeg_parse_hdr()
[all …]
/linux-6.15/arch/alpha/boot/
H A Dmisc.c61 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-6.15/arch/nios2/boot/compressed/
H A Dmisc.c52 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-6.15/lib/
H A Dinflate.c233 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
1219 flags = (uch)get_byte(); in gunzip()
/linux-6.15/drivers/media/platform/renesas/
H A Drcar_jpu.c571 static int get_byte(struct jpeg_buffer *buf) in get_byte() function
618 c = get_byte(&jpeg_buffer); in jpu_parse_hdr()
632 get_byte(&jpeg_buffer) != 3) /* YCbCr only */ in jpu_parse_hdr()
636 return get_byte(&jpeg_buffer); in jpu_parse_hdr()