Home
last modified time | relevance | path

Searched refs:first_partition_idx (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc146 size_t first_partition_idx, in Vp8PartitionAggregator() argument
149 num_partitions_(last_partition_idx - first_partition_idx + 1), in Vp8PartitionAggregator()
152 assert(last_partition_idx >= first_partition_idx); in Vp8PartitionAggregator()
156 fragmentation.fragmentationLength[i + first_partition_idx]; in Vp8PartitionAggregator()
Dvp8_partition_aggregator.h94 size_t first_partition_idx,