OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mode_lf_delta_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
155
int
mode_lf_delta_
[NUM_MODE_LF_DELTAS];
member in struct:__anon17869
vp8.c
236
hdr->
mode_lf_delta_
[i] = VP8GetSignedValue(br, 6);
frame.c
118
level += hdr->
mode_lf_delta_
[0];
/external/webp/src/dec/
vp8i.h
155
int
mode_lf_delta_
[NUM_MODE_LF_DELTAS];
member in struct:__anon37917
vp8.c
236
hdr->
mode_lf_delta_
[i] = VP8GetSignedValue(br, 6);
frame.c
118
level += hdr->
mode_lf_delta_
[0];
Completed in 435 milliseconds