IS_INTRA16x16    1841 libavcodec/h264_cabac.c     if( IS_INTRA16x16( mb_type ) ) {
IS_INTRA16x16    2290 libavcodec/h264_cabac.c     if( !IS_INTRA16x16( mb_type ) ) {
IS_INTRA16x16    2331 libavcodec/h264_cabac.c     if( cbp || IS_INTRA16x16( mb_type ) ) {
IS_INTRA16x16     636 libavcodec/h264_cavlc.c     if(IS_INTRA16x16(mb_type)){
IS_INTRA16x16    1057 libavcodec/h264_cavlc.c     if(!IS_INTRA16x16(mb_type)){
IS_INTRA16x16    1089 libavcodec/h264_cavlc.c     if(cbp || IS_INTRA16x16(mb_type)){
IS_INTRA16x16     740 libavcodec/h264_mb.c             if (IS_INTRA16x16(mb_type)) {
IS_INTRA16x16    2270 libavcodec/mpegvideo.c                     else if (IS_INTRA16x16(mb_type))
IS_INTRA16x16    2453 libavcodec/mpegvideo.c                                IS_INTRA16x16(mb_type)) {
IS_INTRA16x16     406 libavcodec/rv34.c     r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]);
IS_INTRA16x16     695 libavcodec/svq3.c     if (!IS_INTRA16x16(mb_type) &&
IS_INTRA16x16     705 libavcodec/svq3.c     if (IS_INTRA16x16(mb_type) ||
IS_INTRA16x16     714 libavcodec/svq3.c     if (IS_INTRA16x16(mb_type)) {
IS_INTRA16x16     725 libavcodec/svq3.c         const int index = IS_INTRA16x16(mb_type) ? 1 : 0;