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

/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc573 static __inline uint32 SumBox(int iboxwidth, int iboxheight, argument
578 assert(iboxheight > 0);
579 for (y = 0; y < iboxheight; ++y) {
589 static __inline uint32 SumBox_16(int iboxwidth, int iboxheight, argument
594 assert(iboxheight > 0);
595 for (y = 0; y < iboxheight; ++y) {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.c3342 __inline static uint32 SumBox(int iboxwidth, int iboxheight, argument
3347 assert(iboxheight > 0);
3349 for (y = 0; y < iboxheight; ++y) {
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3342 __inline static uint32 SumBox(int iboxwidth, int iboxheight, argument
3347 assert(iboxheight > 0);
3349 for (y = 0; y < iboxheight; ++y) {
/external/libyuv/files/source/
H A Dscale.cc2549 static __inline uint32 SumBox(int iboxwidth, int iboxheight, argument
2552 assert(iboxheight > 0);
2554 for (int y = 0; y < iboxheight; ++y) {

Completed in 188 milliseconds