Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c784 static int get_byte(struct s5p_jpeg_buffer *buf);
809 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
813 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
816 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_h_tbl()
843 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
850 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
864 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_huff_tbl()
897 components = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
904 c = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
908 x = get_byte(&jpeg_buffer); in exynos4_jpeg_parse_decode_q_tbl()
[all …]
/linux-4.4.14/arch/alpha/boot/
Dmisc.c60 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c65 #define get_byte() (inptr < insize ? inbuf[inptr++] : fill_inbuf()) macro
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c73 #define get_byte() (inbuf[inptr++]) macro
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c126 static inline unsigned char get_byte(void) in get_byte() function
/linux-4.4.14/lib/
Dinflate.c232 #define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })
1218 flags = (uch)get_byte(); in gunzip()
/linux-4.4.14/drivers/media/platform/
Drcar_jpu.c585 static int get_byte(struct jpeg_buffer *buf) in get_byte() function
631 c = get_byte(&jpeg_buffer); in jpu_parse_hdr()
645 get_byte(&jpeg_buffer) != 3) /* YCbCr only */ in jpu_parse_hdr()
649 return get_byte(&jpeg_buffer); in jpu_parse_hdr()