HomeSort by relevance Sort by last modified time
    Searched defs:cache_bits (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 383 static struct dirty_bit_map cache_bits[] = { variable in typeref:struct:dirty_bit_map
508 brw_update_dirty_count(cache_bits, state->cache);
512 brw_print_dirty_count(cache_bits, state->cache);
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.c 147 int cache_bits, int* window_size,
161 *iter_limit = (cache_bits > 0) ? iter_neg : iter_neg / 2;
265 int cache_bits, int quality,
270 const int use_color_cache = (cache_bits > 0);
280 cc_init = VP8LColorCacheInit(&hashers, cache_bits);
287 GetParamsForHashChainFindCopy(quality, xsize, cache_bits,
386 const uint32_t* const argb, int quality, int cache_bits,
412 int quality, int cache_bits) {
421 argb, quality, cache_bits, &refs)) {
425 if (!BackwardReferencesHashChain(xsize, ysize, argb, cache_bits, quality
869 int cache_bits; local
    [all...]
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 198 int cache_bits; // number of bits for color cache lookup member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 222 int cache_bits; // number of bits for color cache lookup member in struct:WebPAuxStats
  /external/webp/src/enc/
histogram.c 35 const int cache_bits = p->palette_code_bits_; local
36 const int histo_size = VP8LGetHistogramSize(cache_bits);
38 p->palette_code_bits_ = cache_bits;
59 int VP8LGetHistogramSize(int cache_bits) {
60 const int literal_size = VP8LHistogramNumCodes(cache_bits);
98 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) {
100 const int total_size = VP8LGetHistogramSize(cache_bits);
106 VP8LHistogramInit(histo, cache_bits);
110 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) {
113 const int histo_size = VP8LGetHistogramSize(cache_bits);
    [all...]
vp8l.c 231 // Allocate histogram set with cache_bits = 0.
754 int cache_bits = 0; local
764 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, &cache_bits,
770 histogram_image = VP8LAllocateHistogramSet(1, cache_bits);
827 int low_effort, int* cache_bits,
859 *cache_bits = MAX_COLOR_CACHE_BITS;
864 low_effort, cache_bits, hash_chain,
871 VP8LAllocateHistogramSet(histogram_image_xysize, *cache_bits);
872 tmp_histos = VP8LAllocateHistogramSet(2, *cache_bits);
880 histogram_bits, *cache_bits, histogram_image
    [all...]
  /external/webp/src/webp/
encode.h 222 int cache_bits; // number of bits for color cache lookup member in struct:WebPAuxStats

Completed in 189 milliseconds