Home
last modified time | relevance | path

Searched refs:IS_INTRA_MB (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.h45 #define IS_INTRA_MB(a) ((a).mbType > 5) macro
Dh264bsd_deblocking.c1152 if (IS_INTRA_MB(*mb) || IS_INTRA_MB(*mb->mbB)) in GetBoundaryStrengths()
1175 if (IS_INTRA_MB(*mb) || IS_INTRA_MB(*mb->mbA)) in GetBoundaryStrengths()
1197 if (IS_INTRA_MB(*mb)) in GetBoundaryStrengths()
1899 isIntraMb = IS_INTRA_MB(*mb); in GetBoundaryStrengths()
1905 if (isIntraMb || IS_INTRA_MB(*mb->mbB)) in GetBoundaryStrengths()
1926 if (isIntraMb || IS_INTRA_MB(*mb->mbA)) in GetBoundaryStrengths()