Searched refs:IS_SKIP (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h77 #define IS_SKIP(a) ((a) & MB_TYPE_SKIP) macro
H A Dh263.c154 if (!IS_SKIP(s->current_picture.mb_type[xy])) {
164 if (IS_SKIP(s->current_picture.mb_type[xy - s->mb_stride]))
187 if (qp_tt || IS_SKIP(s->current_picture.mb_type[xy - 1 - s->mb_stride]))
209 if (qp_c || IS_SKIP(s->current_picture.mb_type[xy - 1]))
H A Dwmv2dec.c343 if (IS_SKIP(s->current_picture.mb_type[s->mb_y * s->mb_stride + s->mb_x])) {
H A Dh264.h1038 if (IS_SKIP(mb_type)) {
H A Dmpegvideo.c2148 else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type))
2152 else if (IS_GMC(mb_type) && IS_SKIP(mb_type))
2156 else if (IS_SKIP(mb_type))
2327 } else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) {
2331 } else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) {
2335 } else if (IS_SKIP(mb_type)) {
H A Dh264_cabac.c1349 if( h->slice_table[mba_xy] == h->slice_num && !IS_SKIP(h->cur_pic.mb_type[mba_xy] ))
1351 if( h->slice_table[mbb_xy] == h->slice_num && !IS_SKIP(h->cur_pic.mb_type[mbb_xy] ))
H A Dsvq3.c691 if (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B) {
696 (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B)) {
H A Dh264_mvpred.h459 if (!IS_SKIP(mb_type)) {
H A Dmpeg4videodec.c843 } else if (IS_SKIP(s->current_picture.mb_type[xy])) {
1232 if (IS_SKIP(mb_type)) {
1263 if (!IS_SKIP(mb_type)) {
1576 if (IS_SKIP(mb_type)) {
H A Drv34.c888 if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263.c157 if (!IS_SKIP(s->current_picture.f.mb_type[xy])) {
167 if (IS_SKIP(s->current_picture.f.mb_type[xy - s->mb_stride]))
190 if (qp_tt || IS_SKIP(s->current_picture.f.mb_type[xy - 1 - s->mb_stride]))
212 if (qp_c || IS_SKIP(s->current_picture.f.mb_type[xy - 1]))
H A Dh264.h830 if(IS_SKIP(mb_type))
H A Dmpegvideo.h101 #define IS_SKIP(a) ((a)&MB_TYPE_SKIP) macro
H A Dwmv2dec.c346 if (IS_SKIP(s->current_picture.f.mb_type[s->mb_y * s->mb_stride + s->mb_x])) {
H A Dsvq3.c636 if (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B) {
642 if (!IS_INTRA16x16(mb_type) && (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B)) {
H A Dmpegvideo.c1565 else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type))
1569 else if (IS_GMC(mb_type) && IS_SKIP(mb_type))
1573 else if (IS_SKIP(mb_type))
1748 } else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) {
1752 } else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) {
1756 } else if (IS_SKIP(mb_type)) {
H A Dh264_cabac.c1351 if( h->slice_table[mba_xy] == h->slice_num && !IS_SKIP( s->current_picture.f.mb_type[mba_xy] ))
1353 if( h->slice_table[mbb_xy] == h->slice_num && !IS_SKIP( s->current_picture.f.mb_type[mbb_xy] ))
H A Dh264_mvpred.h432 if(!IS_SKIP(mb_type)){
H A Dmpeg4videodec.c759 } else if (IS_SKIP(s->current_picture.f.mb_type[xy])) {
1089 if (IS_SKIP(mb_type)) {
1119 if (!IS_SKIP(mb_type)) {
1404 if(IS_SKIP(mb_type))
H A Drv34.c879 if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){

Completed in 255 milliseconds