Searched refs:HAS_CBP (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h97 #define HAS_CBP(a) ((a) & MB_TYPE_CBP) macro
H A Dh261dec.c421 if (HAS_CBP(h->mtype))
445 if (s->mb_intra || HAS_CBP(h->mtype)) {
H A Dh261enc.c305 if (HAS_CBP(h->mtype)) {
H A Dituh263dec.c707 if(HAS_CBP(mb_type)){
H A Dmpeg12dec.c888 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type))
1042 if (HAS_CBP(mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261dec.c321 if ( HAS_CBP( h->mtype ) ){
339 if(s->mb_intra || HAS_CBP(h->mtype)){
H A Dh261enc.c223 if(HAS_CBP(h->mtype)){
H A Dmpegvideo.h118 #define HAS_CBP(a) ((a)&MB_TYPE_CBP) macro
H A Dituh263dec.c727 if(HAS_CBP(mb_type)){
H A Dmpeg12.c889 if (s->picture_structure == PICT_FRAME && HAS_CBP(mb_type))
1031 if (HAS_CBP(mb_type)) {

Completed in 206 milliseconds