Searched defs:spread (Results 1 - 21 of 21) sorted by relevance

/external/libopus/celt/
H A Dvq.c65 static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread) argument
74 if (2*K>=len || spread==SPREAD_NONE)
76 factor = SPREAD_FACTOR[spread-1];
154 unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B, ec_enc *enc argument
179 exp_rotation(X, N, 1, B, K, spread);
312 exp_rotation(X, N, -1, B, K, spread);
322 unsigned alg_unquant(celt_norm *X, int N, int K, int spread, int B, argument
341 exp_rotation(X, N, -1, B, K, spread);
H A Dbands.c444 /* Decide whether we should spread the pulses in the current frame */
644 int spread; member in struct:band_ctx
900 int spread; local
906 spread = ctx->spread;
1004 cm = alg_quant(X, N, K, spread, B, ec
1010 cm = alg_unquant(X, N, K, spread, B, ec, gain);
1357 int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res,
1399 ctx.spread = spread;
1355 quant_all_bands(int encode, const CELTMode *m, int start, int end, celt_norm *X_, celt_norm *Y_, unsigned char *collapse_masks, const celt_ener *bandE, int *pulses, int shortBlocks, int spread, int dual_stereo, int intensity, int *tf_res, opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int LM, int codedBands, opus_uint32 *seed) argument
[all...]
/external/v8/src/parsing/
H A Dpattern-rewriter.cc466 Spread* spread = nullptr; local
469 spread = value->AsSpread();
577 if (spread != nullptr) {
578 // A spread can only occur as the last component. It is not handled by
673 RecurseIntoSubpattern(spread->expression(),
H A Dparser.cc5443 // Spread-call with single spread argument produces an InternalArray
5458 // sequences of unspread arguments, and converts each spread iterable to
5483 // Push eagerly spread argument
5820 if (s == lit->EndValue()) return nullptr; // no spread, no rewriting...
5834 // Traverse the array literal starting from the first spread.
5837 Spread* spread = value->AsSpread(); local
5838 if (spread == nullptr) {
5839 // If the element is not a spread, we're adding a single:
5852 // If it's a spread, we're adding a for/of loop iterating through it.
5855 Expression* subject = spread
[all...]
/external/aac/libSBRenc/include/
H A Dsbr_encoder.h198 INT spread; /*!< Flag: usage of SBR spread. */ member in struct:sbrConfiguration
/external/ImageMagick/MagickCore/
H A Ddraw.h164 spread; member in struct:_GradientInfo
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpaint.c52 VGColorRampSpreadMode spread; member in struct:vg_paint::__anon14399
207 paint->gradient.spread = VG_COLOR_RAMP_SPREAD_PAD;
458 paint->gradient.spread = mode;
474 return paint->gradient.spread;
/external/kernel-headers/original/uapi/linux/
H A Domap3isp.h580 * @spread: Spread value to be used in Noise Filter
584 __u8 spread; member in struct:omap3isp_prev_nf
/external/ImageMagick/Magick++/lib/
H A DImage.cpp4477 void Magick::Image::spread(const double amount_) function in class:Magick::Image
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 329 milliseconds