Searched defs:color_cache (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | palette.c | 70 int av1_index_color_cache(const uint16_t *color_cache, int n_cache, in av1_index_color_cache() 118 uint16_t *color_cache, int n_cache, in av1_palette_color_cost_y() 132 uint16_t *color_cache, int n_cache, in av1_palette_color_cost_uv()
|
D | bitstream.c | 683 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in write_palette_colors_y() local 710 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in write_palette_colors_uv() local
|
D | rdopt.c | 4098 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in intra_mode_info_cost_y() local 4151 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in intra_mode_info_cost_uv() local 4260 static void optimize_palette_colors(uint16_t *color_cache, int n_cache, in optimize_palette_colors() 4282 int *centroids, int n, uint16_t *color_cache, in palette_rd_y() 4410 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in rd_pick_palette_intra_sby() local 6124 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in rd_pick_palette_intra_sbuv() local
|
/external/ImageMagick/MagickCore/ |
D | color.c | 790 *color_cache = (LinkedListInfo *) NULL; variable
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 453 uint16_t color_cache[2 * PALETTE_MAX_SIZE]; in read_palette_colors_y() local 487 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
|