HomeSort by relevance Sort by last modified time
    Searched refs:out_cache_colors (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) {
74 for (int i = 0; i < n_colors; ++i) out_cache_colors[i] = colors[i];
93 if (!in_cache_flags[i]) out_cache_colors[j++] = colors[i];
121 int out_cache_colors[PALETTE_MAX_SIZE]; local
125 cache_color_found, out_cache_colors);
127 n_cache + delta_encode_cost(out_cache_colors, n_out_cache, bit_depth, 1);
137 int out_cache_colors[PALETTE_MAX_SIZE]; local
141 cache_color_found, out_cache_colors);
143 n_cache + delta_encode_cost(out_cache_colors, n_out_cache, bit_depth, 0);
palette.h 73 // Record the colors that are not in the color cache in "out_cache_colors".
76 uint8_t *cache_color_found, int *out_cache_colors);
bitstream.c 685 int out_cache_colors[PALETTE_MAX_SIZE]; local
689 cache_color_found, out_cache_colors);
697 delta_encode_palette_colors(out_cache_colors, n_out_cache, bit_depth, 1, w);
712 int out_cache_colors[PALETTE_MAX_SIZE]; local
715 color_cache, n_cache, colors_u, n, cache_color_found, out_cache_colors);
722 delta_encode_palette_colors(out_cache_colors, n_out_cache, bit_depth, 0, w);
    [all...]

Completed in 228 milliseconds