HomeSort by relevance Sort by last modified time
    Searched refs:thresh (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_altivec.c 21 const signed char *thresh
31 const signed char *thresh
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_altivec.c 21 const signed char *thresh
31 const signed char *thresh
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_altivec.c 21 const signed char *thresh
31 const signed char *thresh
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
loopfilter_arm.c 19 const unsigned char *limit, const unsigned char *thresh, int count)
30 unsigned char blimit, unsigned char limit, unsigned char thresh);
32 unsigned char blimit, unsigned char limit, unsigned char thresh,
  /external/chromium_org/third_party/libwebp/dsp/
dsp.h 158 typedef void (*VP8SimpleFilterFunc)(uint8_t* p, int stride, int thresh);
166 int thresh, int ithresh, int hev_t);
168 int thresh, int ithresh, int hev_t);
  /external/libvpx/libvpx/vp8/common/arm/
loopfilter_arm.c 19 const unsigned char *limit, const unsigned char *thresh, int count)
30 unsigned char blimit, unsigned char limit, unsigned char thresh);
32 unsigned char blimit, unsigned char limit, unsigned char thresh,
  /external/webp/src/dsp/
dsp.h 158 typedef void (*VP8SimpleFilterFunc)(uint8_t* p, int stride, int thresh);
166 int thresh, int ithresh, int hev_t);
168 int thresh, int ithresh, int hev_t);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
loopfilter_arm.c 19 const unsigned char *limit, const unsigned char *thresh, int count)
30 unsigned char blimit, unsigned char limit, unsigned char thresh);
32 unsigned char blimit, unsigned char limit, unsigned char thresh,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h 191 void vp9_mb_lpf_vertical_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
192 void vp9_mb_lpf_vertical_edge_w_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
195 void vp9_mbloop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
196 void vp9_mbloop_filter_vertical_edge_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
199 void vp9_loop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
200 void vp9_loop_filter_vertical_edge_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
203 void vp9_mb_lpf_horizontal_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
204 void vp9_mb_lpf_horizontal_edge_w_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
207 void vp9_mbloop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
208 void vp9_mbloop_filter_horizontal_edge_dspr2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp9_rtcd.h 215 void vp9_lpf_vertical_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
216 void vp9_lpf_vertical_16_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
217 RTCD_EXTERN void (*vp9_lpf_vertical_16)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
219 void vp9_lpf_vertical_16_dual_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
220 void vp9_lpf_vertical_16_dual_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
221 RTCD_EXTERN void (*vp9_lpf_vertical_16_dual)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
223 void vp9_lpf_vertical_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
224 void vp9_lpf_vertical_8_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
225 RTCD_EXTERN void (*vp9_lpf_vertical_8)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
231 void vp9_lpf_vertical_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 28 ; const uint8_t *thresh,
35 ; sp const uint8_t *thresh,
42 ldr r2, [sp, #4] ; load thresh
49 vld1.8 {d2[]}, [r2] ; duplicate *thresh
91 ; const uint8_t *thresh,
98 ; sp const uint8_t *thresh,
107 ldr r3, [sp, #4] ; load thresh
112 vld1.8 {d2[]}, [r3] ; duplicate *thresh
172 ; d2 thresh
209 vcgt.u8 d21, d21, d2 ; (abs(p1 - p0) > thresh)*-
    [all...]
vp9_mb_lpf_neon.asm 20 ; const uint8_t *thresh
26 ; sp const uint8_t *thresh,
30 ldr r4, [sp, #88] ; load thresh
36 vld1.8 {d18[]}, [r4] ; load *thresh
123 ; const uint8_t *thresh)
128 ; sp const uint8_t *thresh,
132 ldr r4, [sp, #88] ; load thresh
136 vld1.8 {d18[]}, [r4] ; load *thresh
291 ; d18 thresh
341 ; only compare the largest value to thresh
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 28 ; const uint8_t *thresh,
35 ; sp const uint8_t *thresh,
42 ldr r2, [sp, #4] ; load thresh
49 vld1.8 {d2[]}, [r2] ; duplicate *thresh
91 ; const uint8_t *thresh,
98 ; sp const uint8_t *thresh,
107 ldr r3, [sp, #4] ; load thresh
112 vld1.8 {d2[]}, [r3] ; duplicate *thresh
172 ; d2 thresh
209 vcgt.u8 d21, d21, d2 ; (abs(p1 - p0) > thresh)*-
    [all...]
vp9_mb_lpf_neon.asm 20 ; const uint8_t *thresh
26 ; sp const uint8_t *thresh,
30 ldr r4, [sp, #88] ; load thresh
36 vld1.8 {d18[]}, [r4] ; load *thresh
123 ; const uint8_t *thresh)
128 ; sp const uint8_t *thresh,
132 ldr r4, [sp, #88] ; load thresh
136 vld1.8 {d18[]}, [r4] ; load *thresh
291 ; d18 thresh
341 ; only compare the largest value to thresh
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_loopfilter_neon.asm 28 ; const uint8_t *thresh,
35 ; sp const uint8_t *thresh,
42 ldr r2, [sp, #4] ; load thresh
49 vld1.8 {d2[]}, [r2] ; duplicate *thresh
91 ; const uint8_t *thresh,
98 ; sp const uint8_t *thresh,
107 ldr r3, [sp, #4] ; load thresh
112 vld1.8 {d2[]}, [r3] ; duplicate *thresh
172 ; d2 thresh
209 vcgt.u8 d21, d21, d2 ; (abs(p1 - p0) > thresh)*-
    [all...]
vp9_mb_lpf_neon.asm 20 ; const uint8_t *thresh
26 ; sp const uint8_t *thresh,
30 ldr r4, [sp, #88] ; load thresh
36 vld1.8 {d18[]}, [r4] ; load *thresh
123 ; const uint8_t *thresh)
128 ; sp const uint8_t *thresh,
132 ldr r4, [sp, #88] ; load thresh
136 vld1.8 {d18[]}, [r4] ; load *thresh
291 ; d18 thresh
341 ; only compare the largest value to thresh
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 188 cvThreshHist( CvHistogram* hist, double thresh )
201 CV_CALL( cvThreshold( &mat, &mat, thresh, 0, CV_THRESH_TOZERO ));
213 if( *val <= thresh )
662 float** thresh = 0; local
705 ranges[i] = (float*)src->thresh[i];
706 thresh = ranges;
709 thresh = src->thresh2;
710 CV_CALL( cvSetHistBinRanges( dst, thresh, CV_IS_UNIFORM_HIST(src)));
746 hist->thresh[i][0] = ranges[i][0];
747 hist->thresh[i][1] = ranges[i][1]
1308 float* thresh = hist->thresh2[i]; local
1369 float* thresh = hist->thresh2[i]; local
1960 float* thresh = hist->thresh2[i]; local
2017 float* thresh = hist->thresh2[i]; local
    [all...]
  /external/libnl/lib/route/
neightbl.c 601 void rtnl_neightbl_set_gc_tresh1(struct rtnl_neightbl *ntbl, int thresh)
603 ntbl->nt_gc_thresh1 = thresh;
607 void rtnl_neightbl_set_gc_tresh2(struct rtnl_neightbl *ntbl, int thresh)
609 ntbl->nt_gc_thresh2 = thresh;
613 void rtnl_neightbl_set_gc_tresh3(struct rtnl_neightbl *ntbl, int thresh)
615 ntbl->nt_gc_thresh3 = thresh;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp9_rtcd.h 183 void vp9_mb_lpf_vertical_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
186 void vp9_mbloop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
189 void vp9_loop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
192 void vp9_mb_lpf_horizontal_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
195 void vp9_mbloop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
198 void vp9_loop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp9_rtcd.h 183 void vp9_mb_lpf_vertical_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
186 void vp9_mbloop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
189 void vp9_loop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
192 void vp9_mb_lpf_horizontal_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
195 void vp9_mbloop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
198 void vp9_loop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp9_rtcd.h 183 void vp9_mb_lpf_vertical_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
186 void vp9_mbloop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
189 void vp9_loop_filter_vertical_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
192 void vp9_mb_lpf_horizontal_edge_w_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
195 void vp9_mbloop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
198 void vp9_loop_filter_horizontal_edge_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
sf_estim.c 146 Word32 thresh,
155 Word32 thresh125 = L_add(thresh, (thresh >> 2));
203 Word32 thresh08 = fixmul(COEF08_31, thresh);
706 Word32 thresh, energy; local
718 thresh = psyOutChan->sfbThreshold[i];
732 /* scfs without energy or with thresh>energy are marked with MIN_16 */
736 if ((maxSpec > 0) && (energy > thresh)) {
739 thresholdPart = iLog4(thresh);
753 thresh, scfInt, minSfMaxQuant[i]
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm-neon-cpu-detect/
vp9_rtcd.h 325 void vp9_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
326 void vp9_lpf_horizontal_16_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
327 RTCD_EXTERN void (*vp9_lpf_horizontal_16)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
329 void vp9_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
330 void vp9_lpf_horizontal_4_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
331 RTCD_EXTERN void (*vp9_lpf_horizontal_4)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
337 void vp9_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
338 void vp9_lpf_horizontal_8_neon(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
339 RTCD_EXTERN void (*vp9_lpf_horizontal_8)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
345 void vp9_lpf_vertical_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/ia32/
vp9_rtcd.h 338 void vp9_lpf_horizontal_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
339 void vp9_lpf_horizontal_16_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
340 RTCD_EXTERN void (*vp9_lpf_horizontal_16)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
342 void vp9_lpf_horizontal_4_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
343 void vp9_lpf_horizontal_4_mmx(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
344 RTCD_EXTERN void (*vp9_lpf_horizontal_4)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
350 void vp9_lpf_horizontal_8_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
351 void vp9_lpf_horizontal_8_sse2(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
352 RTCD_EXTERN void (*vp9_lpf_horizontal_8)(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh, int count);
358 void vp9_lpf_vertical_16_c(uint8_t *s, int pitch, const uint8_t *blimit, const uint8_t *limit, const uint8_t *thresh);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
mbloopfilter_neon.c 17 uint8x16_t qthresh, // thresh
160 unsigned char thresh) {
166 qthresh = vdupq_n_u8(thresh);
210 unsigned char thresh,
219 qthresh = vdupq_n_u8(thresh);
300 unsigned char thresh) {
312 qthresh = vdupq_n_u8(thresh);
465 unsigned char thresh,
479 qthresh = vdupq_n_u8(thresh);

Completed in 302 milliseconds

1 23 4 5 6 7 8