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

  /external/chromium_org/third_party/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...]
  /external/webp/src/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 1958 milliseconds