Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc243 bool n_bit = !(i == vp9.num_ref_pics - 1); in WriteRefIndices() local
245 RETURN_FALSE_ON_ERROR(writer->WriteBits(n_bit ? 1 : 0, 1)); in WriteRefIndices()
384 uint32_t n_bit; in ParseRefIndices() local
391 RETURN_FALSE_ON_ERROR(parser->ReadBits(&n_bit, 1)); in ParseRefIndices()
400 } while (n_bit); in ParseRefIndices()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleFunctionalTests.cpp1637 for (int n_bit = 0; n_bit < mask_bits_to_check; n_bit++) in iterate() local
1650 gl.sampleMaski(0, 1 << n_bit); in iterate()
1671 gl.uniform1ui(n_bit_on_location, n_bit); in iterate()
1714 << "Bit to check: [" << n_bit << "." << tcu::TestLog::EndMessage; in iterate()
2264 for (int n_bit = 0; n_bit < mask_bits_to_check; n_bit++) in iterate() local
2270 gl.sampleMaski(0, 1 << n_bit); in iterate()
2288 gl.uniform1i(n_bit_on_location, n_bit); in iterate()