Searched refs:partition_length (Results 1 – 2 of 2) sorted by relevance
171 uint32_t partition_length = (bits >> 5); in GetQp() local176 if (header_length + partition_length > length) { in GetQp()182 VP8InitBitReader(&br, buf, buf + partition_length); in GetQp()
1315 const uint32_t partition_length = fragmentation->fragmentationLength[i]; in DecodePartitions() local1316 if (vpx_codec_decode(decoder_, partition, partition_length, 0, in DecodePartitions()