Home
last modified time | relevance | path

Searched defs:factor2 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dimm4.c133 int i, last, len, factor2; in decode_block() local
Ddvdec.c135 *factor2 = &ctx->idct_factor[DV_PROFILE_IS_HD(d) ? 4096 : 2816]; in dv_init_weight_tables() local
Dadpcm.c1848 int factor2 = ff_adpcm_afc_coeffs[1][index]; in adpcm_decode_frame() local
1925 int64_t factor2 = table[ch][index * 2 + 1]; in adpcm_decode_frame() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java751 BigDecimal factor2 = this.conversionRates.getFactorToBase(o2).getConversionRate(); in compare() local
/third_party/freetype/src/psaux/
Dpsintrp.c1971 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local
2256 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1969 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local
2254 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1964 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local
2251 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdf.c2405 FT_16D16 factor2; in get_min_distance_conic() local
2722 FT_16D16 factor2; /* factor^2 */ in get_min_distance_cubic() local
/third_party/freetype/src/sdf/
Dftsdf.c2453 FT_16D16 factor2; in get_min_distance_conic() local
2770 FT_16D16 factor2; /* factor^2 */ in get_min_distance_cubic() local
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c6989 const GValue * factor2) in gst_value_fraction_multiply()