HomeSort by relevance Sort by last modified time
    Searched full:dst_cache_bits (Results 1 - 1 of 1) sorted by null

  /external/webp/src/enc/
histogram.c 52 const int dst_cache_bits = dst->palette_code_bits_; local
53 const int histo_size = VP8LGetHistogramSize(dst_cache_bits);
54 assert(src->palette_code_bits_ == dst_cache_bits);
    [all...]

Completed in 2397 milliseconds