Function rdo_partition_decision

Source
pub fn rdo_partition_decision<T: Pixel, W: Writer>(
    fi: &FrameInvariants<T>,
    ts: &mut TileStateMut<'_, T>,
    cw: &mut ContextWriter<'_>,
    w_pre_cdef: &mut W,
    w_post_cdef: &mut W,
    bsize: BlockSize,
    tile_bo: TileBlockOffset,
    cached_block: &PartitionGroupParameters,
    partition_types: &[PartitionType],
    rdo_type: RDOType,
    inter_cfg: &InterConfig,
) -> PartitionGroupParameters
Expand description

RDO-based single level partitioning decision

ยงPanics

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