Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_if.c1656 unsigned int border_row, border_col; in calc_plane_error() local
1661 for (border_col = col; border_col < cols; border_col++) { in calc_plane_error()
1662 diff = border_orig[border_col] - border_recon[border_col]; in calc_plane_error()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_if.c2451 unsigned int border_row, border_col; in calc_plane_error() local
2457 for (border_col = col; border_col < cols; border_col++) in calc_plane_error()
2459 diff = border_orig[border_col] - border_recon[border_col]; in calc_plane_error()