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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavsdec.c459 h->col_mv[h->mbidx * 4 + 0] = h->mv[MV_FWD_X0];
460 h->col_mv[h->mbidx * 4 + 1] = h->mv[MV_FWD_X1];
461 h->col_mv[h->mbidx * 4 + 2] = h->mv[MV_FWD_X2];
462 h->col_mv[h->mbidx * 4 + 3] = h->mv[MV_FWD_X3];
637 h->col_type_base[h->mbidx] = I_8X8;
761 h->col_type_base[h->mbidx] = mb_type;
780 if (!h->col_type_base[h->mbidx]) {
788 &h->col_mv[h->mbidx * 4 + block]);
808 if (!h->col_type_base[h->mbidx]) {
836 &h->col_mv[h->mbidx *
[all...]
H A Dcavs.h186 int mbx, mby, mbidx; ///< macroblock coordinates member in struct:AVSContext
H A Dcavs.c689 h->mbidx++;
736 h->mbx = h->mby = h->mbidx = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavsdec.c56 h->col_mv[h->mbidx*4 + 0] = h->mv[MV_FWD_X0];
57 h->col_mv[h->mbidx*4 + 1] = h->mv[MV_FWD_X1];
58 h->col_mv[h->mbidx*4 + 2] = h->mv[MV_FWD_X2];
59 h->col_mv[h->mbidx*4 + 3] = h->mv[MV_FWD_X3];
300 h->col_type_base[h->mbidx] = mb_type;
318 if(!h->col_type_base[h->mbidx]) {
326 &h->col_mv[h->mbidx*4 + block]);
344 if(!h->col_type_base[h->mbidx]) {
353 &h->col_mv[h->mbidx*4 + block]);
421 h->mbidx
[all...]
H A Dcavs.h172 int mbx, mby, mbidx; ///< macroblock coordinates member in struct:__anon1890
283 h->col_type_base[h->mbidx] = I_8X8;
H A Dcavs.c593 h->mbidx++;
639 h->mbx = h->mby = h->mbidx = 0;

Completed in 112 milliseconds