/third_party/ffmpeg/libavfilter/ |
D | vf_lenscorrection.c | 50 int32_t *correction[4]; member 84 const int32_t *correction = rect->correction[plane]; \ 100 const int64_t radius_mult = correction[j + i*w]; \ 123 const int32_t *correction = rect->correction[plane]; \ 144 const int64_t radius_mult = correction[j + i*w]; \ 217 for (i = 0; i < FF_ARRAY_ELEMS(rect->correction); i++) { in uninit() 218 av_freep(&rect->correction[i]); in uninit() 241 rect->correction[plane][j * w + i] = radius_mult; in calc_correction() 284 if (!rect->correction[plane]) in config_output() 285 rect->correction[plane] = av_malloc_array(w, h * sizeof(**rect->correction)); in config_output() [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_mips32.c | 29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local 55 correction = (23 * (v & (y - 1))) >> 4; in FastSLog2Slow_MIPS32() 56 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow_MIPS32() 86 const uint32_t correction = (23 * (v & (y - 1))) >> 4; in FastLog2Slow_MIPS32() local 87 log_2 += (double)correction / v; in FastLog2Slow_MIPS32()
|
D | lossless_enc.c | 336 int correction = 0; in FastSLog2Slow_C() local 343 int correction = 0; in FastSLog2Slow_C() 358 correction = (23 * (orig_v & (y - 1))) >> 4; in FastSLog2Slow_C() 359 return v_f * (kLog2Table[v] + log_cnt) + correction; in FastSLog2Slow_C() 390 const int correction = (23 * (orig_v & (y - 1))) >> 4; in FastLog2Slow_C() local 391 log_2 += (double)correction / orig_v; in FastLog2Slow_C()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_enc_mips32.c | 29 uint32_t log_cnt, y, correction; in FastSLog2Slow_MIPS32() local 55 correction = (23 * (v & (y - 1))) >> 4; in FastSLog2Slow_MIPS32() 56 return v_f * (kLog2Table[temp] + log_cnt) + correction; in FastSLog2Slow_MIPS32() 86 const uint32_t correction = (23 * (v & (y - 1))) >> 4; in FastLog2Slow_MIPS32() local 87 log_2 += (double)correction / v; in FastLog2Slow_MIPS32()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Grego.java | 142 int correction = 0; in dayToFields() local 145 correction = isLeap ? 1 : 2; in dayToFields() 147 int month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month in dayToFields()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Grego.java | 140 int correction = 0; in dayToFields() local 143 correction = isLeap ? 1 : 2; in dayToFields() 145 int month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month in dayToFields()
|
/third_party/mesa3d/docs/ |
D | xlibdriver.rst | 84 displayed intensities, there is a gamma correction feature in Mesa. Some 85 systems, such as Silicon Graphics, support gamma correction in hardware 90 Gamma correction is controlled with the **MESA_GAMMA** environment 95 defaults are all 1.0, effectively disabling gamma correction. Examples: 110 Mesa implements gamma correction with a lookup table which translates a 112 performance penalty. Gamma correction only works in RGB mode. Also be 117 For more information about gamma correction, see the `Wikipedia 212 | :envvar:`MESA_GAMMA` | gamma correction coefficients |
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | gregoimp.cpp | 127 int32_t correction = 0; in dayToFields() local 130 correction = isLeap ? 1 : 2; in dayToFields() 132 month = (12 * (doy + correction) + 6) / 367; // zero-based month in dayToFields()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | gregoimp.cpp | 127 int32_t correction = 0; in dayToFields() local 130 correction = isLeap ? 1 : 2; in dayToFields() 132 month = (12 * (doy + correction) + 6) / 367; // zero-based month in dayToFields()
|
/third_party/icu/icu4c/source/i18n/ |
D | gregoimp.cpp | 127 int32_t correction = 0; in dayToFields() local 130 correction = isLeap ? 1 : 2; in dayToFields() 132 month = (12 * (doy + correction) + 6) / 367; // zero-based month in dayToFields()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | gregoimp.cpp | 127 int32_t correction = 0; in dayToFields() local 130 correction = isLeap ? 1 : 2; in dayToFields() 132 month = (12 * (doy + correction) + 6) / 367; // zero-based month in dayToFields()
|
/third_party/icu/icu4c/source/data/unidata/ |
D | NormalizationCorrections.txt | 22 # stability, the correction is entered in this data file, 38 # Field 3: Version of Unicode for which the correction was 41 # the correction
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | NormalizationCorrections.txt | 22 # stability, the correction is entered in this data file, 38 # Field 3: Version of Unicode for which the correction was 41 # the correction
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationCorrections.txt | 22 # stability, the correction is entered in this data file, 38 # Field 3: Version of Unicode for which the correction was 41 # the correction
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/ |
D | NormalizationCorrections.txt | 22 # stability, the correction is entered in this data file, 38 # Field 3: Version of Unicode for which the correction was 41 # the correction
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | NormalizationCorrections.txt | 22 # stability, the correction is entered in this data file, 38 # Field 3: Version of Unicode for which the correction was 41 # the correction
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 115 GLfloat correction; in TAG() local 170 correction = -1; in TAG() 181 correction = 1; in TAG() 207 n_dot_h = correction * DOT3(normal, h); in TAG() 295 GLfloat correction; in TAG() local 350 correction = -1; in TAG() 361 correction = 1; in TAG() 388 n_dot_h = correction * DOT3(normal, h); in TAG()
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | mpegvideo_alpha.c | 30 uint64_t correction = WORD_VEC(qmul * 255 >> 8); in dct_unquantize_h263_axp() local 59 levels -= correction & (negmask << 16); in dct_unquantize_h263_axp()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | thesis.txt | 1976 Angell, R. C., Freund, G., E., and Willet, P., Automatic spelling correction using a trigram simila… 1980 Bickel, M. A., Automatic correction to misspelled names: a fourth-generation language approach, ACM… 1994 Cherkassky, V., and Vassilas, N., Backpropagation networks for spelling correction, Neural Net. 1, … 2000 Church, K. W., and Gale, W., A., Probability scoring for spelling correction, Stat. Comput. 1, 93-1… 2006 Damerau, F. J., A technique for computer detection and correction of spelling errors, ACM Commun. 7… 2020 Dunlavey, M. R., On spelling correction and beyond, ACM Commun. 24, 9 (Sept.) 608, 1981 2022 Durham, I., Lamb, D. A., and Saxe, J., B., Spelling correction in user interfaces, ACM Commun. 26, … 2054 Kashyap, R. L., and Oommen, B., J., Spelling correction using probabilistic methods, Patt. Recog. L… 2058 Kernighan, M. D., Church, K., W., and Gale, W., A., A spelling correction program based on a noisy … 2060 Kernighan, M. D., Specialized spelling correction for a TDD system, AT & T Bell Labs Tech. Mem. Aug… [all …]
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackenc.c | 338 enc->wv_id.correction = FALSE; in gst_wavpack_enc_init() 341 enc->wvc_id.correction = TRUE; in gst_wavpack_enc_init() 565 pad = (wid->correction) ? enc->wvcsrcpad : GST_AUDIO_ENCODER_SRC_PAD (enc); in gst_wavpack_enc_push_block() 567 (wid->correction) ? &enc-> in gst_wavpack_enc_push_block() 578 count, (wid->correction) ? "correction " : ""); in gst_wavpack_enc_push_block() 610 if (wid->correction && enc->pending_segment) { in gst_wavpack_enc_push_block() 618 if (enc->first_block == NULL && !wid->correction) { in gst_wavpack_enc_push_block() 641 if (wid->correction || wid->passthrough) { in gst_wavpack_enc_push_block()
|
/third_party/lz4/lib/ |
D | lz4hc.c | 628 int correction; in LZ4HC_compress_hashChain() local 632 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_hashChain() 633 if (correction > 0) { in LZ4HC_compress_hashChain() 634 start2 += correction; in LZ4HC_compress_hashChain() 635 ref2 += correction; in LZ4HC_compress_hashChain() 636 ml2 -= correction; in LZ4HC_compress_hashChain() 668 int correction = (int)(ip+ml - start2); in LZ4HC_compress_hashChain() local 669 start2 += correction; in LZ4HC_compress_hashChain() 670 ref2 += correction; in LZ4HC_compress_hashChain() 671 ml2 -= correction; in LZ4HC_compress_hashChain() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | sliver_list.dart | 117 // its contract and that we need a scroll offset correction. 132 // was before the scroll offset correction. 135 // is < 0 before returning for the scroll correction. 136 double correction = 0.0; 139 correction += paintExtentOf(firstChild); 143 scrollOffsetCorrection: correction - earliestScrollOffset,
|
D | viewport_offset.dart | 78 /// correction. 84 /// correction. 150 /// Apply a layout-time correction to the scroll offset. 152 /// This method should change the [pixels] value by `correction`, but without 162 void correctBy(double correction); 269 void correctBy(double correction) { 270 _pixels += correction;
|
/third_party/boost/boost/math/special_functions/ |
D | cbrt.hpp | 64 static const T correction[] = { in cbrt_imp() local 106 guess *= correction[i_exp + 2]; in cbrt_imp()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | GregorianCalendar.java | 785 int correction = 0; in handleComputeFields() local 788 correction = isLeap ? 1 : 2; in handleComputeFields() 790 month = (12 * (dayOfYear + correction) + 6) / 367; // zero-based month in handleComputeFields()
|