Skip to content
Unverified Commit 5a51253b authored by Monty Montgomery's avatar Monty Montgomery Committed by GitHub
Browse files

Cdef work (#361)

* cdef: WIP

* cdef: now calling cdef_find_dir_c (but only on the first block)

* cdef: call cdef_find_dir on every block (only safe for size % 64 == 0)

* cdef: apply CDEF to luma with pri_strength 7 and sec_strength 0.

* cdef: only apply to full 64X64 filter blocks for now

* cdef: signal cdef strength

* cdef: comment out printing

* cdef: first attempt at applying CDEF to chroma planes

* Corrections to first CDEF attempts

This is still not quite first cuts, but it is basically functional.
It still hard-codes specific CDEF strengths.
There is still an occasional block mismatch.

* Implement CDEF paramters, remove hardwired settings

Add CDEF settings to the FrameInvariants, rather than using hardwires
strength values duplicated in multiple locations.

* Remove last CDEF dependency on libaom

* Remove unrelated change from CDEF work

remove -r rec_file.y4m from rav1e command line
parent e83a88d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment