Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc171 uint32_t partition_length = (bits >> 5); in GetQp() local
176 if (header_length + partition_length > length) { in GetQp()
182 VP8InitBitReader(&br, buf, buf + partition_length); in GetQp()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1315 const uint32_t partition_length = fragmentation->fragmentationLength[i]; in DecodePartitions() local
1316 if (vpx_codec_decode(decoder_, partition, partition_length, 0, in DecodePartitions()