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

  /external/chromium_org/third_party/libwebp/enc/
backward_references.c 839 double bit_cost_lz77, bit_cost_rle; local
847 bit_cost_rle = VP8LHistogramEstimateBits(histo);
849 lz77_is_useful = (bit_cost_lz77 < bit_cost_rle);
    [all...]
  /external/webp/src/enc/
backward_references.c 839 double bit_cost_lz77, bit_cost_rle; local
847 bit_cost_rle = VP8LHistogramEstimateBits(histo);
849 lz77_is_useful = (bit_cost_lz77 < bit_cost_rle);
    [all...]

Completed in 605 milliseconds