Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3509 int maxx = ((src_width - 1) << 16) - 1; in ScalePlaneBilinearSimple() local
3529 if (x > maxx) in ScalePlaneBilinearSimple()
3530 x = maxx; in ScalePlaneBilinearSimple()