Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libwebm/common/
Dhdr_util.cc176 const int priv_level = static_cast<int>(private_data[offset++]); in ParseVpxCodecPrivate() local
183 if (priv_level == levels[i]) { in ParseVpxCodecPrivate()
185 features->level != priv_level) { in ParseVpxCodecPrivate()
188 features->level = priv_level; in ParseVpxCodecPrivate()
/external/libvpx/libvpx/third_party/libwebm/common/
Dhdr_util.cc176 const int priv_level = static_cast<int>(private_data[offset++]); in ParseVpxCodecPrivate() local
183 if (priv_level == levels[i]) { in ParseVpxCodecPrivate()
185 features->level != priv_level) { in ParseVpxCodecPrivate()
188 features->level = priv_level; in ParseVpxCodecPrivate()