Searched refs:bppcnt (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qdrw.c | 335 int bppcnt, bpp; in decode_frame() local 350 bppcnt = bytestream2_get_be16(&gbc); /* cmpCount */ in decode_frame() 353 av_log(avctx, AV_LOG_DEBUG, "bppcount %d bpp %d\n", bppcnt, bpp); in decode_frame() 354 if (bppcnt == 1 && bpp == 8) { in decode_frame() 356 } else if (bppcnt == 1 && (bpp == 4 || bpp == 2)) { in decode_frame() 358 } else if (bppcnt == 3 && bpp == 5) { in decode_frame() 362 "Invalid pixel format (bppcnt %d bpp %d) in Packbit\n", in decode_frame() 363 bppcnt, bpp); in decode_frame() 404 ret = decode_rle(avctx, p, &gbc, bppcnt); in decode_frame() 432 bppcnt in decode_frame() [all...] |
Completed in 1 milliseconds