/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 23 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_neon() argument 25 vpx_lpf_vertical_4_neon(s + 8 * p, p, blimit1, limit1, thresh1, 1); in vpx_lpf_vertical_4_dual_neon() 35 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_neon() argument 37 vpx_lpf_horizontal_8_neon(s + 8, p, blimit1, limit1, thresh1, 1); in vpx_lpf_horizontal_8_dual_neon() 46 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_neon() argument 48 vpx_lpf_vertical_8_neon(s + 8 * p, p, blimit1, limit1, thresh1, 1); in vpx_lpf_vertical_8_dual_neon()
|
D | loopfilter_16_neon.asm | 22 ; const uint8_t *thresh1) 30 ; sp+12 const uint8_t *thresh1, 45 ldr r12, [sp, #16] ; load thresh1 51 vld1.8 {d5}, [r12] ; load thresh1 to 2nd half q
|
D | loopfilter_16_neon.c | 133 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_neon() argument 143 dthresh1 = vld1_u8(thresh1); in vpx_lpf_horizontal_4_dual_neon()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_filters_dspr2.c | 315 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_dspr2() argument 317 vpx_lpf_horizontal_4_dspr2(s + 8, p, blimit1, limit1, thresh1, 1); in vpx_lpf_horizontal_4_dual_dspr2() 326 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_dspr2() argument 328 vpx_lpf_horizontal_8_dspr2(s + 8, p, blimit1, limit1, thresh1, 1); in vpx_lpf_horizontal_8_dual_dspr2() 337 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_dspr2() argument 339 vpx_lpf_vertical_4_dspr2(s + 8 * p, p, blimit1, limit1, thresh1, 1); in vpx_lpf_vertical_4_dual_dspr2() 348 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_dspr2() argument 350 vpx_lpf_vertical_8_dspr2(s + 8 * p, p, blimit1, limit1, thresh1, in vpx_lpf_vertical_8_dual_dspr2()
|
D | loopfilter_4_msa.c | 49 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_horizontal_4_dual_msa() local 56 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in vpx_lpf_horizontal_4_dual_msa() 57 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0); in vpx_lpf_horizontal_4_dual_msa() 113 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_vertical_4_dual_msa() local 128 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in vpx_lpf_vertical_4_dual_msa() 129 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0); in vpx_lpf_vertical_4_dual_msa()
|
D | loopfilter_8_msa.c | 92 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_msa() argument 106 tmp = (v16u8)__msa_fill_b(*thresh1); in vpx_lpf_horizontal_8_dual_msa() 246 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_msa() argument 271 vec0 = (v8i16)__msa_fill_b(*thresh1); in vpx_lpf_vertical_8_dual_msa()
|
/external/libvpx/libvpx/test/ |
D | lpf_8_test.cc | 44 const uint8_t *thresh1, int bd); 52 const uint8_t *thresh1); 391 DECLARE_ALIGNED(16, const uint8_t, thresh1[16]) = { in TEST_P() 428 blimit1, limit1, thresh1, bd); in TEST_P() 431 blimit1, limit1, thresh1, bd)); in TEST_P() 434 blimit1, limit1, thresh1); in TEST_P() 437 blimit1, limit1, thresh1)); in TEST_P() 493 DECLARE_ALIGNED(16, const uint8_t, thresh1[16]) = { in TEST_P() 505 blimit1, limit1, thresh1, bd); in TEST_P() 508 thresh0, blimit1, limit1, thresh1, bd)); in TEST_P() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 140 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_c() argument 142 vpx_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1, 1); in vpx_lpf_horizontal_4_dual_c() 165 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_c() argument 168 thresh1, 1); in vpx_lpf_vertical_4_dual_c() 215 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_c() argument 217 vpx_lpf_horizontal_8_c(s + 8, p, blimit1, limit1, thresh1, 1); in vpx_lpf_horizontal_8_dual_c() 240 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_c() argument 243 thresh1, 1); in vpx_lpf_vertical_8_dual_c() 480 const uint8_t *thresh1, in vpx_highbd_lpf_horizontal_4_dual_c() argument 483 vpx_highbd_lpf_horizontal_4_c(s + 8, p, blimit1, limit1, thresh1, 1, bd); in vpx_highbd_lpf_horizontal_4_dual_c() [all …]
|
D | vpx_dsp_rtcd_defs.pl | 541 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 548 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 558 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 565 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1"; 578 …t uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd"; 584 …t uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd"; 593 …t uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd"; 599 …t uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, int bd";
|
/external/iproute2/ip/ |
D | ipntable.c | 104 __u32 thresh1; in ipntable_modify() local 109 if (get_u32(&thresh1, *argv, 0)) in ipntable_modify() 112 addattr32(&req.n, sizeof(req), NDTA_THRESH1, thresh1); in ipntable_modify() 421 __u32 thresh1 = rta_getattr_u32(tb[NDTA_THRESH1]); in print_ntable() local 422 fprintf(fp, "thresh1 %u ", thresh1); in print_ntable()
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 334 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 335 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 342 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 343 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 358 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 359 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 366 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 367 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 357 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 358 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 365 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 366 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 381 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 382 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 389 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 390 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 283 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in loop_filter_horizontal_4_dual_msa() local 288 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in loop_filter_horizontal_4_dual_msa() 289 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0); in loop_filter_horizontal_4_dual_msa() 315 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in loop_filter_vertical_4_dual_msa() local 329 thresh1 = (v16u8)__msa_fill_b(*thresh1_ptr); in loop_filter_vertical_4_dual_msa() 330 thresh0 = (v16u8)__msa_ilvr_d((v2i64)thresh1, (v2i64)thresh0); in loop_filter_vertical_4_dual_msa()
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 355 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 356 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 363 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 376 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 377 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 384 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 385 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 386 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 393 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 394 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 409 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 410 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 417 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 418 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 388 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 389 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 396 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 397 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 412 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 413 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 420 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 421 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 307 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 313 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 325 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 331 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 307 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 313 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 325 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 331 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 307 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 313 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 325 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 331 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 307 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 313 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 325 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1); 331 …t0, const uint8_t *thresh0, const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1);
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/ |
D | py_thresholding.markdown | 40 ret,thresh1 = cv2.threshold(img,127,255,cv2.THRESH_BINARY) 47 images = [img, thresh1, thresh2, thresh3, thresh4, thresh5]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 1090 const uint8_t *thresh1, in vpx_highbd_lpf_vertical_4_dual_sse2() argument 1101 thresh0, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_vertical_4_dual_sse2() 1144 const uint8_t *thresh1, in vpx_highbd_lpf_vertical_8_dual_sse2() argument 1155 thresh0, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_vertical_8_dual_sse2()
|
D | loopfilter_sse2.c | 1472 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_sse2() argument 1482 blimit1, limit1, thresh1); in vpx_lpf_vertical_4_dual_sse2() 1522 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_sse2() argument 1532 blimit1, limit1, thresh1); in vpx_lpf_vertical_8_dual_sse2()
|
/external/opencv/cv/src/ |
D | cvpyrsegmentation.cpp | 1840 int thresh1 = cvRound( threshold1 ); in cvPyrSegmentation() local 1867 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation() 1874 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation()
|