OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:codlen
(Results
1 - 2
of
2
) sorted by null
/external/opencore/codecs_v2/video/avc_h264/dec/src/
vlc.cpp
771
const static int
codlen
[6] = {1, 2, 2, 3, 3, 3}; /* num bits to read */
local
786
BitstreamShowBits(stream,
codlen
[zerosLeft-1], &temp);
/frameworks/base/media/libstagefright/codecs/avc/dec/src/
vlc.cpp
771
const static int
codlen
[6] = {1, 2, 2, 3, 3, 3}; /* num bits to read */
local
786
BitstreamShowBits(stream,
codlen
[zerosLeft-1], &temp);
Completed in 1570 milliseconds