Searched refs:IS_INTER (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h75 #define IS_INTER(a) ((a) & (MB_TYPE_16x16 | MB_TYPE_16x8 | \ macro
H A Dh264_mc_template.c75 av_assert2(IS_INTER(mb_type));
H A Derror_resilience.c211 if (IS_INTER(s->cur_pic.mb_type[mb_index]))
1258 if (IS_INTER(mb_type))
H A Dh264_mvpred.h600 if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && h->direct_spatial_mv_pred)) {
H A Dh264_cavlc.c1054 if(IS_INTER(mb_type))
H A Dh264_cabac.c2284 if( IS_INTER( mb_type ) ) {
H A Dsvq3.c678 if (!IS_INTER(mb_type) && h->pict_type != AV_PICTURE_TYPE_I) {
H A Dh264_slice.c2013 if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h100 #define IS_INTER(a) ((a)&(MB_TYPE_16x16|MB_TYPE_16x8|MB_TYPE_8x16|MB_TYPE_8x8)) macro
H A Derror_resilience.c183 if (IS_INTER(s->current_picture.f.mb_type[mb_index]))
1254 if (IS_INTER(mb_type))
H A Dh264_mvpred.h574 if(IS_INTER(mb_type) || (IS_DIRECT(mb_type) && h->direct_spatial_mv_pred)){
H A Dh264_cavlc.c1052 if(IS_INTER(mb_type))
H A Dsvq3.c623 if (!IS_INTER(mb_type) && s->pict_type != AV_PICTURE_TYPE_I) {
H A Dh264_cabac.c2270 if( IS_INTER( mb_type ) ) {
H A Dh264.c728 assert(IS_INTER(mb_type));
3357 if(IS_INTER(mb_type) || IS_DIRECT(mb_type)){

Completed in 206 milliseconds