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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Drv30.c145 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
146 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
148 if(IS_INTRA(mbtype))
H A Drv40.c448 int mbtype[4]; ///< current macroblock and its neighbours types local
476 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
477 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
479 if(IS_INTRA(mbtype))
505 mbtype [i] = s->current_picture_ptr->mb_type[pos];
511 mbtype [i] = mbtype[0];
515 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Drv30.c145 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
146 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
148 if(IS_INTRA(mbtype))
H A Drv40.c448 int mbtype[4]; ///< current macroblock and its neighbours types local
476 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
477 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
479 if(IS_INTRA(mbtype))
505 mbtype [i] = s->current_picture_ptr->mb_type[pos];
511 mbtype [i] = mbtype[0];
515 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Drv30.c145 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
146 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
148 if(IS_INTRA(mbtype))
H A Drv40.c448 int mbtype[4]; ///< current macroblock and its neighbours types local
476 int mbtype = s->current_picture_ptr->mb_type[mb_pos]; local
477 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
479 if(IS_INTRA(mbtype))
505 mbtype [i] = s->current_picture_ptr->mb_type[pos];
511 mbtype [i] = mbtype[0];
515 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[
[all...]

Completed in 124 milliseconds