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

  /external/webp/src/dsp/
dec_mips32.c 95 const int thresh2 = 2 * thresh + 1; local
97 if (needs_filter2(p, hstride, thresh2, ithresh)) {
111 const int thresh2 = 2 * thresh + 1; local
113 if (needs_filter2(p, hstride, thresh2, ithresh)) {
184 const int thresh2 = 2 * thresh + 1; local
186 if (needs_filter(p + i, stride, thresh2)) {
194 const int thresh2 = 2 * thresh + 1; local
196 if (needs_filter(p + i * stride, 1, thresh2)) {
dec_mips_dsp_r2.c 163 const int thresh2 = 2 * thresh + 1; local
193 "subu %[temp3], %[temp15], %[thresh2] \n\t"
291 : [hstride]"r"(hstride), [thresh2]"r"(thresh2),
305 const int thresh2 = 2 * thresh + 1; local
326 "subu %[temp4], %[temp2], %[thresh2] \n\t"
422 [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2)
489 const int thresh2 = 2 * thresh + 1; local
508 "subu %[temp5], %[temp5], %[thresh2] \n\t
558 const int thresh2 = 2 * thresh + 1; local
    [all...]
dec.c 555 const int thresh2 = 2 * thresh + 1; local
557 if (NeedsFilter_C(p + i, stride, thresh2)) {
565 const int thresh2 = 2 * thresh + 1; local
567 if (NeedsFilter_C(p + i * stride, 1, thresh2)) {
598 const int thresh2 = 2 * thresh + 1; local
600 if (NeedsFilter2_C(p, hstride, thresh2, ithresh)) {
615 const int thresh2 = 2 * thresh + 1; local
617 if (NeedsFilter2_C(p, hstride, thresh2, ithresh)) {
  /external/opencv/cv/src/
cvhistogram.cpp 61 hist->thresh2 = 0;
107 hist->thresh2 = 0;
161 if( temp->thresh2 )
162 cvFree( &temp->thresh2 );
709 thresh = src->thresh2;
756 if( !hist->thresh2 )
758 CV_CALL( hist->thresh2 = (float**)cvAlloc(
759 dims*sizeof(hist->thresh2[0])+
760 total*sizeof(hist->thresh2[0][0])));
762 dim_ranges = (float*)(hist->thresh2 + dims)
    [all...]
cvthresh.cpp 239 nu_thresh = hist->thresh2[0];
cvpyrsegmentation.cpp 1841 int thresh2 = cvRound( threshold2 ); local
    [all...]
  /external/iproute2/ip/
ipntable.c 49 " [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [ gc_int MSEC ]\n"
106 } else if (strcmp(*argv, "thresh2") == 0) {
107 __u32 thresh2; local
112 if (get_u32(&thresh2, *argv, 0))
113 invarg("\"thresh2\" value is invalid", *argv);
115 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2);
416 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); local
418 fprintf(fp, "thresh2 %u ", thresh2);
  /external/opencv/cxcore/include/
cxtypes.h 814 float** thresh2; /* For non-uniform histograms. */ member in struct:CvHistogram
    [all...]

Completed in 1046 milliseconds