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

  /external/webp/src/enc/
backward_references.c 256 const int use_color_cache = (cache_bits > 0); local
262 if (use_color_cache) {
299 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
306 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
316 if (use_color_cache) {
331 if (use_color_cache && VP8LColorCacheContains(&hashers, pixel)) {
339 if (use_color_cache) VP8LColorCacheInsert(&hashers, pixel);
461 const int use_color_cache = (cache_bits > 0); local
474 if (use_color_cache) {
525 if (use_color_cache) {
610 const int use_color_cache = (cache_bits > 0); local
807 const int use_color_cache = (cache_bits > 0); local
    [all...]
vp8l.c 517 const int use_color_cache = (cache_bits > 0); local
557 VP8LWriteBits(bw, 1, use_color_cache);
558 if (use_color_cache) {
    [all...]

Completed in 33 milliseconds