Home
last modified time | relevance | path

Searched refs:USES_LIST (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h51 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 …]
Dmpegutils.c126 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()
Dh264_mc_template.c81 if (USES_LIST(mb_type, 0)) in MCFUNC()
162 if (USES_LIST(mb_type, 1)) in MCFUNC()
Dmpegutils.h99 #define USES_LIST(a, list) ((a) & ((MB_TYPE_P0L0 | MB_TYPE_P1L0) << (2 * (list)))) macro
Dh264_mb_template.c77 if (!USES_LIST(mb_type, list)) in FUNC()
287 if (!USES_LIST(mb_type, list)) in FUNC()
Dh264dec.h792 if (USES_LIST(mb_type, 0)) { in write_back_motion()
798 if (USES_LIST(mb_type, 1)) in write_back_motion()
Dmpeg4videodec.c1616 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()
Dmpeg12dec.c839 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()
Dituh263dec.c863 if(USES_LIST(mb_type, 0)){ in ff_h263_decode_mb()
890 if(USES_LIST(mb_type, 1)){ in ff_h263_decode_mb()
Dh264_slice.c2246 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()