Home
last modified time | relevance | path

Searched defs:thresh (Results 1 – 25 of 42) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter_filters.c37 static INLINE int8_t flat_mask4(uint8_t thresh, in flat_mask4()
52 static INLINE int8_t flat_mask5(uint8_t thresh, in flat_mask5()
65 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask()
73 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4()
107 const uint8_t *thresh, int count) { in vp9_lpf_horizontal_4_c()
131 const uint8_t *limit, const uint8_t *thresh, in vp9_lpf_vertical_4_c()
156 static INLINE void filter8(int8_t mask, uint8_t thresh, uint8_t flat, in filter8()
178 const uint8_t *limit, const uint8_t *thresh, in vp9_lpf_horizontal_8_c()
206 const uint8_t *limit, const uint8_t *thresh, in vp9_lpf_vertical_8_c()
231 static INLINE void filter16(int8_t mask, uint8_t thresh, in filter16()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Dloopfilter_filters_dspr2.c55 uint32_t thresh, in vp8_filter_mask_vec_mips()
349 unsigned int thresh, in vp8_loop_filter_horizontal_edge_mips()
559 unsigned int thresh, in vp8_loop_filter_uvhorizontal_edge_mips()
676 const unsigned int thresh, in vp8_loop_filter_vertical_edge_mips()
1027 unsigned int thresh, in vp8_loop_filter_uvvertical_edge_mips()
1637 unsigned int thresh, in vp8_mbloop_filter_horizontal_edge_mips()
1783 unsigned int thresh, in vp8_mbloop_filter_uvhorizontal_edge_mips()
1908 unsigned int thresh, in vp8_mbloop_filter_vertical_edge_mips()
2120 unsigned int thresh, in vp8_mbloop_filter_uvvertical_edge_mips()
2492 unsigned char thresh, flimit, limit, flimit_temp; in vp8_loop_filter_mbh_dspr2() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dloopfilter_filters.c43 static signed char vp8_hevmask(uc thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask()
104 const unsigned char *thresh, in vp8_loop_filter_horizontal_edge_c()
136 const unsigned char *thresh, in vp8_loop_filter_vertical_edge_c()
222 const unsigned char *thresh, in vp8_mbloop_filter_horizontal_edge_c()
257 const unsigned char *thresh, in vp8_mbloop_filter_vertical_edge_c()
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dmic.py41 thresh = myMic.findThreshold(threshContext, 30, buffer, len) variable
Dmq8.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq7.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq9.py59 thresh = myMQ9.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq4.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq3.py59 thresh = myMQ3.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq2.py59 thresh = myMQ2.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq6.py59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
Dmq5.py59 thresh = myMQ5.findThreshold(threshContext, 30, mybuffer, samplelen) variable
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dmq9.js44 var thresh = myMQ9.findThreshold(threshContext, 30, buffer, len); variable
Dmq5.js45 var thresh = myMQ5.findThreshold(threshContext, 30, buffer, len); variable
Dmq3.js48 var thresh = myMQ3.findThreshold(threshContext, 30, buffer, len); variable
Dmq8.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
Dmq2.js47 var thresh = myMQ2.findThreshold(threshContext, 30, buffer, len); variable
Dmq7.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
Dmq6.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
Dmq4.js48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
Dmic.js49 var thresh = myMic.findThreshold(threshContext, 30, buffer, len); variable
/hardware/bsp/intel/peripheral/libupm/examples/java/
DMicrophoneSample.java55 int thresh = sensor.findThreshold(ctx, 30, buffer); in main() local
DMQ5Sample.java53 int thresh = sensor.findThreshold(ctx, 30, buffer); in main() local
DMQ2Sample.java54 int thresh = sensor.findThreshold(ctx, 30, buffer); in main() local
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dmq5.cxx60 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main() local

12