Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dupsampling.c143 const int half_len = len >> 1; \
147 for (x = 0; x < half_len; ++x) { \
154 for (x = 0; x < half_len; ++x) { \
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dupsampling.c143 const int half_len = len >> 1; \
147 for (x = 0; x < half_len; ++x) { \
154 for (x = 0; x < half_len; ++x) { \
/third_party/boost/boost/move/algo/detail/
Dadaptive_sort_merge.hpp591 size_type const half_len = len/2 + (len&1); in stable_sort() local
592 if(std::size_t(xbuf.capacity() - xbuf.size()) >= half_len) { in stable_sort()