Function intra_frame_rdo_mode_decision

Source
fn intra_frame_rdo_mode_decision<T: Pixel>(
    fi: &FrameInvariants<T>,
    ts: &mut TileStateMut<'_, T>,
    cw: &mut ContextWriter<'_>,
    bsize: BlockSize,
    tile_bo: TileBlockOffset,
    cw_checkpoint: &ContextWriterCheckpoint,
    rdo_type: RDOType,
    best: PartitionParameters,
    is_chroma_block: bool,
) -> PartitionParameters