Home
last modified time | relevance | path

Searched refs:dual_cdef (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/post_filter/
Dcdef.cc531 int dual_cdef = 0; in ApplyCdefForOneUnit() local
542 dual_cdef = subsampling_x; in ApplyCdefForOneUnit()
550 if (dual_cdef != 0) { in ApplyCdefForOneUnit()
555 dual_cdef = 0; in ApplyCdefForOneUnit()
561 dual_cdef = 0; in ApplyCdefForOneUnit()
566 const int width_index = dual_cdef | (subsampling_x ^ 1); in ApplyCdefForOneUnit()
575 cdef_buffer_base += column_step[plane] << dual_cdef; in ApplyCdefForOneUnit()
576 src_buffer_base += column_step[plane] << dual_cdef; in ApplyCdefForOneUnit()
577 cdef_src_base += (column_step[plane] / sizeof(Pixel)) << dual_cdef; in ApplyCdefForOneUnit()
578 column4x4 += kStep4x4 << dual_cdef; in ApplyCdefForOneUnit()
[all …]