Skip to main content

reconstruct_luma_4x4

Function reconstruct_luma_4x4 

Source
fn reconstruct_luma_4x4(
    st: &mut DecState,
    px: usize,
    py: usize,
    mode: u8,
    residual: &[i32; 16],
)
Expand description

輝度 4x4 ブロックの再構成(予測 + 残差)を行い、グリッドを更新する。