OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:simple_code
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8l.c
232
const int
simple_code
= VP8LReadBits(br, 1);
local
234
if (
simple_code
) { // Read symbols, codes & code lengths directly.
[
all
...]
/external/webp/src/dec/
vp8l.c
232
const int
simple_code
= VP8LReadBits(br, 1);
local
234
if (
simple_code
) { // Read symbols, codes & code lengths directly.
[
all
...]
Completed in 47 milliseconds