Searched defs:thresh1 (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 23 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_neon() 35 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_neon() 46 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_neon()
|
D | loopfilter_16_neon.c | 133 const uint8_t *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() 326 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_dspr2() 337 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_dspr2() 348 const uint8_t *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 113 v16u8 thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_vertical_4_dual_msa() local
|
D | loopfilter_8_msa.c | 92 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_msa() 246 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 | 140 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_c() 165 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_c() 215 const uint8_t *thresh1) { in vpx_lpf_horizontal_8_dual_c() 240 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_c() 480 const uint8_t *thresh1, in vpx_highbd_lpf_horizontal_4_dual_c() 509 const uint8_t *thresh1, in vpx_highbd_lpf_vertical_4_dual_c() 565 const uint8_t *thresh1, in vpx_highbd_lpf_horizontal_8_dual_c() 597 const uint8_t *thresh1, in vpx_highbd_lpf_vertical_8_dual_c()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 1090 const uint8_t *thresh1, in vpx_highbd_lpf_vertical_4_dual_sse2() 1144 const uint8_t *thresh1, in vpx_highbd_lpf_vertical_8_dual_sse2()
|
D | loopfilter_sse2.c | 1472 const uint8_t *thresh1) { in vpx_lpf_vertical_4_dual_sse2() 1522 const uint8_t *thresh1) { in vpx_lpf_vertical_8_dual_sse2()
|
/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 315 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
|