Searched refs:n_bit (Results 1 – 2 of 2) sorted by relevance
243 bool n_bit = !(i == vp9.num_ref_pics - 1); in WriteRefIndices() local245 RETURN_FALSE_ON_ERROR(writer->WriteBits(n_bit ? 1 : 0, 1)); in WriteRefIndices()384 uint32_t n_bit; in ParseRefIndices() local391 RETURN_FALSE_ON_ERROR(parser->ReadBits(&n_bit, 1)); in ParseRefIndices()400 } while (n_bit); in ParseRefIndices()
1637 for (int n_bit = 0; n_bit < mask_bits_to_check; n_bit++) in iterate() local1650 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() local2270 gl.sampleMaski(0, 1 << n_bit); in iterate()2288 gl.uniform1i(n_bit_on_location, n_bit); in iterate()