Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc272 const int sub_row = row + row_step; in ApplyReferenceFilter() local
275 if (sub_row >= 0 && sub_row < (int)block_height && sub_col >= 0 && in ApplyReferenceFilter()
277 y_mod += y_dif[sub_row * y_diff_stride + sub_col]; in ApplyReferenceFilter()
317 const int sub_row = uv_row + row_step; in ApplyReferenceFilter() local
320 if (sub_row >= 0 && sub_row < uv_block_height && sub_col >= 0 && in ApplyReferenceFilter()
322 u_mod += u_dif[sub_row * uv_diff_stride + sub_col]; in ApplyReferenceFilter()
323 v_mod += v_dif[sub_row * uv_diff_stride + sub_col]; in ApplyReferenceFilter()
332 const int sub_row = y_row + row_step; in ApplyReferenceFilter() local
334 const int y_diff = y_dif[sub_row * y_diff_stride + sub_col]; in ApplyReferenceFilter()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c279 int sub_row; in calc_prev_mb_overlaps() local
281 for (sub_row = 0; sub_row < 4; ++sub_row) { in calc_prev_mb_overlaps()
284 &(prev_mi->bmi[sub_row * 4 + sub_col]), in calc_prev_mb_overlaps()
285 4 * mb_row + sub_row, 4 * mb_col + sub_col); in calc_prev_mb_overlaps()
/external/libpng/
DCHANGES5254 sub_row, up_row, avg_row, and paeth_row into try_row and tst_row.