/external/opencv/cxcore/src/ |
D | cxdxt.cpp | 177 icvDFTFactorize( int n, int* factors ) in icvDFTFactorize() argument 183 factors[0] = n; in icvDFTFactorize() 190 factors[nf++] = f; in icvDFTFactorize() 199 factors[nf++] = f; in icvDFTFactorize() 211 factors[nf++] = n; in icvDFTFactorize() 213 f = (factors[0] & 1) == 0; in icvDFTFactorize() 215 CV_SWAP( factors[i], factors[nf-i-1+f], j ); in icvDFTFactorize() 221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) in icvDFTInit() argument 224 int n = factors[0], m = 0; in icvDFTInit() 265 radix[nf-i-1] = radix[nf-i]*factors[nf-i-1]; in icvDFTInit() [all …]
|
/external/speex/libspeex/ |
D | kiss_fft.c | 327 int * factors, in kf_shuffle() argument 331 const int p=*factors++; /* the radix */ in kf_shuffle() 332 const int m=*factors++; /* stage's fft length/p */ in kf_shuffle() 347 kf_shuffle( Fout , f, fstride*p, in_stride, factors,st); in kf_shuffle() 360 int * factors, in kf_work() argument 369 const int p=*factors++; /* the radix */ in kf_work() 370 const int m=*factors++; /* stage's fft length/p */ in kf_work() 385 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m); in kf_work() 416 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m); in kf_work() 497 kf_factor(nfft,st->factors); in kiss_fft_alloc() [all …]
|
D | _kiss_fft_guts.h | 34 int factors[2*MAXFACTORS]; member
|
/external/icu4c/common/ |
D | unames.c | 782 writeFactorSuffix(const uint16_t *factors, uint16_t count, in writeFactorSuffix() argument 801 factor=factors[i]; in writeFactorSuffix() 838 factor=(uint16_t)(factors[i]-indexes[i]-1); in writeFactorSuffix() 914 const uint16_t *factors=(const uint16_t *)(range+1); in getAlgName() local 916 const char *s=(const char *)(factors+count); in getAlgName() 924 bufferPos+=writeFactorSuffix(factors, count, in getAlgName() 1004 const uint16_t *factors=(const uint16_t *)(range+1); in enumAlgNames() local 1006 const char *s=(const char *)(factors+count); in enumAlgNames() 1023 length=(uint16_t)(prefixLength+writeFactorSuffix(factors, count, in enumAlgNames() 1039 if(idx<factors[i]) { in enumAlgNames() [all …]
|
/external/mesa3d/docs/ |
D | RELNOTES-3.1 | 77 Allows specification of blend factors for RGB and Alpha independently.
|
D | MESA_texture_signed_rgba.spec | 111 127 (that is, uses different scale factors for negative and positive
|
D | RELNOTES-3.5 | 86 Adds extra blend source and dest factors which allow squaring
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | menu_button.mm | 110 // TODO(viettrungluu): We have some fudge factors below to make things line up
|
/external/jpeg/ |
D | wizard.doc | 96 -sample HxV[,...] Set JPEG sampling factors for each color 99 The -sample switch specifies the JPEG sampling factors for each color
|
D | libjpeg.doc | 841 scale factors give lower quality. This entry point is useful for 1003 Horizontal and vertical sampling factors for the component; must 1005 factors indicate a higher-resolution component; many people find 2490 and downsampled to the sampling factors specified in the JPEG parameters. 2514 * Ensure the sampling factors, cinfo->comp_info[i].h_samp_factor and 2538 factors and image sizes, additional dummy DCT blocks are inserted to make 2570 seriously, you must deal with the color space and sampling factors present in 2572 you must check for and fail on other color spaces or other sampling factors. 2577 verify that the color space and sampling factors are ones you can handle. 2667 tables and sampling factors match the way the data was encoded, or the [all …]
|
D | structure.doc | 25 determined by the sampling factors, or a single block in a 125 to the sampling factors to be used. The preprocessing and postprocessing 235 popular sampling factors; the hardwired methods would be faster because they'd
|
/external/qemu/distrib/jpeg-6b/ |
D | wizard.doc | 96 -sample HxV[,...] Set JPEG sampling factors for each color 99 The -sample switch specifies the JPEG sampling factors for each color
|
D | libjpeg.doc | 841 scale factors give lower quality. This entry point is useful for 1003 Horizontal and vertical sampling factors for the component; must 1005 factors indicate a higher-resolution component; many people find 2490 and downsampled to the sampling factors specified in the JPEG parameters. 2514 * Ensure the sampling factors, cinfo->comp_info[i].h_samp_factor and 2538 factors and image sizes, additional dummy DCT blocks are inserted to make 2570 seriously, you must deal with the color space and sampling factors present in 2572 you must check for and fail on other color spaces or other sampling factors. 2577 verify that the color space and sampling factors are ones you can handle. 2667 tables and sampling factors match the way the data was encoded, or the [all …]
|
D | structure.doc | 25 determined by the sampling factors, or a single block in a 125 to the sampling factors to be used. The preprocessing and postprocessing 235 popular sampling factors; the hardwired methods would be faster because they'd
|
/external/llvm/lib/Target/X86/ |
D | README-X86-64.txt | 155 Consider the following (contrived testcase, but contains common factors):
|
/external/libvpx/ |
D | CHANGELOG | 205 Normalize quantizer's zero bin and rounding factors
|
/external/chromium/base/ |
D | process_util_mac.mm | 832 // many blocks as it's able to from the free list. These factors mean that it 835 // due to these other factors, or due to genuine memory or address space
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.OS2 | 269 - Improved the coordinate correction routine to use two scale factors for each axis.
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | WebHostedNetscapePluginView.mm | 185 // of 1. For non-1.0 scale factors this assumption is false.
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
D | infobar_controller.mm | 292 // TODO(joth): This method factors out some common functionality between the
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/ |
D | UniversalBinaryNotes.rtf | 16 Because of all these combined factors, we have made the decision to make Mac OS X 10.4 the new mini…
|
/external/libpng/ |
D | README | 47 factors for row filter selection, direct reads of integers from buffers
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 100 // other factors. You'll get a reasonable estimate though.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 39 // to resizing and scrolling relies on many visual factors. The following 40 // struct is used to pass around these factors to the several support
|
/external/eigen/doc/ |
D | C09_TutorialSparse.dox | 333 Finally, each solver provides some specific features, such as determinant, access to the factors, c…
|