Searched refs:fill_decode_neighbors (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 355 static void fill_decode_neighbors(const H264Context *h, H264SliceContext *sl, int mb_type) in fill_decode_neighbors() function 816 fill_decode_neighbors(h, sl, mb_type); in decode_mb_skip() 824 fill_decode_neighbors(h, sl, mb_type); in decode_mb_skip()
|
H A D | h264_cavlc.c | 793 fill_decode_neighbors(h, sl, mb_type); in ff_h264_decode_mb_cavlc()
|
H A D | h264_cabac.c | 1966 fill_decode_neighbors(h, sl, -(MB_FIELD(sl))); in ff_h264_decode_mb_cabac()
|
Completed in 7 milliseconds