OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTRA_MASK
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h
61
#define
INTRA_MASK
0x8
combined_decode.cpp
412
if (MBtype &
INTRA_MASK
)
446
if ((MBtype &
INTRA_MASK
) && !video->shortVideoHeader)
455
CBPY = PV_VlcDecCBPY(stream, MBtype &
INTRA_MASK
); /* INTRA || INTRA_Q */
574
if (mode &
INTRA_MASK
) /* MODE_INTRA || MODE_INTRA_Q */
datapart_decode.cpp
243
CBPY = PV_VlcDecCBPY(stream, MBtype &
INTRA_MASK
); /* MODE_INTRA || MODE_INTRA_Q */
419
intra_MB = (MBtype &
INTRA_MASK
); /* (MBtype == MODE_INTRA || MBtype == MODE_INTRA_Q) */
540
if (MBtype &
INTRA_MASK
) /* INTRA || INTRA_Q */ /* no switch, code DC separately */
664
if (mode &
INTRA_MASK
) /* MODE_INTRA || mode == MODE_INTRA_Q */
dcac_prediction.cpp
79
if (!comp && x_pos && !(video->headerInfo.Mode[mbnum-1]&
INTRA_MASK
)) /* not intra */
83
if (!comp && y_pos && !(video->headerInfo.Mode[mbnum-nMBPerRow]&
INTRA_MASK
)) /* not intra */
Completed in 341 milliseconds