Searched refs:scratch_int (Results 1 – 1 of 1) sorted by relevance
890 int scratch_int; in ParseLoopFilterParameters() local891 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()895 ref_delta = scratch_int; in ParseLoopFilterParameters()902 int scratch_int; in ParseLoopFilterParameters() local903 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()907 mode_delta = scratch_int; in ParseLoopFilterParameters()923 int scratch_int; in ParseDeltaQuantizer() local924 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseDeltaQuantizer()928 *delta = scratch_int; in ParseDeltaQuantizer()1020 int scratch_int; in ParseSegmentationParameters() local[all …]