Home
last modified time | relevance | path

Searched refs:top_type (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h289 if (USES_LIST(sl->top_type, 0)) { in pred_pskip_motion()
292 FIX_MV_MBAFF(sl->top_type, top_ref, B, 1); in pred_pskip_motion()
295 } else if (sl->top_type) { in pred_pskip_motion()
421 sl->top_type = h->cur_pic.mb_type[top_xy]; in fill_decode_neighbors()
430 sl->top_type = 0; in fill_decode_neighbors()
437 sl->top_type = 0; in fill_decode_neighbors()
449 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches() local
461 top_type = sl->top_type; in fill_decode_caches()
474 if (!(top_type & type_mask)) { in fill_decode_caches()
512 if (IS_INTRA4x4(top_type)) { in fill_decode_caches()
[all …]
Dh264_loopfilter.c253 int top_type = sl->top_type; in h264_filter_mb_fast_internal() local
279 if(top_type){ in h264_filter_mb_fast_internal()
287 if(top_type){ in h264_filter_mb_fast_internal()
303 if(top_type){ in h264_filter_mb_fast_internal()
316 if(top_type){ in h264_filter_mb_fast_internal()
334 if(top_type){ in h264_filter_mb_fast_internal()
351 if(top_type){ in h264_filter_mb_fast_internal()
379 if( IS_INTRA(top_type) ) in h264_filter_mb_fast_internal()
398 if(top_type) in h264_filter_mb_fast_internal()
402 if(top_type) in h264_filter_mb_fast_internal()
[all …]
Dh264_cabac.c1305 if (sl->top_type & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)) in decode_cabac_intra_mb_type()
1389 if (sl->top_type && h->chroma_pred_mode_table[mbb_xy] != 0) in decode_cabac_mb_chroma_pre_mode()
1965 if (!IS_DIRECT(sl->top_type - 1)) in ff_h264_decode_mb_cabac()
2358 if (sl->top_type && !IS_8x8DCT(sl->top_type)){ in ff_h264_decode_mb_cabac()
2375 if (sl->top_type && !IS_8x8DCT(sl->top_type)){ in ff_h264_decode_mb_cabac()
2376 uint32_t top_empty = !IS_INTRA_PCM(sl->top_type) ? 0 : 0x40404040; in ff_h264_decode_mb_cabac()
Dh264_slice.c2238 int top_type, in fill_filter_caches_inter() argument
2246 if (USES_LIST(top_type, list)) { in fill_filter_caches_inter()
2322 int top_type, left_type[LEFT_MBS]; in fill_filter_caches() local
2368 top_type = h->cur_pic.mb_type[top_xy]; in fill_filter_caches()
2373 top_type = 0; in fill_filter_caches()
2378 top_type = 0; in fill_filter_caches()
2382 sl->top_type = top_type; in fill_filter_caches()
2390 top_type, left_type, mb_xy, 0); in fill_filter_caches()
2393 top_type, left_type, mb_xy, 1); in fill_filter_caches()
2403 if (top_type) { in fill_filter_caches()
[all …]
Dh264dec.h221 int top_type; member
Dh264_mb.c532 deblock_top = sl->top_type; in xchg_mb_border()