fn compute_mv_rd<T: Pixel>(
fi: &FrameInvariants<T>,
pmv: [MotionVector; 2],
lambda: u32,
use_satd: bool,
bit_depth: usize,
w: usize,
h: usize,
cand_mv: MotionVector,
plane_org: &PlaneRegion<'_, T>,
plane_ref: &PlaneRegion<'_, T>,
) -> MVCandidateRD
Expand description
Compute the rate distortion stats for a motion vector.