Home
last modified time | relevance | path

Searched refs:threshold2 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_pp7.c149 unsigned int threshold2 = threshold1 << 1; in hardthresh_c() local
151 if (((unsigned)(level + threshold1)) > threshold2) in hardthresh_c()
165 unsigned int threshold2 = threshold1 << 1; in mediumthresh_c() local
167 if (((unsigned)(level + threshold1)) > threshold2) { in mediumthresh_c()
168 if (((unsigned)(level + 2 * threshold1)) > 2 * threshold2) in mediumthresh_c()
189 unsigned int threshold2 = threshold1 << 1; in softthresh_c() local
191 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
H A Dvf_spp.c128 unsigned threshold2 = threshold1 << 1; in hardthresh_c() local
135 if (((unsigned)(level + threshold1)) > threshold2) { in hardthresh_c()
149 unsigned threshold2 = threshold1 << 1; in softthresh_c() local
156 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c162 // f(x) = x for x <= threshold2 in InitCorrectionLUT()
164 // and a linear interpolation for range x=[threshold2, threshold1] in InitCorrectionLUT()
166 // Note that: threshold2 = 3/4 * threshold1 in InitCorrectionLUT()
168 const int threshold2 = (3 * threshold1) >> 2; in InitCorrectionLUT() local
169 const int max_threshold = threshold2 << DFIX; in InitCorrectionLUT()
170 const int delta = threshold1 - threshold2; in InitCorrectionLUT()
173 int c = (i <= threshold2) ? (i << DFIX) in InitCorrectionLUT()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp274 const float threshold2 = halfMiterLength * halfMiterLength - radiusSquared; in join()
277 const float maxLenSqd = std::max(threshold1, threshold2); in join()
/third_party/ffmpeg/libavcodec/
H A Ddnxhdenc.c127 unsigned int threshold1, threshold2; in dnxhd_10bit_dct_quantize_444() local
137 threshold2 = (threshold1 << 1); in dnxhd_10bit_dct_quantize_444()
143 if (((unsigned)(level + threshold1)) > threshold2) { in dnxhd_10bit_dct_quantize_444()
155 if (((unsigned)(level + threshold1)) > threshold2) { in dnxhd_10bit_dct_quantize_444()
H A Dmpegvideo_enc.c3794 unsigned int threshold1, threshold2; in dct_quantize_trellis_c() local
3869 threshold2= (threshold1<<1); in dct_quantize_trellis_c()
3875 if(((unsigned)(level+threshold1))>threshold2){ in dct_quantize_trellis_c()
3887 if(((unsigned)(level+threshold1))>threshold2){ in dct_quantize_trellis_c()
4127 // unsigned int threshold1, threshold2; in dct_quantize_refine()
4481 unsigned int threshold1, threshold2; in ff_dct_quantize_c() local
4514 threshold2= (threshold1<<1); in ff_dct_quantize_c()
4519 if(((unsigned)(level+threshold1))>threshold2){ in ff_dct_quantize_c()
4532 if(((unsigned)(level+threshold1))>threshold2){ in ff_dct_quantize_c()
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp1121 UINT_32 threshold2 = in ComputeSurfaceMipLevelTileMode() local
1137 (interleaveSize > threshold2)) in ComputeSurfaceMipLevelTileMode()

Completed in 16 milliseconds