Searched refs:USES_LIST (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mvpred.h | 51 if (!USES_LIST(mb_type, list)) \ in fetch_diagonal_mv() 276 if (USES_LIST(sl->left_type[LTOP], 0)) { in pred_pskip_motion() 289 if (USES_LIST(sl->top_type, 0)) { in pred_pskip_motion() 305 if (USES_LIST(sl->topright_type, 0)) { in pred_pskip_motion() 313 if (USES_LIST(sl->topleft_type, 0)) { in pred_pskip_motion() 615 if (!USES_LIST(mb_type, list)) in fill_decode_caches() 619 if (USES_LIST(top_type, list)) { in fill_decode_caches() 635 if (USES_LIST(left_type[LEFT(i)], list)) { in fill_decode_caches() 653 if (USES_LIST(left_type[LTOP], list)) { in fill_decode_caches() 665 if (USES_LIST(topright_type, list)) { in fill_decode_caches() [all …]
|
D | mpegutils.c | 126 if (!USES_LIST(mb_type, direction)) in ff_print_debug_info2() 234 else if (!USES_LIST(mb_type, 1)) in ff_print_debug_info2() 236 else if (!USES_LIST(mb_type, 0)) in ff_print_debug_info2() 239 av_assert2(USES_LIST(mb_type, 0) && USES_LIST(mb_type, 1)); in ff_print_debug_info2()
|
D | h264_mc_template.c | 81 if (USES_LIST(mb_type, 0)) in MCFUNC() 162 if (USES_LIST(mb_type, 1)) in MCFUNC()
|
D | mpegutils.h | 99 #define USES_LIST(a, list) ((a) & ((MB_TYPE_P0L0 | MB_TYPE_P1L0) << (2 * (list)))) macro
|
D | h264_mb_template.c | 77 if (!USES_LIST(mb_type, list)) in FUNC() 287 if (!USES_LIST(mb_type, list)) in FUNC()
|
D | h264dec.h | 792 if (USES_LIST(mb_type, 0)) { in write_back_motion() 798 if (USES_LIST(mb_type, 1)) in write_back_motion()
|
D | mpeg4videodec.c | 1616 if (USES_LIST(mb_type, 0)) { in mpeg4_decode_mb() 1620 if (USES_LIST(mb_type, 1)) { in mpeg4_decode_mb() 1631 if (USES_LIST(mb_type, 0)) { in mpeg4_decode_mb() 1644 if (USES_LIST(mb_type, 1)) { in mpeg4_decode_mb() 1659 if (USES_LIST(mb_type, 0)) { in mpeg4_decode_mb() 1671 if (USES_LIST(mb_type, 1)) { in mpeg4_decode_mb()
|
D | mpeg12dec.c | 839 if (USES_LIST(mb_type, i)) { in mpeg_decode_mb() 862 if (USES_LIST(mb_type, i)) { in mpeg_decode_mb() 882 if (USES_LIST(mb_type, i)) { in mpeg_decode_mb() 902 if (USES_LIST(mb_type, i)) { in mpeg_decode_mb() 922 if (USES_LIST(mb_type, i)) { in mpeg_decode_mb()
|
D | ituh263dec.c | 863 if(USES_LIST(mb_type, 0)){ in ff_h263_decode_mb() 890 if(USES_LIST(mb_type, 1)){ in ff_h263_decode_mb()
|
D | h264_slice.c | 2246 if (USES_LIST(top_type, list)) { in fill_filter_caches_inter() 2261 if (USES_LIST(left_type[LTOP], list)) { in fill_filter_caches_inter() 2286 if (!USES_LIST(mb_type, list)) { in fill_filter_caches_inter()
|