/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_loopfilter_filters.c | 37 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/ |
D | loopfilter_filters_dspr2.c | 55 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/ |
D | loopfilter_filters.c | 43 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/ |
D | mic.py | 41 thresh = myMic.findThreshold(threshContext, 30, buffer, len) variable
|
D | mq8.py | 59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq7.py | 59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq9.py | 59 thresh = myMQ9.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq4.py | 59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq3.py | 59 thresh = myMQ3.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq2.py | 59 thresh = myMQ2.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq6.py | 59 thresh = sensor.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
D | mq5.py | 59 thresh = myMQ5.findThreshold(threshContext, 30, mybuffer, samplelen) variable
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | mq9.js | 44 var thresh = myMQ9.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq5.js | 45 var thresh = myMQ5.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq3.js | 48 var thresh = myMQ3.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq8.js | 48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq2.js | 47 var thresh = myMQ2.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq7.js | 48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq6.js | 48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
|
D | mq4.js | 48 var thresh = sensor.findThreshold(threshContext, 30, buffer, len); variable
|
D | mic.js | 49 var thresh = myMic.findThreshold(threshContext, 30, buffer, len); variable
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
D | MicrophoneSample.java | 55 int thresh = sensor.findThreshold(ctx, 30, buffer); in main() local
|
D | MQ5Sample.java | 53 int thresh = sensor.findThreshold(ctx, 30, buffer); in main() local
|
D | MQ2Sample.java | 54 int thresh = sensor.findThreshold(ctx, 30, buffer); in main() local
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
D | mq5.cxx | 60 int thresh = sensor->findThreshold (&ctx, 30, buffer, len); in main() local
|