Searched refs:av1_count_colors (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 64 int av1_count_colors(const uint8_t *src, int stride, int rows, int cols,
|
D | rdopt.c | 2195 int av1_count_colors(const uint8_t *src, int stride, int rows, int cols, in av1_count_colors() function 4368 colors = av1_count_colors(src, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sby() 6120 colors_u = av1_count_colors(src_u, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sbuv() 6121 colors_v = av1_count_colors(src_v, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sbuv()
|
D | encoder.c | 3506 : av1_count_colors(this_src, stride, blk_w, blk_h, count_buf); in set_screen_content_options()
|