Searched defs:thresh1 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_filters_dspr2.c | 287 const uint8_t *limit1, const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_dspr2() 295 const uint8_t *limit1, const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_dspr2() 305 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_dspr2() 315 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_dspr2()
|
D | loopfilter_4_msa.c | 46 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_horizontal_4_dual_msa() local 107 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_vertical_4_dual_msa() local
|
D | loopfilter_8_msa.c | 84 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_msa() 231 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_msa()
|
/external/iproute2/ip/ |
D | ipntable.c | 104 __u32 thresh1; in ipntable_modify() local 421 __u32 thresh1 = rta_getattr_u32(tb[NDTA_THRESH1]); in print_ntable() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 132 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_c() 156 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_c() 203 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_c() 227 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_c() 469 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_horizontal_4_dual_c() 494 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_vertical_4_dual_c() 544 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_horizontal_8_dual_c() 570 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_vertical_8_dual_c()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 36 const uint8_t *blimit1, const uint8_t *limit1, const uint8_t *thresh1, in load_thresh_8_dual() 819 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_neon() 842 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_neon() 884 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_neon() 920 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_neon()
|
D | highbd_loopfilter_neon.c | 582 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_horizontal_4_dual_neon() 607 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_vertical_4_dual_neon() 631 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_horizontal_8_dual_neon() 659 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_vertical_8_dual_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 1028 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_vertical_4_dual_sse2() 1074 const uint8_t *thresh1, int bd) { in vpx_highbd_lpf_vertical_8_dual_sse2()
|
D | loopfilter_sse2.c | 1663 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_sse2() 1710 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_sse2()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 217 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in loop_filter_horizontal_4_dual_msa() local 248 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in loop_filter_vertical_4_dual_msa() local
|
/external/opencv/cv/src/ |
D | cvpyrsegmentation.cpp | 1840 int thresh1 = cvRound( threshold1 ); in cvPyrSegmentation() local
|