Searched defs:kFilterPeriodAdjust (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dconvolve_test.cc491 * the filters select a different input pixel. kFilterPeriodAdjust below
502 const int kFilterPeriodAdjust = (x >> 3) << 3; local
505 + kFilterPeriodAdjust * kInputPixelStep)
516 const int kFilterPeriodAdjust = (y >> 3) << 3; local
519 + kFilterPeriodAdjust * kInputPixelStep)

Completed in 169 milliseconds