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

  /external/libaom/libaom/av1/encoder/
palette.c 72 uint8_t *cache_color_found, int *out_cache_colors) {
77 memset(cache_color_found, 0, n_cache * sizeof(*cache_color_found));
85 cache_color_found[i] = 1;
122 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; local
125 cache_color_found, out_cache_colors);
138 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; local
141 cache_color_found, out_cache_colors);
palette.h 72 // present in the base colors, record the binary results in "cache_color_found".
76 uint8_t *cache_color_found, int *out_cache_colors);
bitstream.c 686 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; local
689 cache_color_found, out_cache_colors);
692 const int found = cache_color_found[i];
713 uint8_t cache_color_found[2 * PALETTE_MAX_SIZE]; local
715 color_cache, n_cache, colors_u, n, cache_color_found, out_cache_colors);
718 const int found = cache_color_found[i];
    [all...]

Completed in 253 milliseconds