OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mode_lf_delta_
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libwebp/dec/
vp8i.h
149
int
mode_lf_delta_
[NUM_MODE_LF_DELTAS];
member in struct:__anon21869
frame.c
127
level += hdr->
mode_lf_delta_
[0];
vp8.c
235
hdr->
mode_lf_delta_
[i] = VP8GetSignedValue(br, 6);
/external/webp/src/dec/
vp8i.h
118
int
mode_lf_delta_
[NUM_MODE_LF_DELTAS];
member in struct:__anon27416
vp8.c
235
hdr->
mode_lf_delta_
[i] = VP8GetSignedValue(br, 6);
frame.c
287
level += hdr->
mode_lf_delta_
[0];
Completed in 360 milliseconds