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 357 const int use_color_cache = (cache_bits > 0); local
364 if (use_color_cache) {
399 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
403 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
416 if (use_color_cache) {
432 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
437 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
568 const int use_color_cache = (cache_bits > 0); local
582 if (use_color_cache) {
633 if (use_color_cache) {
708 const int use_color_cache = (cache_bits > 0); local
886 const int use_color_cache = (cache_bits > 0); local
    [all...]
vp8l.c 564 const int use_color_cache = (cache_bits > 0); local
620 VP8LWriteBits(bw, 1, use_color_cache);
621 if (use_color_cache) {
    [all...]
  /external/webp/src/enc/
backward_references.c 357 const int use_color_cache = (cache_bits > 0); local
364 if (use_color_cache) {
399 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
403 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
416 if (use_color_cache) {
432 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
437 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
568 const int use_color_cache = (cache_bits > 0); local
582 if (use_color_cache) {
633 if (use_color_cache) {
708 const int use_color_cache = (cache_bits > 0); local
886 const int use_color_cache = (cache_bits > 0); local
    [all...]
vp8l.c 564 const int use_color_cache = (cache_bits > 0); local
620 VP8LWriteBits(bw, 1, use_color_cache);
621 if (use_color_cache) {
    [all...]

Completed in 281 milliseconds