Lines Matching refs:partition_count
148 unsigned int partition_count = scb.partition_count;
230 write_bits(partition_count - 1, 2, 11, pcb);
235 if (partition_count > 1)
249 for (unsigned int i = 0; i < partition_count; i++)
263 for (unsigned int i = 0; i < partition_count; i++)
270 for (unsigned int i = 0; i < partition_count; i++)
279 int encoded_type_highpart_size = (3 * partition_count) - 4;
302 for (unsigned int i = 0; i < scb.partition_count; i++)
314 scb.partition_count == 1 ? 17 : 19 + PARTITION_INDEX_BITS);
345 scb.partition_count = 0;
415 int partition_count = read_bits(2, 11, pcb) + 1;
416 promise(partition_count > 0);
419 scb.partition_count = static_cast<uint8_t>(partition_count);
451 if (is_dual_plane && partition_count == 4)
462 if (partition_count == 1)
469 encoded_type_highpart_size = (3 * partition_count) - 4;
476 for (int i = 0; i < partition_count; i++)
490 for (int i = 0; i < partition_count; i++)
496 for (int i = 0; i < partition_count; i++)
506 for (int i = 0; i < partition_count; i++)
513 for (int i = 0; i < partition_count; i++)
527 int color_bits = color_bits_arr[partition_count] - bits_for_weights - encoded_type_highpart_size;
550 values_to_decode, (partition_count == 1 ? 17 : 19 + PARTITION_INDEX_BITS));
554 for (int i = 0; i < partition_count; i++)