Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dsha1-pbkdf2.c20 unsigned char count_buf[4]; in pbkdf2_sha1_f() local
27 addr[1] = count_buf; in pbkdf2_sha1_f()
36 count_buf[0] = (count >> 24) & 0xff; in pbkdf2_sha1_f()
37 count_buf[1] = (count >> 16) & 0xff; in pbkdf2_sha1_f()
38 count_buf[2] = (count >> 8) & 0xff; in pbkdf2_sha1_f()
39 count_buf[3] = count & 0xff; in pbkdf2_sha1_f()
/external/libaom/libaom/av1/encoder/
Drdopt.c4363 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in rd_pick_palette_intra_sby() local
4366 seq_params->bit_depth, count_buf); in rd_pick_palette_intra_sby()
4368 colors = av1_count_colors(src, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sby()
4418 if (count_buf[j] > max_count) { in rd_pick_palette_intra_sby()
4419 max_count = count_buf[j]; in rd_pick_palette_intra_sby()
4424 count_buf[top_colors[i]] = 0; in rd_pick_palette_intra_sby()
6113 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in rd_pick_palette_intra_sbuv() local
6116 seq_params->bit_depth, count_buf); in rd_pick_palette_intra_sbuv()
6118 seq_params->bit_depth, count_buf); in rd_pick_palette_intra_sbuv()
6120 colors_u = av1_count_colors(src_u, src_stride, rows, cols, count_buf); in rd_pick_palette_intra_sbuv()
[all …]
Dencoder.c3501 int count_buf[1 << 12]; // Maximum (1 << 12) color levels. in set_screen_content_options() local
3505 count_buf) in set_screen_content_options()
3506 : av1_count_colors(this_src, stride, blk_w, blk_h, count_buf); in set_screen_content_options()