Home
last modified time | relevance | path

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

/external/libgav1/src/
Dobu_parser.cc891 int scratch_int; in ParseLoopFilterParameters() local
892 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()
896 ref_delta = scratch_int; in ParseLoopFilterParameters()
903 int scratch_int; in ParseLoopFilterParameters() local
904 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()
908 mode_delta = scratch_int; in ParseLoopFilterParameters()
924 int scratch_int; in ParseDeltaQuantizer() local
925 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseDeltaQuantizer()
929 *delta = scratch_int; in ParseDeltaQuantizer()
1021 int scratch_int; in ParseSegmentationParameters() local
[all …]