OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_stats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
alpha.c
271
WebPAuxStats
best_stats
;
local
276
memset(&
best_stats
, 0, sizeof(
best_stats
)); // prevent spurious warning
277
if (pic->stats != NULL)
best_stats
= *pic->stats;
298
if (pic->stats != NULL)
best_stats
= *pic->stats;
308
if (pic->stats != NULL) *pic->stats =
best_stats
;
/external/webp/src/enc/
alpha.c
271
WebPAuxStats
best_stats
;
local
276
memset(&
best_stats
, 0, sizeof(
best_stats
)); // prevent spurious warning
277
if (pic->stats != NULL)
best_stats
= *pic->stats;
298
if (pic->stats != NULL)
best_stats
= *pic->stats;
308
if (pic->stats != NULL) *pic->stats =
best_stats
;
Completed in 108 milliseconds