Home
last modified time | relevance | path

Searched refs:mbidx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavsdec.c458 h->col_mv[h->mbidx * 4 + 0] = h->mv[MV_FWD_X0]; in store_mvs()
459 h->col_mv[h->mbidx * 4 + 1] = h->mv[MV_FWD_X1]; in store_mvs()
460 h->col_mv[h->mbidx * 4 + 2] = h->mv[MV_FWD_X2]; in store_mvs()
461 h->col_mv[h->mbidx * 4 + 3] = h->mv[MV_FWD_X3]; in store_mvs()
648 h->col_type_base[h->mbidx] = I_8X8; in set_mv_intra()
778 h->col_type_base[h->mbidx] = mb_type; in decode_mb_p()
797 if (!h->col_type_base[h->mbidx]) { in decode_mb_b()
805 &h->col_mv[h->mbidx * 4 + block]); in decode_mb_b()
825 if (!h->col_type_base[h->mbidx]) { in decode_mb_b()
853 &h->col_mv[h->mbidx * 4 + block]); in decode_mb_b()
[all …]
Dcavs.h188 int mbx, mby, mbidx; ///< macroblock coordinates member
Dcavs.c697 h->mbidx++; in ff_cavs_next_mb()
744 h->mbx = h->mby = h->mbidx = 0; in ff_cavs_init_pic()