Home
last modified time | relevance | path

Searched refs:av1_count_colors (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Drdopt.h39 int av1_count_colors(const uint8_t *src, int stride, int rows, int cols,
Dintra_mode_search.c477 int av1_count_colors(const uint8_t *src, int stride, int rows, int cols, in av1_count_colors() function
834 colors = av1_count_colors(src, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sby()
1040 colors_u = av1_count_colors(src_u, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sbuv()
1041 colors_v = av1_count_colors(src_v, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sbuv()
Dencoder.c4036 : av1_count_colors(this_src, stride, blk_w, blk_h, count_buf); in av1_set_screen_content_options()