Searched refs:order (Results 126 - 150 of 900) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A DomxSP_FFTInit_R_F32.c35 * [in] order base-2 logarithm of the desired block length;
45 OMXResult omxSP_FFTInit_R_F32(OMXFFTSpec_R_F32 *pFFTSpec, OMX_INT order) argument
60 if (!pFFTSpec || (order < 1) || (order > TWIDDLE_TABLE_ORDER))
63 N = 1 << order;
81 diff = 1 << (TWIDDLE_TABLE_ORDER - order + 1);
86 if (order > 1) {
/external/mesa3d/src/glx/
H A Deval.c40 __glFillMap1f(GLint k, GLint order, GLint stride, argument
45 __GLX_PUT_FLOAT_ARRAY(0, points, order * k);
50 for (i = 0; i < order; i++) {
59 __glFillMap1d(GLint k, GLint order, GLint stride, argument
64 __GLX_PUT_DOUBLE_ARRAY(0, points, order * k);
68 for (i = 0; i < order; i++) {
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTInv_CCSToR_S32_Sfs_s.S94 #define order r14 define
200 CLZ order,N @// N = 2^order
201 RSB order,order,#31
205 ADD scale,scale,order @// FFTInverse has a final scaling factor by N
207 CMP order,#3
208 BGT orderGreaterthan3 @// order > 3
210 CMP order,#1
211 BGE orderGreaterthan0 @// order >
[all...]
/external/aac/libAACdec/src/
H A Daacdec_tns.cpp133 UCHAR n_filt,order; local
176 filter->Order = order = (UCHAR) FDKreadBits(bs, isLongFlag ? 5 : 3);
180 filter->Order = order = TNS_MAXIMUM_ORDER;
183 if (order)
200 for (i=0; i < order; i++)
216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order) argument
218 // - Simple all-pole filter of order "order" defined by
219 // y(n) = x(n) - a(2)*y(n-1) - ... - a(order+1)*y(n-order)
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
H A DECParameterSpec_ImplTest.java65 * <code>curve</code>, <code>generator</code> or <code>order</code> is <code>null</code><br>
76 BigInteger order = BigInteger.valueOf(5L);
80 new ECParameterSpec(null, generator, order, 10);
88 new ECParameterSpec(curve, null, order, 10);
94 // Test case 3: order is null
113 * <code>order</code> or <code>cofactor</code> is not positive<br>
126 // Test case 1: order is negative
134 // Test case 2: order == 0
158 // Test case 5: both order and cofactor are not positive
181 BigInteger order
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull_Test.cpp120 static int rotate_to_hull(const Cubic& cubic, char order[4], size_t idx, size_t inr) { argument
214 order[0] = 0;
219 order[totalSides++] = next;
233 char order[4], cmpOrder[4]; local
238 int result = convex_hull(cubic, order);
249 if (pts & 1 << order[pt]) {
250 SkDebugf("%s [%d,%d] duplicate index in order: %d,%d,%d",
252 order[0], order[1], order[
[all...]
/external/libexif/libexif/pentax/
H A Dexif-mnote-data-pentax.c28 #include <libexif/exif-byte-order.h>
104 exif_set_short (*buf + 4, n->order, (ExifShort) 0);
118 exif_set_short (*buf + 4, n->order, (ExifShort) (
119 (n->order == EXIF_BYTE_ORDER_INTEL) ?
134 exif_set_short (*buf + 4, n->order, (ExifShort) 0);
155 exif_set_short (*buf + o2, n->order, (ExifShort) n->count);
164 exif_set_short (*buf + o + 0, n->order,
166 exif_set_short (*buf + o + 2, n->order,
168 exif_set_long (*buf + o + 4, n->order,
190 exif_set_long (*buf + o, n->order, data
[all...]
H A Dexif-mnote-data-pentax.h24 #include <libexif/exif-byte-order.h>
41 ExifByteOrder order; member in struct:_ExifMnoteDataPentax
/external/skia/experimental/Intersection/
H A DConvexHull_Test.cpp120 static int rotate_to_hull(const Cubic& cubic, char order[4], size_t idx, size_t inr) { argument
214 order[0] = 0;
219 order[totalSides++] = next;
233 char order[4], cmpOrder[4]; local
238 int result = convex_hull(cubic, order);
249 if (pts & 1 << order[pt]) {
250 SkDebugf("%s [%d,%d] duplicate index in order: %d,%d,%d",
252 order[0], order[1], order[
[all...]
/external/flac/libFLAC/
H A Dlpc.c143 /* save this order */
156 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision, FLAC__int32 qlp_coeff[], int *shift) argument
173 for(i = 0; i < order; i++) {
201 for(i = 0; i < order; i++) {
234 fprintf(stderr,"FLAC__lpc_quantize_coefficients: negative shift=%d order=%u cmax=%f\n", *shift, order, cmax);
236 for(i = 0; i < order; i++) {
265 void FLAC__lpc_compute_residual_from_qlp_coefficients(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) argument
274 fprintf(stderr,"FLAC__lpc_compute_residual_from_qlp_coefficients: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantizatio
531 FLAC__lpc_compute_residual_from_qlp_coefficients_wide(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) argument
795 FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) argument
1063 FLAC__lpc_restore_signal_wide(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]) argument
1361 unsigned order, index, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc */ local
[all...]
/external/chromium_org/components/keyed_service/core/
H A Ddependency_graph.h32 // Topologically sorts nodes to produce a safe construction order
34 bool GetConstructionOrder(std::vector<DependencyNode*>* order)
37 // Topologically sorts nodes to produce a safe destruction order
39 bool GetDestructionOrder(std::vector<DependencyNode*>* order)
50 // Populates |construction_order_| with computed construction order.
60 // Cached construction order (needs rebuild with BuildConstructionOrder
/external/chromium_org/skia/ext/
H A Drecursive_gaussian_convolution.h29 SK_API RecursiveFilter(float sigma, Order order);
31 Order order() const { return order_; } function in class:skia::RecursiveFilter
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DOrderIterator.cpp70 } while (!m_currentChild || m_currentChild->style()->order() != *m_orderValuesIterator);
89 m_iterator.m_orderValues.insert(child->style()->order());
/external/chromium_org/third_party/WebKit/Source/web/linux/
H A DWebFontRendering.cpp79 void WebFontRendering::setLCDOrder(SkFontHost::LCDOrder order) argument
81 SkFontHost::SetSubpixelOrder(order);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dbuild.properties25 jars.compile.order = performanceui.jar
/external/flac/libFLAC/include/private/
H A Dfixed.h46 * of the residual signal for each order. The _wide() version uses
75 * IN data[-order,data_len-1] original signal (NOTE THE INDICES!)
77 * IN order <= FLAC__MAX_FIXED_ORDER fixed-predictor order
80 void FLAC__fixed_compute_residual(const FLAC__int32 data[], unsigned data_len, unsigned order, FLAC__int32 residual[]);
90 * IN order <= FLAC__MAX_FIXED_ORDER fixed-predictor order
92 * IN data[-order,-1] previously-reconstructed historical samples
95 void FLAC__fixed_restore_signal(const FLAC__int32 residual[], unsigned data_len, unsigned order, FLAC__int32 data[]);
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.h26 #include <libexif/exif-byte-order.h>
50 ExifByteOrder order; member in struct:_ExifMnoteDataOlympus
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp2 Establish order 1 -> 2
3 Try order 2 -> 1. This gives an error.
10 Thread #x: lock order "0x........ before 0x........" violated
12 Observed (incorrect) order is: acquisition of lock at 0x........
20 Required order was established by acquisition of lock at 0x........
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.css27 body[page='3'] #order-charger-online {
30 body[page='4'] #confirm-online-order {
33 body[page='5'] #finish-not-order-charger {
36 body[page='6'] #order-charger-offline {
104 #charger-order-form {
114 #not-order-charger-checkbox-strip {
125 #offline-order-contact {
146 #confirm-offline-order-checkbox-strip {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducoleitr.h73 * . t_int32 order, primaryOrder;
81 * . order = ucol_next(c, &success);
83 * . order = ucol_prev(c, &success);
90 * ucol_next() returns the collation order of the next.
91 * ucol_prev() returns the collation order of the previous character.
97 * ucol_prev or ucol_next, the first or last collation order will be returned.
103 * Character based on the comparison level of the collator. A collation order
104 * consists of primary order, secondary order and tertiary order
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.h24 double WebRtcIsac_LevDurb(double *a, double *k, double *r, int order);
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DTestCollidingSetGenerator.java44 public List<Object> order(List<Object> insertionOrder) { method in class:TestCollidingSetGenerator
H A DTestContainerGenerator.java54 * Returns the iteration ordering of elements, given the order in
63 * non-deterministic iteration order.
65 Iterable<E> order(List<E> insertionOrder); method in interface:TestContainerGenerator
H A DTestStringSortedSetGenerator.java36 @Override public List<String> order(List<String> insertionOrder) { method in class:TestStringSortedSetGenerator
/external/libexif/libexif/fuji/
H A Dmnote-fuji-entry.h40 ExifByteOrder order; member in struct:_MnoteFujiEntry

Completed in 612 milliseconds

1234567891011>>