Searched defs:color_cache (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/utils/ |
D | color_cache_utils.c | 23 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits) { in VP8LColorCacheInit() 35 void VP8LColorCacheClear(VP8LColorCache* const color_cache) { in VP8LColorCacheClear()
|
/external/libaom/libaom/av1/encoder/ |
D | palette.c | 78 int av1_index_color_cache(const uint16_t *color_cache, int n_cache, in av1_index_color_cache() 126 const uint16_t *color_cache, int n_cache, in av1_palette_color_cost_y() 140 const uint16_t *color_cache, int n_cache, in av1_palette_color_cost_uv() 190 static AOM_INLINE void optimize_palette_colors(uint16_t *color_cache, in optimize_palette_colors() 220 uint16_t *color_cache, int n_cache, bool do_header_rd_based_gating, in palette_rd_y() 328 int *last_n_searched, uint16_t *color_cache, int n_cache, in perform_top_color_palette_search() 375 bool do_header_rd_based_gating, int *last_n_searched, uint16_t *color_cache, in perform_k_means_palette_search() 516 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in av1_rd_pick_palette_intra_sby() local 728 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in av1_rd_pick_palette_intra_sbuv() local
|
D | intra_mode_search_utils.h | 485 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in intra_mode_info_cost_y() local 546 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in intra_mode_info_cost_uv() local
|
D | bitstream.c | 687 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in write_palette_colors_y() local 714 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in write_palette_colors_uv() local
|
/external/ImageMagick/MagickCore/ |
D | color.c | 790 *color_cache = (LinkedListInfo *) NULL; variable
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 476 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in read_palette_colors_y() local 510 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in read_palette_colors_uv() local
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 1128 VP8LColorCache* const color_cache = in DecodeImageData() local
|