Lines Matching refs:bytestream2_get_bytes_left

539         if (run_len > left || bytestream2_get_bytes_left(&ctx->gb) <= 0)
546 if (bytestream2_get_bytes_left(&ctx->gb) < run_len)
567 if (bytestream2_get_bytes_left(&ctx->gb) < 2)
574 if (bytestream2_get_bytes_left(&ctx->gb) < 2)
588 if (bytestream2_get_bytes_left(&ctx->gb) < code)
685 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
690 if (bytestream2_get_bytes_left(&ctx->gb) < 16)
696 if (bytestream2_get_bytes_left(&ctx->gb) < 4)
702 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
710 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
738 if (bytestream2_get_bytes_left(&ctx->gb) < 16)
743 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
777 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
785 if (bytestream2_get_bytes_left(&ctx->gb) < 4)
809 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
817 if (bytestream2_get_bytes_left(&ctx->gb) < 3)
894 if (bytestream2_get_bytes_left(&ctx->gb) < width * height)
902 if (bytestream2_get_bytes_left(&ctx->gb) < ((width + 1) >> 1) * ((height + 1) >> 1))
997 if (bytestream2_get_bytes_left(&ctx->gb) < ctx->width * ctx->height * 2) {
1073 if (bytestream2_get_bytes_left(&ctx->gb) < 4)
1088 if (bytestream2_get_bytes_left(&ctx->gb) < 3)
1105 if (bytestream2_get_bytes_left(&ctx->gb) < 8)
1116 if (bytestream2_get_bytes_left(&ctx->gb) < 5)
1149 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
1166 if (bytestream2_get_bytes_left(&ctx->gb) < 2)
1199 if (bytestream2_get_bytes_left(&ctx->gb) < 1)
1205 if (bytestream2_get_bytes_left(&ctx->gb) < 2)
1281 if (bytestream2_get_bytes_left(&ctx->gb) < npixels) {
1324 if ((ret = bytestream2_get_bytes_left(&ctx->gb)) < 560) {
1402 while (bytestream2_get_bytes_left(&ctx->gb) >= 8) {
1410 if (bytestream2_get_bytes_left(&ctx->gb) < size) {