Searched refs:topleft_type (Results 1 – 2 of 2) sorted by relevance
313 if (USES_LIST(sl->topleft_type, 0)) { in pred_pskip_motion()318 FIX_MV_MBAFF(sl->topleft_type, diagonal_ref, C, 2); in pred_pskip_motion()319 } else if (sl->topleft_type) { in pred_pskip_motion()420 sl->topleft_type = h->cur_pic.mb_type[topleft_xy]; in fill_decode_neighbors()428 sl->topleft_type = 0; in fill_decode_neighbors()435 sl->topleft_type = 0; in fill_decode_neighbors()449 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches() local460 topleft_type = sl->topleft_type; in fill_decode_caches()505 if (!(topleft_type & type_mask)) in fill_decode_caches()675 if (USES_LIST(topleft_type, list)) { in fill_decode_caches()[all …]
220 int topleft_type; member