Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3514 int cy = (y < 0) ? 0 : y; in ScalePlaneBilinearSimple() local
3515 int yi = cy >> 16; in ScalePlaneBilinearSimple()
3516 int yf = cy & 0xffff; in ScalePlaneBilinearSimple()