Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3510 int maxy = ((src_height - 1) << 16) - 1; in ScalePlaneBilinearSimple() local
3534 if (y > maxy) in ScalePlaneBilinearSimple()
3535 y = maxy; in ScalePlaneBilinearSimple()
3585 int maxy = ((src_height - 1) << 16) - 1; // max is filter of last 2 rows. in ScalePlaneBilinear() local
3595 if (y > maxy) { in ScalePlaneBilinear()
3596 y = maxy; in ScalePlaneBilinear()