Searched refs:bit_depths (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | huffman_encode_utils.c | 137 uint8_t* const bit_depths, int level) { in SetBitDepths() 139 SetBitDepths(&pool[tree->pool_index_left_], pool, bit_depths, level + 1); in SetBitDepths() 140 SetBitDepths(&pool[tree->pool_index_right_], pool, bit_depths, level + 1); in SetBitDepths() 142 bit_depths[tree->value_] = level; in SetBitDepths() 150 // bit_depths[]: how many bits are used for the symbol. 168 uint8_t* const bit_depths) { in GenerateOptimalTree() 238 SetBitDepths(&tree[0], tree_pool, bit_depths, 0); in GenerateOptimalTree() 240 bit_depths[tree[0].value_] = 1; in GenerateOptimalTree() 245 int max_depth = bit_depths[0]; in GenerateOptimalTree() 247 if (max_depth < bit_depths[ in GenerateOptimalTree() 135 SetBitDepths(const HuffmanTree* const tree, const HuffmanTree* const pool, uint8_t* const bit_depths, int level) SetBitDepths() argument 165 GenerateOptimalTree(const uint32_t* const histogram, int histogram_size, HuffmanTree* tree, int tree_depth_limit, uint8_t* const bit_depths) GenerateOptimalTree() argument [all...] |
/third_party/backends/backend/ |
H A D | snapscan-options.c | 292 int bit_depths; in init_options() local 632 bit_depths = 0; in init_options() 633 bit_depth_list[++bit_depths] = def_bpp; in init_options() 638 bit_depth_list[++bit_depths] = 16; in init_options() 641 bit_depth_list[bit_depths] = 12; in init_options() 646 bit_depth_list[0] = bit_depths; in init_options()
|
H A D | coolscan.c | 2701 int bit_depths; in init_options() local 2788 bit_depths=0; in init_options() 2789 bit_depth_list[++bit_depths] = 8; in init_options() 2792 bit_depth_list[++bit_depths] = 10; in init_options() 2796 bit_depth_list[++bit_depths] = 12; in init_options() 2799 bit_depth_list[0] = bit_depths; in init_options()
|
H A D | umax.c | 5031 int bit_depths; in init_options() local 5232 bit_depths = 0; in init_options() 5236 bit_depth_list[++bit_depths] = 8; in init_options() 5241 bit_depth_list[++bit_depths] = 9; in init_options() 5246 bit_depth_list[++bit_depths] = 10; in init_options() 5251 bit_depth_list[++bit_depths] = 12; in init_options() 5256 bit_depth_list[++bit_depths] = 14; in init_options() 5261 bit_depth_list[++bit_depths] = 16; in init_options() 5264 bit_depth_list[0] = bit_depths; in init_options()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngimage.c | 107 png_byte bit_depths; member 974 (transform_info[i].bit_depths & bd) != 0 && in update_display()
|
Completed in 18 milliseconds