Home
last modified time | relevance | path

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

/dports/misc/broot/broot-1.7.0/cargo-crates/jpeg-decoder-0.1.22/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
223 let quantization_table_index = read_u8(reader)?; in parse_sof() localVariable
225 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
226 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
233 quantization_table_index: quantization_table_index as usize, in parse_sof()
291 quantization_table_index: 0, in test_update_component_sizes()
H A Ddecoder.rs426 …t quantization_table = match self.quantization_tables[component.quantization_table_index].clone() { in decode_internal()
500 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
524 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jpeg-decoder-0.1.22/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
223 let quantization_table_index = read_u8(reader)?; in parse_sof() localVariable
225 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
226 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
233 quantization_table_index: quantization_table_index as usize, in parse_sof()
291 quantization_table_index: 0, in test_update_component_sizes()
H A Ddecoder.rs426 …t quantization_table = match self.quantization_tables[component.quantization_table_index].clone() { in decode_internal()
500 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
524 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/jpeg-decoder-0.1.22/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
223 let quantization_table_index = read_u8(reader)?; in parse_sof() localVariable
225 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
226 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
233 quantization_table_index: quantization_table_index as usize, in parse_sof()
291 quantization_table_index: 0, in test_update_component_sizes()
H A Ddecoder.rs426 …t quantization_table = match self.quantization_tables[component.quantization_table_index].clone() { in decode_internal()
500 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
524 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/jpeg-decoder-0.1.22/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
223 let quantization_table_index = read_u8(reader)?; in parse_sof() localVariable
225 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
226 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
233 quantization_table_index: quantization_table_index as usize, in parse_sof()
291 quantization_table_index: 0, in test_update_component_sizes()
H A Ddecoder.rs426 …t quantization_table = match self.quantization_tables[component.quantization_table_index].clone() { in decode_internal()
500 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
524 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/www/zola/zola-0.15.2/cargo-crates/jpeg-decoder-0.1.22/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
223 let quantization_table_index = read_u8(reader)?; in parse_sof() localVariable
225 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
226 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
233 quantization_table_index: quantization_table_index as usize, in parse_sof()
291 quantization_table_index: 0, in test_update_component_sizes()
H A Ddecoder.rs426 …t quantization_table = match self.quantization_tables[component.quantization_table_index].clone() { in decode_internal()
500 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
524 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/jpeg-decoder-0.1.20/src/
H A Dparser.rs60 pub quantization_table_index: usize,
211 let quantization_table_index = reader.read_u8()?;
213 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl…
214 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index)));
221 quantization_table_index: quantization_table_index as usize,
275 quantization_table_index: 0,
H A Ddecoder.rs425 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
449 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/graphics/viu/viu-1.1/cargo-crates/jpeg-decoder-0.1.20/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
211 let quantization_table_index = reader.read_u8()?; in parse_sof() localVariable
213 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
214 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
221 quantization_table_index: quantization_table_index as usize, in parse_sof()
275 quantization_table_index: 0, in test_update_component_sizes()
H A Ddecoder.rs425 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(…
449 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(),
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/jpeg-decoder-0.1.15/src/
H A Dparser.rs59 pub quantization_table_index: usize, field
189 let quantization_table_index = reader.read_u8()?; in parse_sof() localVariable
191 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
192 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
199 quantization_table_index: quantization_table_index as usize, in parse_sof()
H A Ddecoder.rs369 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(… in decode_scan()
393 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(), in decode_scan()
/dports/games/dose-response/dose-response-179c326/cargo-crates/jpeg-decoder-0.1.15/src/
H A Dparser.rs59 pub quantization_table_index: usize, field
189 let quantization_table_index = reader.read_u8()?; in parse_sof() localVariable
191 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
192 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
199 quantization_table_index: quantization_table_index as usize, in parse_sof()
H A Ddecoder.rs369 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(… in decode_scan()
393 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(), in decode_scan()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/jpeg-decoder-0.1.18/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
211 let quantization_table_index = reader.read_u8()?; in parse_sof() localVariable
213 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
214 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
221 quantization_table_index: quantization_table_index as usize, in parse_sof()
H A Ddecoder.rs385 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(… in decode_scan()
409 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(), in decode_scan()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/jpeg-decoder-0.1.18/src/
H A Dparser.rs60 pub quantization_table_index: usize, field
211 let quantization_table_index = reader.read_u8()?; in parse_sof() localVariable
213 …if quantization_table_index > 3 || (coding_process == CodingProcess::Lossless && quantization_tabl… in parse_sof()
214 …eturn Err(Error::Format(format!("invalid quantization table index {}", quantization_table_index))); in parse_sof()
221 quantization_table_index: quantization_table_index as usize, in parse_sof()
H A Ddecoder.rs385 …nents.iter().any(|component| self.quantization_tables[component.quantization_table_index].is_none(… in decode_scan()
409 … quantization_table: self.quantization_tables[component.quantization_table_index].clone().unwrap(), in decode_scan()