Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_util.c49 static const u32 stuffingTable[8] = {0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80}; variable
142 if (stuffing != stuffingTable[stuffingLength - 1]) in h264bsdRbspTrailingBits()