Lines Matching refs:left
1832 int left;
1841 int left = get_bits_left(&s->gb);
1850 if (left >= 32 && !is_d10) {
1857 if (left > 32 && show_bits_long(&gb, 32) == 0x201) {
1863 if (left < 0 ||
1864 (left && show_bits(&s->gb, FFMIN(left, 23)) && !is_d10) ||
1865 ((avctx->err_recognition & (AV_EF_BITSTREAM | AV_EF_AGGRESSIVE)) && left > 8)) {
1866 av_log(avctx, AV_LOG_ERROR, "end mismatch left=%d %0X at %d %d\n",
1867 left, left>0 ? show_bits(&s->gb, FFMIN(left, 23)) : 0, s->mb_x, s->mb_y);
1876 left = get_bits_left(&s->gb);
1879 left <= 25 &&
1880 left >= 0 &&
1882 (!left || show_bits(&s->gb, left) == 0))
2487 av_log(avctx, AV_LOG_DEBUG, "%3"PRIX32" at %"PTRDIFF_SPECIFIER" left %d\n",