OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dc_nz_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
vp8.c
569
const int ctx = mb->
dc_nz_
+ left_mb->
dc_nz_
;
570
mb->
dc_nz_
= left_mb->
dc_nz_
=
660
left->
dc_nz_
= info->
dc_nz_
= 0;
678
left->
dc_nz_
= 0;
vp8i.h
163
unsigned int
dc_nz_
:1; // non-zero DC coeffs
member in struct:__anon14813
/external/webp/src/dec/
vp8.c
569
const int ctx = mb->
dc_nz_
+ left_mb->
dc_nz_
;
570
mb->
dc_nz_
= left_mb->
dc_nz_
=
660
left->
dc_nz_
= info->
dc_nz_
= 0;
678
left->
dc_nz_
= 0;
vp8i.h
163
unsigned int
dc_nz_
:1; // non-zero DC coeffs
member in struct:__anon31257
Completed in 101 milliseconds