Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
64c507e
`fn rav1d_copy_lpf`: use slice instead of pointer for `src_stride`
Jan 30, 2024
5c37e6c
`fn rav1d_copy_lpf`: use slice instead of pointer for `lr_stride`
Jan 30, 2024
d769725
`fn rav1d_copy_lpf`: make `src` parameter a slice reference
Jan 30, 2024
602b043
`fn rav1d_loopfilter_sbrow_cols`: use slice reference instead of raw …
Jan 30, 2024
87342bd
`fn rav1d_loopfilter_sbrow_cols`: clean up loops
Jan 30, 2024
7935e6e
`fn rav1d_loopfilter_sbrow_cols`: avoid repeated casts to `usize`
Jan 30, 2024
6e15020
`fn rav1d_loopfilter_sbrow_cols`: clean up masks
Jan 30, 2024
3063ae1
Use slice instead of raw pointer
Jan 30, 2024
61f83f1
`fn rav1d_loopfilter_sbrow_cols`: make `lpf_y` and `lpf_uv` slices
Jan 30, 2024
f8daee4
Clean up types and casts
Jan 30, 2024
689fa49
Use references to `Rav1dDSPContext` object
Jan 30, 2024
b0c447a
`fn rav1d_loopfilter_sbrow_cols`: pass slices of samples as argument
Jan 30, 2024
7666d9e
`fn filter_plane_cols_y/uv`: make `dst`/`u`/`v` arguments a slice
Jan 31, 2024
78ee731
`lf_apply.rs`: use slices instead of raw pointers
Feb 1, 2024
f0fd40b
`fn backup_lpf`; use slice as parameter
Feb 1, 2024
68f0817
Define inner blocks for computation of `p` and `p_offset`
Feb 6, 2024
789c78f
`lflvl`: use slice instead of raw pointer
Feb 6, 2024
ad49d8d
`fn backup_lpf`: use slice instead of raw pointer for `dst`
Feb 6, 2024
e4d2966
`fn filter_plane_rows_y/uv`: use slice instead of raw pointer
Feb 6, 2024
f54cb43
Address comments from review
Feb 26, 2024
060574d
Copy comments from C code
Feb 26, 2024
793a00f
Avoid unnecessary type casting when invoking `BD::pxstride`
Feb 28, 2024
47fb8fa
Reduce number of casts for variable `top`
Mar 4, 2024
d639377
`fn backup_lpf`: clean up pixel copy
Mar 4, 2024
c509c30
Remove explicit dereference of `dsp`
Mar 5, 2024
5a24dbd
Clean up use of `split_at_mut` and pixel copy
Mar 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading