/external/webp/src/dsp/ |
D | dec_mips32.c | 94 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 126 int thresh, int ithresh, int hev_thresh) { in VFilter16() 131 int thresh, int ithresh, int hev_thresh) { in HFilter16() 137 int thresh, int ithresh, int hev_thresh) { in VFilter8() 143 int thresh, int ithresh, int hev_thresh) { in HFilter8() 149 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 155 int thresh, int ithresh, int hev_thresh) { in HFilter8i() 162 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 171 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
|
D | dec_mips_dsp_r2.c | 162 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 300 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 429 int thresh, int ithresh, int hev_thresh) { in VFilter16() 434 int thresh, int ithresh, int hev_thresh) { in HFilter16() 440 int thresh, int ithresh, int hev_thresh) { in VFilter8() 446 int thresh, int ithresh, int hev_thresh) { in HFilter8() 453 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 462 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 471 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 477 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
D | dec.c | 570 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 586 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 602 int thresh, int ithresh, int hev_thresh) { in VFilter16() 607 int thresh, int ithresh, int hev_thresh) { in HFilter16() 613 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 622 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 632 int thresh, int ithresh, int hev_thresh) { in VFilter8() 638 int thresh, int ithresh, int hev_thresh) { in HFilter8() 644 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 650 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
D | dec_sse2.c | 723 int thresh, int ithresh, in ComplexMask() 735 int thresh, int ithresh, int hev_thresh) { in VFilter16() 761 int thresh, int ithresh, int hev_thresh) { in HFilter16() 781 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 814 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 843 int thresh, int ithresh, int hev_thresh) { in VFilter8() 868 int thresh, int ithresh, int hev_thresh) { in HFilter8() 888 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 914 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
D | dec_neon.c | 679 int ithresh, int thresh) { in NeedsFilter2() 826 int thresh, int ithresh, int hev_thresh) { in VFilter16() 843 int thresh, int ithresh, int hev_thresh) { in HFilter16() 861 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 885 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 908 int thresh, int ithresh, int hev_thresh) { in VFilter8() 924 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 941 int thresh, int ithresh, int hev_thresh) { in HFilter8() 956 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dec.c | 596 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() 611 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 626 int thresh, int ithresh, int hev_thresh) { in VFilter16() 631 int thresh, int ithresh, int hev_thresh) { in HFilter16() 637 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 646 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 656 int thresh, int ithresh, int hev_thresh) { in VFilter8() 662 int thresh, int ithresh, int hev_thresh) { in HFilter8() 668 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 674 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
D | dec_sse2.c | 679 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \ argument 690 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2() 716 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2() 736 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2() 764 int thresh, int ithresh, int hev_thresh) { in HFilter16iSSE2() 791 int thresh, int ithresh, int hev_thresh) { in VFilter8SSE2() 816 int thresh, int ithresh, int hev_thresh) { in HFilter8SSE2() 836 int thresh, int ithresh, int hev_thresh) { in VFilter8iSSE2() 862 int thresh, int ithresh, int hev_thresh) { in HFilter8iSSE2()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 139 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() 154 int thresh, int ithresh, int hev_thresh) { in VFilter16i() 163 int thresh, int ithresh, int hev_thresh) { in HFilter16i() 172 int thresh, int ithresh, int hev_thresh) { in VFilter8i() 178 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
|
/external/opencv3/modules/imgproc/test/ |
D | test_thresh.cpp | 128 int ithresh = cvFloor(thresh); in test_threshold() local
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 311 int ithresh, imaxval, cn; in cvThreshold() local
|
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 1212 int ithresh = cvFloor(thresh); in threshold() local 1239 int ithresh = cvFloor(thresh); in threshold() local
|