Searched refs:SLICE_ERROR (Results 1 – 4 of 4) sorted by relevance
724 return SLICE_ERROR; in ff_h263_decode_mb()740 return SLICE_ERROR; in ff_h263_decode_mb()763 return SLICE_ERROR; in ff_h263_decode_mb()771 return SLICE_ERROR; in ff_h263_decode_mb()787 return SLICE_ERROR; in ff_h263_decode_mb()794 return SLICE_ERROR; in ff_h263_decode_mb()820 return SLICE_ERROR; in ff_h263_decode_mb()839 return SLICE_ERROR; in ff_h263_decode_mb()872 return SLICE_ERROR; in ff_h263_decode_mb()879 return SLICE_ERROR; in ff_h263_decode_mb()[all …]
373 return SLICE_ERROR; in h261_decode_mb()380 return SLICE_ERROR; in h261_decode_mb()393 return SLICE_ERROR; in h261_decode_mb()456 return SLICE_ERROR; in h261_decode_mb()
542 if (ret != SLICE_ERROR && active_bits_size >= get_bits_count(&s->gb)) { in rv10_decode_packet()551 if (ret != SLICE_ERROR && active_bits_size < get_bits_count(&s->gb) && in rv10_decode_packet()559 if (ret == SLICE_ERROR || active_bits_size < get_bits_count(&s->gb)) { in rv10_decode_packet()
522 #define SLICE_ERROR -1 macro