Home
last modified time | relevance | path

Searched refs:topright_type (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h305 if (USES_LIST(sl->topright_type, 0)) { in pred_pskip_motion()
308 FIX_MV_MBAFF(sl->topright_type, diagonal_ref, C, 2); in pred_pskip_motion()
309 } else if (sl->topright_type) { in pred_pskip_motion()
422 sl->topright_type = h->cur_pic.mb_type[topright_xy]; in fill_decode_neighbors()
443 sl->topright_type = 0; in fill_decode_neighbors()
449 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches() local
462 topright_type = sl->topright_type; in fill_decode_caches()
508 if (!(topright_type & type_mask)) in fill_decode_caches()
665 if (USES_LIST(topright_type, list)) { in fill_decode_caches()
671 ref_cache[4 - 1 * 8] = topright_type ? LIST_NOT_USED in fill_decode_caches()
[all …]
Dh264dec.h222 int topright_type; member