Home
last modified time | relevance | path

Searched refs:ff_mss12_decode_rect (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmss12.c542 int ff_mss12_decode_rect(SliceContext *sc, ArithCoder *acoder, in ff_mss12_decode_rect() function
555 if (ff_mss12_decode_rect(sc, acoder, x, y, width, pivot)) in ff_mss12_decode_rect()
557 if (ff_mss12_decode_rect(sc, acoder, x, y + pivot, width, height - pivot)) in ff_mss12_decode_rect()
563 if (ff_mss12_decode_rect(sc, acoder, x, y, pivot, height)) in ff_mss12_decode_rect()
565 if (ff_mss12_decode_rect(sc, acoder, x + pivot, y, width - pivot, height)) in ff_mss12_decode_rect()
Dmss12.h96 int ff_mss12_decode_rect(SliceContext *ctx, ArithCoder *acoder,
Dmss1.c175 c->corrupted = ff_mss12_decode_rect(&ctx->sc, &acoder, 0, 0, in mss1_decode_frame()
Dmss2.c674 if (c->corrupted = ff_mss12_decode_rect(&ctx->sc[0], &acoder, 0, 0, in mss2_decode_frame()
686 if (c->corrupted = ff_mss12_decode_rect(&ctx->sc[1], &acoder, 0, in mss2_decode_frame()