Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_macroblock_layer.h58 I_16x16_0_0_0 = 7, enumerator
Dh264bsd_macroblock_layer.c890 ASSERT(mbType >= I_16x16_0_0_0 && mbType <= I_16x16_3_2_1); in CbpIntra16x16()
899 tmp = /*lint -e(656)*/(mbType - I_16x16_0_0_0) >> 2; in CbpIntra16x16()
927 ASSERT(mbType >= I_16x16_0_0_0 && mbType <= I_16x16_3_2_1); in h264bsdPredModeIntra16x16()
931 tmp = /*lint -e(656)*/(mbType - I_16x16_0_0_0); in h264bsdPredModeIntra16x16()