Searched refs:decode_cabac_mb_mvd (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_cabac.c | 1506 static int decode_cabac_mb_mvd(H264SliceContext *sl, int ctxbase, int amvd, int *mvda) in decode_cabac_mb_mvd() function 1530 av_log(sl->h264->avctx, AV_LOG_ERROR, "overflow in decode_cabac_mb_mvd\n"); in decode_cabac_mb_mvd() 1550 int mxd = decode_cabac_mb_mvd(sl, 40, amvd0, &mpx);\ 1551 int myd = decode_cabac_mb_mvd(sl, 47, amvd1, &mpy);\
|
Completed in 4 milliseconds