Searched defs:flimit (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/vp8/common/ |
H A D | loopfilter_filters.c | 27 static __inline signed char vp8_filter_mask(signed char limit, signed char flimit, argument 37 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > flimit * 2 + limit) * -1; 101 const signed char *flimit, 116 mask = vp8_filter_mask(limit[i], flimit[i], 133 const signed char *flimit, 148 mask = vp8_filter_mask(limit[i], flimit[i], 219 const signed char *flimit, 235 mask = vp8_filter_mask(limit[i], flimit[i], 254 const signed char *flimit, 267 mask = vp8_filter_mask(limit[i], flimit[ 97 vp8_loop_filter_horizontal_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument 129 vp8_loop_filter_vertical_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument 215 vp8_mbloop_filter_horizontal_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument 250 vp8_mbloop_filter_vertical_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument 281 vp8_simple_filter_mask(signed char limit, signed char flimit, uc p1, uc p0, uc q0, uc q1) argument 316 vp8_loop_filter_simple_horizontal_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument 340 vp8_loop_filter_simple_vertical_edge_c( unsigned char *s, int p, const signed char *flimit, const signed char *limit, const signed char *thresh, int count ) argument [all...] |
H A D | postproc.c | 136 int flimit 162 if (abs(v - p_src[col+i*pitch]) > flimit) 189 if (abs(v - p_src[col+i]) > flimit) 220 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) argument 250 if (sumsq * 15 - sum * sum < flimit) 266 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument 291 if (sumsq * 15 - sum * sum < flimit)
|
/external/libvpx/vp8/common/x86/ |
H A D | postproc_mmx.c | 59 int flimit 71 movd mm2, flimit 411 int flimit 420 movd xmm2, flimit 709 void vp8_mbpost_proc_down_mmx(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument 717 flimit = vp8_q2mbl(flimit); 720 flimit2[i] = flimit; 873 void vp8_mbpost_proc_down_xmm(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument 881 flimit 1151 vp8_mbpost_proc_across_ip_xmm(unsigned char *src, int pitch, int rows, int cols, int flimit) argument [all...] |
Completed in 79 milliseconds