Searched refs:row_step (Results 1 – 6 of 6) sorted by relevance
305 int row_step; in HorizontalDeblockFilter() local315 row4x4 += row_step) { in HorizontalDeblockFilter()317 row4x4_start + row4x4, column4x4_start + column4x4, &level, &row_step, in HorizontalDeblockFilter()326 src_row += row_step * src_stride; in HorizontalDeblockFilter()327 row_step = DivideBy4(row_step); in HorizontalDeblockFilter()339 int row_step; in HorizontalDeblockFilter() local351 row4x4 += row_step) { in HorizontalDeblockFilter()354 &level_v, &row_step, &filter_length); in HorizontalDeblockFilter()367 src_row_u += row_step * src_stride_u; in HorizontalDeblockFilter()368 src_row_v += row_step * src_stride_v; in HorizontalDeblockFilter()[all …]
203 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local205 const int sub_row = row + row_step; in ApplyReferenceFilter()248 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local250 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() local265 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
269 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local271 const int sub_row = row + row_step; in ApplyReferenceFilter()314 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local316 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() local331 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
424 int row_step, col_step; in vp9_highbd_apply_temporal_filter_c() local464 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()
944 const int row_step = 1 << ssy; in av1_filter_block_plane_bitmask_vert() local961 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() local1043 r += row_step) { in av1_filter_block_plane_bitmask_horz()
1085 const int row_step = 1 << ss_y; in vp9_filter_block_plane_non420() local1087 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()