Searched refs:lag_decode_arith_plane (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lagarith.c | 432 static int lag_decode_arith_plane(LagarithContext *l, uint8_t *dst, in lag_decode_arith_plane() function 635 ret = lag_decode_arith_plane(l, srcs[i], in lag_decode_frame() 665 ret = lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height, in lag_decode_frame() 670 ret = lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2, in lag_decode_frame() 675 ret = lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2, in lag_decode_frame() 693 ret = lag_decode_arith_plane(l, p->data[0], avctx->width, avctx->height, in lag_decode_frame() 698 ret = lag_decode_arith_plane(l, p->data[2], (avctx->width + 1) / 2, in lag_decode_frame() 703 ret = lag_decode_arith_plane(l, p->data[1], (avctx->width + 1) / 2, in lag_decode_frame()
|
Completed in 2 milliseconds