Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dobu_parser.cc890 int scratch_int; in ParseLoopFilterParameters() local
891 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()
895 ref_delta = scratch_int; in ParseLoopFilterParameters()
902 int scratch_int; in ParseLoopFilterParameters() local
903 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseLoopFilterParameters()
907 mode_delta = scratch_int; in ParseLoopFilterParameters()
923 int scratch_int; in ParseDeltaQuantizer() local
924 if (!bit_reader_->ReadInverseSignedLiteral(6, &scratch_int)) { in ParseDeltaQuantizer()
928 *delta = scratch_int; in ParseDeltaQuantizer()
1020 int scratch_int; in ParseSegmentationParameters() local
[all …]