Searched refs:parse_bintree (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 754 static int parse_bintree(Indeo3DecodeContext *ctx, AVCodecContext *avctx, in parse_bintree() function 790 if (parse_bintree(ctx, avctx, plane, code, &curr_cell, depth - 1, strip_width)) in parse_bintree() 890 return parse_bintree(ctx, avctx, plane, INTRA_NULL, &curr_cell, CELL_STACK_MAX, strip_width); in decode_plane()
|
Completed in 3 milliseconds