Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3342 __inline static uint32 SumBox(int iboxwidth, int iboxheight, in SumBox() argument
3347 assert(iboxheight > 0); in SumBox()
3349 for (y = 0; y < iboxheight; ++y) { in SumBox()