Function rdo_mode_decision

Source
pub fn rdo_mode_decision<T: Pixel>(
    fi: &FrameInvariants<T>,
    ts: &mut TileStateMut<'_, T>,
    cw: &mut ContextWriter<'_>,
    bsize: BlockSize,
    tile_bo: TileBlockOffset,
    inter_cfg: &InterConfig,
) -> PartitionParameters
Expand description

RDO-based mode decision

ยงPanics

  • If the best RD found is negative. This should never happen and indicates a development error.