HomeSort by relevance Sort by last modified time
    Searched refs:ithresh (Results 1 - 9 of 9) sorted by null

  /external/opencv/cv/src/
cvthresh.cpp 120 int iThresh, iMax;
122 v.f = thresh; iThresh = CV_TOGGLE_FLT(v.i);
136 idst[j] = ((CV_TOGGLE_FLT(temp) <= iThresh) - 1) & iMax;
147 idst[j] = ((CV_TOGGLE_FLT(temp) > iThresh) - 1) & iMax;
172 idst[j] = ((CV_TOGGLE_FLT( temp ) <= iThresh) - 1) & temp;
183 idst[j] = ((CV_TOGGLE_FLT( temp ) > iThresh) - 1) & temp;
311 int ithresh, imaxval, cn; local
391 ithresh = cvFloor(thresh);
394 imaxval = ithresh;
397 if( ithresh < 0 || ithresh >= 255
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 596 int thresh, int ithresh, int hev_thresh) {
598 if (needs_filter2(p, hstride, thresh, ithresh)) {
611 int thresh, int ithresh, int hev_thresh) {
613 if (needs_filter2(p, hstride, thresh, ithresh)) {
626 int thresh, int ithresh, int hev_thresh) {
627 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
631 int thresh, int ithresh, int hev_thresh) {
632 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
637 int thresh, int ithresh, int hev_thresh) {
641 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh)
    [all...]
dec_sse2.c 679 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \
681 const __m128i it = _mm_set1_epi8(ithresh); \
690 int thresh, int ithresh, int hev_thresh) {
703 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask);
716 int thresh, int ithresh, int hev_thresh) {
727 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask);
736 int thresh, int ithresh, int hev_thresh) {
752 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask);
764 int thresh, int ithresh, int hev_thresh) {
779 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask)
    [all...]
dsp.h 126 int thresh, int ithresh, int hev_t);
128 int thresh, int ithresh, int hev_t);
  /external/webp/src/dsp/
dec.c 596 int thresh, int ithresh, int hev_thresh) {
598 if (needs_filter2(p, hstride, thresh, ithresh)) {
611 int thresh, int ithresh, int hev_thresh) {
613 if (needs_filter2(p, hstride, thresh, ithresh)) {
626 int thresh, int ithresh, int hev_thresh) {
627 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
631 int thresh, int ithresh, int hev_thresh) {
632 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
637 int thresh, int ithresh, int hev_thresh) {
641 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh)
    [all...]
dec_sse2.c 679 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \
681 const __m128i it = _mm_set1_epi8(ithresh); \
690 int thresh, int ithresh, int hev_thresh) {
703 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask);
716 int thresh, int ithresh, int hev_thresh) {
727 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask);
736 int thresh, int ithresh, int hev_thresh) {
752 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask);
764 int thresh, int ithresh, int hev_thresh) {
779 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask)
    [all...]
dsp.h 126 int thresh, int ithresh, int hev_t);
128 int thresh, int ithresh, int hev_t);
  /external/chromium_org/third_party/libwebp/enc/
filter.c 139 int thresh, int ithresh, int hev_thresh) {
141 if (needs_filter2(p, hstride, thresh, ithresh)) {
154 int thresh, int ithresh, int hev_thresh) {
158 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
163 int thresh, int ithresh, int hev_thresh) {
167 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
172 int thresh, int ithresh, int hev_thresh) {
173 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
174 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
178 int thresh, int ithresh, int hev_thresh)
    [all...]
  /external/webp/src/enc/
filter.c 139 int thresh, int ithresh, int hev_thresh) {
141 if (needs_filter2(p, hstride, thresh, ithresh)) {
154 int thresh, int ithresh, int hev_thresh) {
158 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
163 int thresh, int ithresh, int hev_thresh) {
167 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
172 int thresh, int ithresh, int hev_thresh) {
173 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
174 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
178 int thresh, int ithresh, int hev_thresh)
    [all...]

Completed in 113 milliseconds