Home
last modified time | relevance | path

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

/external/libgav1/src/post_filter/
Ddeblock.cc305 const int column_step = 1; in HorizontalDeblockFilter() local
317 column4x4 += column_step, src += src_step) { in HorizontalDeblockFilter()
340 const int column_step = 1 << subsampling_x; in HorizontalDeblockFilter() local
352 column4x4 += column_step, src_u += src_step, src_v += src_step) { in HorizontalDeblockFilter()
390 int column_step; in VerticalDeblockFilter() local
407 column4x4 += column_step, bp += column_step) { in VerticalDeblockFilter()
410 &column_step, &filter_length); in VerticalDeblockFilter()
418 src_row += column_step << column_step_shift; in VerticalDeblockFilter()
419 column_step = DivideBy4(column_step); in VerticalDeblockFilter()
434 int column_step; in VerticalDeblockFilter() local
[all …]
Dcdef.cc274 int column_step[kMaxPlanes]; in ApplyCdefForOneUnit() local
293 column_step[plane] = (kStep >> subsampling_x_[plane]) * sizeof(Pixel); in ApplyCdefForOneUnit()
451 cdef_buffer_base += column_step[kPlaneY]; in ApplyCdefForOneUnit()
452 src_buffer_base += column_step[kPlaneY]; in ApplyCdefForOneUnit()
453 cdef_src_base += column_step[kPlaneY] / sizeof(Pixel); in ApplyCdefForOneUnit()
582 cdef_buffer_base += column_step[plane] << dual_cdef; in ApplyCdefForOneUnit()
583 src_buffer_base += column_step[plane] << dual_cdef; in ApplyCdefForOneUnit()
584 cdef_src_base += (column_step[plane] / sizeof(Pixel)) << dual_cdef; in ApplyCdefForOneUnit()