Searched refs:n_bit (Results 1 – 1 of 1) 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()