Searched defs:Residual (Results 1 – 2 of 2) sorted by relevance
3392 type Residual; typedef3398 fn branch(self) -> ControlFlow<Self::Residual, Self::Output>; in branch()3405 type Residual = ControlFlow<B, Infallible>; typedef3418 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()3430 type Residual = Option<Infallible>; typedef3443 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()3455 type Residual = Result<Infallible, E>; typedef3468 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()3480 type Residual = Result<Infallible, E>; typedef3493 fn branch(self) -> ControlFlow<Self::Residual, Self::Output> { in branch()[all …]
1762 bool Tile::Residual(const Block& block, ProcessingMode mode) { in Residual() function in libgav1::Tile