fn deblock_luma_edge(
plane: &mut [u8],
w: usize,
vert: bool,
ex: usize,
ey: usize,
len: usize,
bs: u8,
alpha: i32,
beta: i32,
tc0: i32,
)Expand description
輝度 1 エッジ(長さ len)をフィルタ。vert: 垂直エッジ。(ex,ey)=q 側左上(フレーム座標)。