Searched defs:color_cache (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | palette.c | 90 int av1_index_color_cache(const uint16_t *color_cache, int n_cache, in av1_index_color_cache() 138 const uint16_t *color_cache, int n_cache, in av1_palette_color_cost_y() 152 const uint16_t *color_cache, int n_cache, in av1_palette_color_cost_uv() 202 static inline void optimize_palette_colors(uint16_t *color_cache, int n_cache, in optimize_palette_colors() 231 int n, uint16_t *color_cache, int n_cache, bool do_header_rd_based_gating, in palette_rd_y() 340 bool do_header_rd_based_gating, int *last_n_searched, uint16_t *color_cache, in perform_top_color_palette_search() 387 bool do_header_rd_based_gating, int *last_n_searched, uint16_t *color_cache, in perform_k_means_palette_search() 605 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in av1_rd_pick_palette_intra_sby() local 817 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in av1_rd_pick_palette_intra_sbuv() local
|
H A D | intra_mode_search_utils.h | 535 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in intra_mode_info_cost_y() local 598 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in intra_mode_info_cost_uv() local
|
H A D | bitstream.c | 691 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in write_palette_colors_y() local 718 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in write_palette_colors_uv() local
|
/aosp_15_r20/external/webp/src/utils/ |
H A 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()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-cairo-utils.hh | 38 hb_map_t *color_cache; member
|
H A D | hb-cairo.cc | 374 hb_map_t *color_cache = c->color_cache; in hb_cairo_paint_custom_palette_color() local 546 hb_map_t *color_cache = hb_map_create (); in hb_cairo_init_scaled_font() local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodemv.c | 479 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in read_palette_colors_y() local 513 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in read_palette_colors_uv() local
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | vp8l_dec.c | 1152 VP8LColorCache* const color_cache = in DecodeImageData() local
|