Searched defs:h264bsdDecodeExpGolombUnsigned (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_vlc.c26 h264bsdDecodeExpGolombUnsigned
71 5.1 Function: h264bsdDecodeExpGolombUnsigned
103 u32 h264bsdDecodeExpGolombUnsigned(strmData_t *pStrmData, u32 *codeNum) function
207 h264bsdDecodeExpGolombUnsigned and then mapped to signed
215 the h264bsdDecodeExpGolombUnsigned by setting codeNum to
242 status = h264bsdDecodeExpGolombUnsigned(pStrmData, &codeNum);
282 h264bsdDecodeExpGolombUnsigned and then mapped to codedBlockPattern
313 status = h264bsdDecodeExpGolombUnsigned(pStrmData, &codeNum);
347 h264bsdDecodeExpGolombUnsigned and this is used as the decoded
378 return(h264bsdDecodeExpGolombUnsigned(pStrmDat
[all...]

Completed in 41 milliseconds