Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Ddeblock.cc301 const int column_step = 1; in HorizontalDeblockFilter() local
311 column4x4 += column_step, src += src_step) { in HorizontalDeblockFilter()
334 const int column_step = 1 << subsampling_x; in HorizontalDeblockFilter() local
346 column4x4 += column_step, src_u += src_step, src_v += src_step) { in HorizontalDeblockFilter()
379 int column_step; in VerticalDeblockFilter() local
393 column4x4 += column_step, bp += column_step) { in VerticalDeblockFilter()
396 &column_step, &filter_length); in VerticalDeblockFilter()
403 src_row += column_step * pixel_size_; in VerticalDeblockFilter()
404 column_step = DivideBy4(column_step); in VerticalDeblockFilter()
419 int column_step; in VerticalDeblockFilter() local
[all …]
Dcdef.cc193 int column_step[kMaxPlanes]; in ApplyCdefForOneUnit() local
208 column_step[plane] = (kStep >> subsampling_x_[plane]) * sizeof(Pixel); in ApplyCdefForOneUnit()
304 cdef_buffer_base += column_step[kPlaneY]; in ApplyCdefForOneUnit()
305 src_buffer_base += column_step[kPlaneY]; in ApplyCdefForOneUnit()
416 cdef_buffer_base += column_step[plane] << dual_cdef; in ApplyCdefForOneUnit()
417 src_buffer_base += column_step[plane] << dual_cdef; in ApplyCdefForOneUnit()