Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/post_filter/
Ddeblock.cc304 int row_step; in HorizontalDeblockFilter() local
314 row4x4 += row_step) { in HorizontalDeblockFilter()
316 row4x4_start + row4x4, column4x4_start + column4x4, &level, &row_step, in HorizontalDeblockFilter()
325 src_row += row_step * src_stride; in HorizontalDeblockFilter()
326 row_step = DivideBy4(row_step); in HorizontalDeblockFilter()
338 int row_step; in HorizontalDeblockFilter() local
350 row4x4 += row_step) { in HorizontalDeblockFilter()
353 &level_v, &row_step, &filter_length); in HorizontalDeblockFilter()
366 src_row_u += row_step * src_stride_u; in HorizontalDeblockFilter()
367 src_row_v += row_step * src_stride_v; in HorizontalDeblockFilter()
[all …]
/external/libvpx/libvpx/test/
Dyuv_temporal_filter_test.cc203 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local
205 const int sub_row = row + row_step; in ApplyReferenceFilter()
248 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local
250 const int sub_row = uv_row + row_step; in ApplyReferenceFilter()
263 for (int row_step = 0; row_step < 1 + ss_y; row_step++) { in ApplyReferenceFilter() local
265 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
/external/libaom/libaom/test/
Dtemporal_filter_yuv_test.cc269 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local
271 const int sub_row = row + row_step; in ApplyReferenceFilter()
314 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local
316 const int sub_row = uv_row + row_step; in ApplyReferenceFilter()
329 for (int row_step = 0; row_step < 1 + ss_y; row_step++) { in ApplyReferenceFilter() local
331 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c424 int row_step, col_step; in vp9_highbd_apply_temporal_filter_c() local
464 for (row_step = -1; row_step <= 1; row_step++) { in vp9_highbd_apply_temporal_filter_c()
466 const int sub_row = row + row_step; in vp9_highbd_apply_temporal_filter_c()
509 for (row_step = -1; row_step <= 1; row_step++) { in vp9_highbd_apply_temporal_filter_c()
511 const int sub_row = uv_row + row_step; in vp9_highbd_apply_temporal_filter_c()
524 for (row_step = 0; row_step < 1 + ss_y; row_step++) { in vp9_highbd_apply_temporal_filter_c()
526 const int sub_row = y_row + row_step; in vp9_highbd_apply_temporal_filter_c()
/external/libaom/libaom/av1/common/
Dloopfiltermask.c944 const int row_step = 1 << ssy; in av1_filter_block_plane_bitmask_vert() local
961 const int row_next = row + row_step; in av1_filter_block_plane_bitmask_vert()
1033 const int row_step = 1 << ssy; in av1_filter_block_plane_bitmask_horz() local
1043 r += row_step) { in av1_filter_block_plane_bitmask_horz()
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1085 const int row_step = 1 << ss_y; in vp9_filter_block_plane_non420() local
1087 const int row_step_stride = cm->mi_stride * row_step; in vp9_filter_block_plane_non420()
1103 for (r = 0; r < MI_BLOCK_SIZE && mi_row + r < cm->mi_rows; r += row_step) { in vp9_filter_block_plane_non420()
1206 for (r = 0; r < MI_BLOCK_SIZE && mi_row + r < cm->mi_rows; r += row_step) { in vp9_filter_block_plane_non420()
/external/libcups/ppdc/
Dppdc-source.cxx1708 row_step; // Row step/interval in get_resolution() local
1729 row_step = get_integer(fp); in get_resolution()
1762 xdpi, ydpi, depth, row_count, row_feed, row_step); in get_resolution()