Searched refs:scratch_int (Results 1 – 1 of 1) sorted by relevance
891 int scratch_int; in ParseLoopFilterParameters() local892 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()896 ref_delta = scratch_int; in ParseLoopFilterParameters()903 int scratch_int; in ParseLoopFilterParameters() local904 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()908 mode_delta = scratch_int; in ParseLoopFilterParameters()924 int scratch_int; in ParseDeltaQuantizer() local925 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseDeltaQuantizer()929 *delta = scratch_int; in ParseDeltaQuantizer()1021 int scratch_int; in ParseSegmentationParameters() local[all …]