Home
last modified time | relevance | path

Searched defs:thresh1 (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_neon.c23 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()
Dloopfilter_16_neon.c133 const uint8_t *thresh1) { in vpx_lpf_horizontal_4_dual_neon()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.c315 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()
Dloopfilter_4_msa.c49 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
Dloopfilter_8_msa.c92 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/
Dipntable.c104 __u32 thresh1; in ipntable_modify() local
421 __u32 thresh1 = rta_getattr_u32(tb[NDTA_THRESH1]); in print_ntable() local
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c140 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/
Dhighbd_loopfilter_sse2.c1090 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()
Dloopfilter_sse2.c1472 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/
Dloopfilter_filters_msa.c283 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/
Dcvpyrsegmentation.cpp1840 int thresh1 = cvRound( threshold1 ); in cvPyrSegmentation() local