Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcavsdec.c461 h->col_mv[h->mbidx * 4 + 0] = h->mv[MV_FWD_X0]; in store_mvs()
462 h->col_mv[h->mbidx * 4 + 1] = h->mv[MV_FWD_X1]; in store_mvs()
463 h->col_mv[h->mbidx * 4 + 2] = h->mv[MV_FWD_X2]; in store_mvs()
464 h->col_mv[h->mbidx * 4 + 3] = h->mv[MV_FWD_X3]; in store_mvs()
651 h->col_type_base[h->mbidx] = I_8X8; in set_mv_intra()
781 h->col_type_base[h->mbidx] = mb_type; in decode_mb_p()
800 if (!h->col_type_base[h->mbidx]) { in decode_mb_b()
808 &h->col_mv[h->mbidx * 4 + block]); in decode_mb_b()
828 if (!h->col_type_base[h->mbidx]) { in decode_mb_b()
856 &h->col_mv[h->mbidx * in decode_mb_b()
[all...]
H A Dcavs.h188 int mbx, mby, mbidx; ///< macroblock coordinates member
H A Dcavs.c693 h->mbidx++; in ff_cavs_next_mb()
740 h->mbx = h->mby = h->mbidx = 0; in ff_cavs_init_pic()

Completed in 5 milliseconds