Home
last modified time | relevance | path

Searched refs:size_w (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_avgblur.c81 const int size_w = s->radius; \
83 btype *col_sum = (btype *)s->buffer + size_w; \
92 for (int x = -size_w; x < 0; x++) { \
108 for (int x = width; x < width + size_w; x++) { \
117 for (int x = -size_w; x <= size_w; x++) \
123 sum = sum - col_sum[x - size_w - 1] + col_sum[x + size_w]; \
138 for (int x = -size_w; x < 0; x++) \
144 for (int x = width; x < width + size_w;
[all...]
/third_party/python/Objects/
H A Dlongobject.c2812 Py_ssize_t i, k, size_v, size_w; in x_divrem() local
2827 size_w = Py_ABS(Py_SIZE(w1)); in x_divrem()
2828 assert(size_v >= size_w && size_w >= 2); /* Assert checks by div() */ in x_divrem()
2834 w = _PyLong_New(size_w); in x_divrem()
2843 d = PyLong_SHIFT - bit_length_digit(w1->ob_digit[size_w-1]); in x_divrem()
2844 carry = v_lshift(w->ob_digit, w1->ob_digit, size_w, d); in x_divrem()
2847 if (carry != 0 || v->ob_digit[size_v-1] >= w->ob_digit[size_w-1]) { in x_divrem()
2852 /* Now v->ob_digit[size_v-1] < w->ob_digit[size_w-1], so quotient has in x_divrem()
2853 at most (and usually exactly) k = size_v - size_w digit in x_divrem()
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc282 const auto size_w = static_cast<int>(::log10(st->Size())) + 1; in ValidateStorageClassLayout()
289 << std::setw(size_w) << size << ") */ struct " << struct_name in ValidateStorageClassLayout()
295 << std::setw(offset_w + size_w + align_w) << " " in ValidateStorageClassLayout()
302 << std::setw(align_w) << align << ") size(" << std::setw(size_w) in ValidateStorageClassLayout()

Completed in 9 milliseconds