Searched refs:mbtype (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv40.c336 int mbtype[4]; ///< current macroblock and its neighbours types local
364 int mbtype = s->current_picture_ptr->f.mb_type[mb_pos]; local
365 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
367 if(IS_INTRA(mbtype))
393 mbtype [i] = s->current_picture_ptr->f.mb_type[pos];
399 mbtype [i] = mbtype[0];
403 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[
[all...]
H A Drv30.c145 int mbtype = s->current_picture_ptr->f.mb_type[mb_pos]; local
146 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
148 if(IS_INTRA(mbtype))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv40.c342 int mbtype[4]; ///< current macroblock and its neighbours types local
370 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
371 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
373 if(IS_INTRA(mbtype))
400 mbtype [i] = s->current_picture_ptr->mb_type[pos];
406 mbtype [i] = mbtype[0];
410 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[
[all...]
H A Drv30.c158 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
159 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
161 if(IS_INTRA(mbtype))

Completed in 123 milliseconds