Searched refs:MAX_WEIGHT_BITS_PER_BLOCK (Results 1 – 2 of 2) sorted by relevance
130 …GHTS_PER_BLOCK || weightbits < MIN_WEIGHT_BITS_PER_BLOCK || weightbits > MAX_WEIGHT_BITS_PER_BLOCK) in decode_block_mode_2d()221 weightbits > MAX_WEIGHT_BITS_PER_BLOCK) in decode_block_mode_3d()593 if (bits_1plane >= MIN_WEIGHT_BITS_PER_BLOCK && bits_1plane <= MAX_WEIGHT_BITS_PER_BLOCK) in construct_block_size_descriptor_2d()595 if (bits_2planes >= MIN_WEIGHT_BITS_PER_BLOCK && bits_2planes <= MAX_WEIGHT_BITS_PER_BLOCK) in construct_block_size_descriptor_2d()765 if (bits_1plane >= MIN_WEIGHT_BITS_PER_BLOCK && bits_1plane <= MAX_WEIGHT_BITS_PER_BLOCK) in construct_block_size_descriptor_3d()767 if (bits_2planes >= MIN_WEIGHT_BITS_PER_BLOCK && bits_2planes <= MAX_WEIGHT_BITS_PER_BLOCK) in construct_block_size_descriptor_3d()
36 #define MAX_WEIGHT_BITS_PER_BLOCK 96 macro