Searched refs:av1_count_colors_highbd (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 42 int av1_count_colors_highbd(const uint8_t *src8, int stride, int rows, int cols,
|
D | intra_mode_search.c | 495 int av1_count_colors_highbd(const uint8_t *src8, int stride, int rows, int cols, in av1_count_colors_highbd() function 831 colors = av1_count_colors_highbd(src, src_stride, rows, cols, bit_depth, in rd_pick_palette_intra_sby() 1035 colors_u = av1_count_colors_highbd(src_u, src_stride, rows, cols, in rd_pick_palette_intra_sbuv() 1037 colors_v = av1_count_colors_highbd(src_v, src_stride, rows, cols, in rd_pick_palette_intra_sbuv()
|
D | encoder.c | 4034 use_hbd ? av1_count_colors_highbd(this_src, stride, blk_w, blk_h, bd, in av1_set_screen_content_options()
|