HomeSort by relevance Sort by last modified time
    Searched refs:use_color_cache (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
backward_references.c 323 static WEBP_INLINE void AddSingleLiteral(uint32_t pixel, int use_color_cache,
327 if (use_color_cache) {
346 const int use_color_cache = (cache_bits > 0); local
349 if (use_color_cache && !VP8LColorCacheInit(&hashers, cache_bits)) {
354 AddSingleLiteral(argb[0], use_color_cache, &hashers, refs);
370 if (use_color_cache) {
377 AddSingleLiteral(argb[i], use_color_cache, &hashers, refs);
381 if (use_color_cache) VP8LColorCacheClear(&hashers);
393 const int use_color_cache = (cache_bits > 0); local
400 if (use_color_cache) {
594 const int use_color_cache = (cache_bits > 0); local
732 const int use_color_cache = (cache_bits > 0); local
838 const int use_color_cache = (cache_bits > 0); local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 270 const int use_color_cache = (cache_bits > 0); local
279 if (use_color_cache) {
320 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
327 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
337 if (use_color_cache) {
352 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
360 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
481 const int use_color_cache = (cache_bits > 0); local
498 if (use_color_cache) {
551 if (use_color_cache) {
626 const int use_color_cache = (cache_bits > 0); local
827 const int use_color_cache = (cache_bits > 0); local
    [all...]
vp8l.c 525 const int use_color_cache = (cache_bits > 0); local
573 VP8LWriteBits(bw, 1, use_color_cache);
574 if (use_color_cache) {
    [all...]

Completed in 533 milliseconds