Searched refs:jxl_u32 (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | jpegxl_probe.c | 62 static av_always_inline uint32_t jxl_u32(GetBitContext *gb, in jxl_u32() function 79 return jxl_u32(gb, 0, 1, 2, 18, 0, 0, 4, 6); in jxl_enum() 155 height = 1 + jxl_u32(gb, 0, 0, 0, 0, 9, 13, 18, 30); in jpegxl_read_size_header() 158 width = 1 + jxl_u32(gb, 0, 0, 0, 0, 9, 13, 18, 30); in jpegxl_read_size_header() 177 height = jxl_u32(gb, 16, 32, 1, 33, 0, 0, 5, 9) << 3; in jpegxl_read_preview_header() 180 width = jxl_u32(gb, 16, 32, 1, 33, 0, 0, 5, 9) << 3; in jpegxl_read_preview_header() 183 height = jxl_u32(gb, 1, 65, 321, 1345, 6, 8, 10, 12); in jpegxl_read_preview_header() 186 width = jxl_u32(gb, 1, 65, 321, 1345, 6, 8, 10, 12); in jpegxl_read_preview_header() 201 jxl_u32(gb, 32, 16, 24, 1, 0, 0, 0, 6); /* mantissa */ in jpegxl_skip_bit_depth() 205 jxl_u32(g in jpegxl_skip_bit_depth() [all...] |
Completed in 1 milliseconds