HomeSort by relevance Sort by last modified time
    Searched defs:cache_bits (Results 1 - 5 of 5) 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/webp/include/webp/
encode.h 220 int cache_bits; // number of bits for color cache lookup member in struct:WebPAuxStats
  /external/webp/src/enc/
histogram_enc.c 36 const int cache_bits = p->palette_code_bits_; local
37 const int histo_size = VP8LGetHistogramSize(cache_bits);
39 p->palette_code_bits_ = cache_bits;
60 int VP8LGetHistogramSize(int cache_bits) {
61 const int literal_size = VP8LHistogramNumCodes(cache_bits);
99 VP8LHistogram* VP8LAllocateHistogram(int cache_bits) {
101 const int total_size = VP8LGetHistogramSize(cache_bits);
107 VP8LHistogramInit(histo, cache_bits);
111 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits) {
114 const int histo_size = VP8LGetHistogramSize(cache_bits);
    [all...]
vp8l_enc.c 193 // Allocate histogram set with cache_bits = 0.
718 int cache_bits = 0; local
733 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, &cache_bits,
739 histogram_image = VP8LAllocateHistogramSet(1, cache_bits);
797 int use_cache, int* cache_bits,
832 if (*cache_bits == 0) *cache_bits = MAX_COLOR_CACHE_BITS;
834 *cache_bits = 0;
845 low_effort, cache_bits, hash_chain,
852 VP8LAllocateHistogramSet(histogram_image_xysize, *cache_bits);
    [all...]
  /external/webp/src/webp/
encode.h 220 int cache_bits; // number of bits for color cache lookup member in struct:WebPAuxStats

Completed in 221 milliseconds