Searched refs:lag_decode_arith_plane (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lagarith.c | 428 static int lag_decode_arith_plane(LagarithContext *l, uint8_t *dst, in lag_decode_arith_plane() function 633 lag_decode_arith_plane(l, srcs[i], in lag_decode_frame() 660 lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height, in lag_decode_frame() 663 lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2, in lag_decode_frame() 666 lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2, in lag_decode_frame() 684 lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height, in lag_decode_frame() 687 lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2, in lag_decode_frame() 690 lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2, in lag_decode_frame()
|