Skip to content

Commit

Permalink
fn rav1d_cdef_brow: Deduplicate w/ generics.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedataking committed Dec 22, 2023
1 parent 2a18a94 commit 106ad18
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 870 deletions.
4 changes: 0 additions & 4 deletions lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ pub mod src {
mod cdef;
mod cdef_apply;
#[cfg_attr(not(feature = "bitdepth_16"), allow(dead_code))]
mod cdef_apply_tmpl_16;
#[cfg_attr(not(feature = "bitdepth_8"), allow(dead_code))]
mod cdef_apply_tmpl_8;
#[cfg_attr(not(feature = "bitdepth_16"), allow(dead_code))]
mod cdef_tmpl_16;
#[cfg_attr(not(feature = "bitdepth_8"), allow(dead_code))]
mod cdef_tmpl_8;
Expand Down
Loading

0 comments on commit 106ad18

Please sign in to comment.