Home
last modified time | relevance | path

Searched refs:SumBox (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() function
3368 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) / in ScalePlaneBoxRow()