Home
last modified time | relevance | path

Searched refs:left_mb_xy (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h67 SET_DIAG_MV(* 2, >> 1, sl->left_mb_xy[0] + h->mb_stride, in fetch_diagonal_mv()
72 SET_DIAG_MV(/ 2, *2, sl->left_mb_xy[i >= 36], ((i >> 2)) & 3); in fetch_diagonal_mv()
277 left_ref = ref[4 * sl->left_mb_xy[LTOP] + 1 + (sl->left_block[0] & ~1)]; in pred_pskip_motion()
278 A = mv[h->mb2b_xy[sl->left_mb_xy[LTOP]] + 3 + b_stride * sl->left_block[0]]; in pred_pskip_motion()
416 sl->left_mb_xy[LTOP] = left_xy[LTOP]; in fill_decode_neighbors()
417 sl->left_mb_xy[LBOT] = left_xy[LBOT]; in fill_decode_neighbors()
458 left_xy[LTOP] = sl->left_mb_xy[LTOP]; in fill_decode_caches()
459 left_xy[LBOT] = sl->left_mb_xy[LBOT]; in fill_decode_caches()
Dh264_loopfilter.c765 int mbn_xy = sl->left_mb_xy[LEFT(j)]; in ff_h264_filter_mb()
781 mbn0_qp = h->cur_pic.qscale_table[sl->left_mb_xy[0]]; in ff_h264_filter_mb()
782 mbn1_qp = h->cur_pic.qscale_table[sl->left_mb_xy[1]]; in ff_h264_filter_mb()
Dh264dec.h218 int left_mb_xy[LEFT_MBS]; member
Dh264_cabac.c1380 const int mba_xy = sl->left_mb_xy[0]; in decode_cabac_mb_chroma_pre_mode()
Dh264_slice.c2345 sl->left_mb_xy[LTOP] = left_xy[LTOP]; in fill_filter_caches()
2346 sl->left_mb_xy[LBOT] = left_xy[LBOT]; in fill_filter_caches()