Searched refs:order (Results 376 - 400 of 874) sorted by relevance

<<11121314151617181920>>

/external/ImageMagick/coders/
H A Djnx.c92 order;
193 jnx_info.order=ReadBlobLSBSignedLong(image);
196 jnx_info.order=30;
89 order; member in struct:_JNXInfo
/external/flac/include/FLAC/
H A Dformat.h130 /** The maximum LPC order permitted by the format. */
133 /** The maximum LPC order permitted by the FLAC subset for sample rates
147 /** The maximum order of the fixed predictors permitted by the format. */
150 /** The maximum Rice partition order permitted by the format. */
153 /** The maximum Rice partition order permitted by the FLAC Subset. */
226 * specified as an order, i.e. the number of array elements
235 unsigned order; member in struct:__anon6489
236 /**< The partition order, i.e. # of contexts = 2 ^ \a order. */
302 unsigned order; member in struct:__anon6495
319 unsigned order; member in struct:__anon6496
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapTestSuiteBuilder.java364 public Iterable<Entry<K, Collection<V>>> order(List<Entry<K, Collection<V>>> insertionOrder) { method in class:MultimapTestSuiteBuilder.AsMapGenerator
373 Iterable<Map.Entry<K, V>> ordered = multimapGenerator.order(builder);
425 public Iterable<Entry<K, V>> order(List<Entry<K, V>> insertionOrder) { method in class:MultimapTestSuiteBuilder.EntriesGenerator
426 return multimapGenerator.order(insertionOrder);
464 public Iterable<V> order(List<V> insertionOrder) { method in class:MultimapTestSuiteBuilder.ValuesGenerator
471 Iterable<Entry<K, V>> ordered = multimapGenerator.order(entries);
533 public Iterable<K> order(List<K> insertionOrder) { method in class:MultimapTestSuiteBuilder.KeysGenerator
539 Iterable<Entry<K, V>> ordered = multimapGenerator.order(entries);
571 public Iterable<V> order(List<V> insertionOrder) { method in class:MultimapTestSuiteBuilder.MultimapGetGenerator
578 Iterable<Entry<K, V>> orderedEntries = multimapGenerator.order(entrie
640 public Iterable<Map.Entry<K, V>> order( method in class:MultimapTestSuiteBuilder.ReserializedMultimapGenerator
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcitertst.c799 uint32_t order; local
805 order = ucol_previous(iter, &status);
808 if (order == 0)
809 order = ucol_previous(iter, &status);
816 size = ucol_getMaxExpansion(iter, order);
826 uint32_t order; local
829 order = ucol_previous(iter, &status);
830 size = ucol_getMaxExpansion(iter, order);
982 if ((count > 250 && testorders[-- count].order != orders[1].order) ||
[all...]
/external/libdrm/tests/util/
H A Dpattern.c212 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1;
213 unsigned char *c_mem = (yuv->order & YUV_CY) ? mem : mem + 1;
214 unsigned int u = (yuv->order & YUV_YCrCb) ? 2 : 0;
215 unsigned int v = (yuv->order & YUV_YCbCr) ? 2 : 0;
482 u = info->yuv.order & YUV_YCbCr ? planes[1] : planes[1] + 1;
483 v = info->yuv.order & YUV_YCrCb ? planes[1] : planes[1] + 1;
555 /* we can ignore the order of R,G,B channels */
648 unsigned char *y_mem = (yuv->order & YUV_YC) ? mem : mem + 1;
649 unsigned char *c_mem = (yuv->order & YUV_CY) ? mem : mem + 1;
650 unsigned int u = (yuv->order
[all...]
/external/libopus/silk/
H A DNLSF_del_dec_quant.c36 opus_int8 indices[], /* O Quantization indices [ order ] */
37 const opus_int16 x_Q10[], /* I Input [ order ] */
38 const opus_int16 w_Q5[], /* I Weights [ order ] */
39 const opus_uint8 pred_coef_Q8[], /* I Backward predictor coefs [ order ] */
40 const opus_int16 ec_ix[], /* I Indices to entropy coding tables [ order ] */
45 const opus_int16 order /* I Number of input values */
87 for( i = order - 1; ; i-- ) {
208 for( j = 0; j < order; j++ ) {
H A DSigProc_FIX.h38 #define SILK_MAX_ORDER_LPC 16 /* max order of the LPC analysis in schur() and k2a() */
95 * second order ARMA filter;
109 /* Variable order MA prediction error filter. */
113 const opus_int16 *B, /* I MA prediction coefficients, Q12 [order] */
115 const opus_int32 d, /* I Filter order */
136 const opus_int16 *A_Q12, /* I Prediction coefficients, Q12 [order] */
137 const opus_int order /* I Prediction order */
142 const opus_int32 *A_Q24, /* I Prediction coefficients [order] */
143 const opus_int order /*
[all...]
/external/libvorbis/lib/
H A Dblock.c417 int order=16; local
418 float *lpc=alloca(order*sizeof(*lpc));
423 if(v->pcm_current-v->centerW>order*2){ /* safety */
430 vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
444 vorbis_lpc_predict(lpc,work+v->pcm_current-v->centerW-order,
445 order,
464 int order=32; local
466 float *lpc=alloca(order*sizeof(*lpc));
483 if(v->eofflag>order*2){
490 vorbis_lpc_from_data(v->pcm[i]+v->eofflag-n,lpc,n,order);
[all...]
H A Dfloor0.c79 info->order=oggpack_read(opb,8);
86 if(info->order<1)goto err_out;
148 look->m=info->order;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPreferenceTest.java139 for(int order : values) {
140 preference.setOrder(order);
141 assertThat(preference.getOrder(), equalTo(order));
/external/skia/src/image/
H A DSkSurface.cpp15 SkFontLCDConfig::LCDOrder order = SkFontLCDConfig::GetSubpixelOrder(); local
16 if (SkFontLCDConfig::kNONE_LCDOrder == order) {
28 if (SkFontLCDConfig::kBGR_LCDOrder == order) {
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp403 switch (format.order)
921 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order))
927 if (tcu::hasStencilComponent(format.order))
930 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order))
933 if (tcu::hasDepthComponent(format.order))
1157 DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::mapVkFormat(format).order))
1160 DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tc
1400 getPrimaryImageAspect(tcu::TextureFormat::ChannelOrder order) argument
2504 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()).order; local
2551 const tcu::TextureFormat::ChannelOrder order = mapVkFormat(attachmentInfo[attachmentNdx].getFormat()).order; local
[all...]
/external/libunwind/doc/
H A Dunw_create_addr_space.tex23 \Var{byteorder} can be set to 0 to request the default byte-order of
24 the unwind target. To request a particular byte-order,
27 request little-endian byte-order and \Const{\_\_BIG\_ENDIAN} would
28 request big-endian byte-order. Whether or not a particular byte-order
142 byte-order of the host-platform, regardless of the byte-order of the
144 routine to convert between the target's and the host's byte-order, if
161 points to is always in the byte-order of the host-platform, regardless
162 of the byte-order o
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp412 std::vector<int> order; local
415 order.push_back((int)n);
416 rnd.shuffle(order.begin(), order.end());
418 DE_ASSERT(order.size() >= 4);
421 const int face = order[ndx];
539 std::vector<int> order; local
542 order.push_back((int)n);
543 rnd.shuffle(order.begin(), order
663 std::vector<int> order; local
[all...]
H A Des3fFboInvalidateTests.cpp465 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
466 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
578 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
579 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
712 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order
[all...]
/external/aac/libAACenc/src/
H A Dbitenc.cpp440 description: encode TNS data (filter order, coeffs, ..)
474 description: encode TNS data (filter order, coeffs, ..)
512 FDK_ASSERT(tnsInfo->order[i][j] <= 12);
513 FDKwriteBits(hBitStream,tnsInfo->order[i][j],(blockType==SHORT_WINDOW?3:5));
515 if (tnsInfo->order[i][j]){
520 for(k=0; k<tnsInfo->order[i][j]; k++) {
529 for(k=0; k<tnsInfo->order[i][j]; k++) {
539 for (k=0; k<tnsInfo->order[i][j]; k++ ) {
558 if (tnsInfo->order[i][j]) {
563 for (k=0; k<tnsInfo->order[
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableMultisetTest.java92 public List<String> order(List<String> insertionOrder) {
93 List<String> order = new ArrayList<String>();
95 int index = order.indexOf(s);
97 order.add(s);
99 order.add(index, s);
102 return order;
/external/flac/libFLAC/
H A Dstream_decoder.c99 static FLAC__bool read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
100 static FLAC__bool read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode);
140 void (*local_lpc_restore_signal)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
142 void (*local_lpc_restore_signal_64bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
144 void (*local_lpc_restore_signal_16bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
2577 FLAC__bool read_subframe_fixed_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
2587 subframe->order = order;
2590 for(u = 0; u < order; u++) {
2605 if(decoder->private_->frame.header.blocksize >> u32 < order) {
2639 read_subframe_lpc_(FLAC__StreamDecoder *decoder, unsigned channel, unsigned bps, const unsigned order, FLAC__bool do_full_decode) argument
[all...]
/external/libexif/contrib/watcom/
H A DMakefile66 $(LIBEXIFDIR)\exif-byte-order.obj $(LIBEXIFDIR)\exif-content.obj &
96 $(LIBEXIFDIR)\exif-byte-order.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-byte-order.c
/external/zlib/src/contrib/puff/
H A Dpuff.c20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code
201 * each length, which for a canonical code are stepped through in order.
202 * symbol[] are the symbol values in canonical order, where the number of
222 * build the code value reversed from what is in the stream in order to
312 * sorted by length, retaining their original order within each length. The
337 * - Within a given code length, the symbols are kept in ascending order for
370 * put symbols in table sorted by length, by symbol order within each
592 * - The code lengths are stored in order for the symbols, so lengths are
641 * code. The code length code lengths are received in a permuted order (see
642 * the order[] arra
674 static const short order[19] = /* permutation of code length codes */ local
[all...]
/external/ImageMagick/www/api/
H A Dcolormap.php92 <p>WARNING: this assumes an images colormap is in a well know and defined order. Currently Imagemagick has no way of setting that order.</p>
/external/deqp/framework/common/
H A DtcuFuzzyImageCompare.cpp173 // \note Temporary surface is written in column-wise order
270 return format.type == TextureFormat::UNORM_INT8 && (format.order == TextureFormat::RGB || format.order == TextureFormat::RGBA);
294 switch (ref.getFormat().order)
302 switch (cmp.getFormat().order)
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
H A DByteArrayAsListTest.java116 public List<Byte> order(List<Byte> insertionOrder) { method in class:ByteArrayAsListTest.TestByteListGenerator
H A DCharArrayAsListTest.java116 public List<Character> order(List<Character> insertionOrder) { method in class:CharArrayAsListTest.TestCharListGenerator
H A DDoubleArrayAsListTest.java116 public List<Double> order(List<Double> insertionOrder) { method in class:DoubleArrayAsListTest.TestDoubleListGenerator

Completed in 1706 milliseconds

<<11121314151617181920>>