Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2333 unsigned int border_row, border_col; in calc_plane_error() local
2338 for (border_col = col; border_col < cols; ++border_col) { in calc_plane_error()
2339 diff = border_orig[border_col] - border_recon[border_col]; in calc_plane_error()