Searched refs:best_palette_color_map (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | block.h | 94 uint8_t best_palette_color_map[MAX_PALETTE_SQUARE]; member
|
D | rdopt.c | 4284 uint8_t *best_palette_color_map, int64_t *best_rd, in palette_rd_y() argument 4331 memcpy(best_palette_color_map, color_map, in palette_rd_y() 4346 uint8_t *best_palette_color_map, int64_t *best_rd, int64_t *best_model_rd, in rd_pick_palette_intra_sby() argument 4434 best_palette_color_map, best_rd, best_model_rd, rate, in rd_pick_palette_intra_sby() 4455 best_palette_color_map, best_rd, best_model_rd, rate, in rd_pick_palette_intra_sby() 4462 memcpy(color_map, best_palette_color_map, in rd_pick_palette_intra_sby() 4463 block_width * block_height * sizeof(best_palette_color_map[0])); in rd_pick_palette_intra_sby() 4813 uint8_t *best_palette_color_map = in rd_pick_intra_sby_mode() local 4814 try_palette ? x->palette_buffer->best_palette_color_map : NULL; in rd_pick_intra_sby_mode() 4903 best_palette_color_map, &best_rd, &best_model_rd, rate, rate_tokenonly, in rd_pick_intra_sby_mode() [all …]
|