Searched defs:border_col (Results 1 - 2 of 2) sorted by path

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

Completed in 503 milliseconds