/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/ |
d3d11tex.hlsl | 42 float4 factors : FACTORS;
50 result.factors.xy = input.texcoord;
51 result.factors.zw = 1 - input.texcoord;
59 float4 a = a0 * input.factors.z + a1 * input.factors.x;
63 float4 b = b0 * input.factors.z + b1 * input.factors.x;
65 return a * input.factors.w + b * input.factors.y; [all...] |
/external/ImageMagick/coders/ |
exr.c | 388 factors[3]; 470 factors[0]=0; 476 Sampling factors, valid values are 1x1 or 2x2. 478 if (sscanf(sampling_factor,"%d:%d:%d",factors,factors+1,factors+2) == 3) 480 if ((factors[0] == factors[1]) && (factors[1] == factors[2]) 381 factors[3]; local [all...] |
jpeg.c | 995 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"Sampling Factors: %s", 2468 **factors; local [all...] |
/external/opencv/cxcore/src/ |
cxdxt.cpp | 177 icvDFTFactorize( int n, int* factors ) 183 factors[0] = n; 190 factors[nf++] = f; 199 factors[nf++] = f; 211 factors[nf++] = n; 213 f = (factors[0] & 1) == 0; 215 CV_SWAP( factors[i], factors[nf-i-1+f], j ); 221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) 224 int n = factors[0], m = 0 [all...] |
/external/speex/libspeex/ |
kiss_fft.c | 327 int * factors, 331 const int p=*factors++; /* the radix */ 332 const int m=*factors++; /* stage's fft length/p */ 347 kf_shuffle( Fout , f, fstride*p, in_stride, factors,st); 360 int * factors, 369 const int p=*factors++; /* the radix */ 370 const int m=*factors++; /* stage's fft length/p */ 385 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m); 416 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m); 450 p = n; /* no more factors, skip to end * [all...] |
_kiss_fft_guts.h | 26 /* e.g. an fft of length 128 has 4 factors 34 int factors[2*MAXFACTORS]; member in struct:kiss_fft_state
|
/external/opencv3/modules/core/src/ |
dxt.cpp | 132 DFTFactorize( int n, int* factors ) 138 factors[0] = n; 145 factors[nf++] = f; 154 factors[nf++] = f; 166 factors[nf++] = n; 168 f = (factors[0] & 1) == 0; 170 CV_SWAP( factors[i], factors[nf-i-1+f], j ); 176 DFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) 179 int n = factors[0], m = 0 [all...] |
/external/libopus/celt/ |
kiss_fft.c | 456 opus_int16 * factors, 460 const int p=*factors++; /* the radix */ 461 const int m=*factors++; /* stage's fft length/p */ 476 compute_bitrev_table( Fout , f, fstride*p, in_stride, factors,st); 501 p = n; /* no more factors, skip to end */ 544 size_t memneeded = sizeof(struct kiss_fft_state); /* twiddle factors*/ 574 if (!kf_factor(nfft,st->factors)) 583 compute_bitrev_table(0, bitrev, 1,1, st->factors,st); 635 p = st->factors[2*L]; 636 m = st->factors[2*L+1] [all...] |
kiss_fft.h | 75 /* e.g. an fft of length 128 has 4 factors 86 opus_int16 factors[2*MAXFACTORS]; member in struct:kiss_fft_state
|
/external/icu/icu4c/source/common/ |
unames.cpp | 771 writeFactorSuffix(const uint16_t *factors, uint16_t count, 780 /* write elements according to the factors */ 784 * with the factors of this algorithm 790 factor=factors[i]; 796 * guarantees here that code<=factors[0] 826 /* skip the rest of the strings for this factors[i] */ 827 factor=(uint16_t)(factors[i]-indexes[i]-1); 903 const uint16_t *factors=(const uint16_t *)(range+1); local 905 const char *s=(const char *)(factors+count); 913 bufferPos+=writeFactorSuffix(factors, count 993 const uint16_t *factors=(const uint16_t *)(range+1); local 1122 const uint16_t *factors=(const uint16_t *)(range+1); local 1236 const uint16_t *factors=(const uint16_t *)(range+1); local [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 191 // if verbose, show factors 226 * See if any key exists for non-zero factors. 235 * set the factors 237 * @param factors percentages for each type of event 239 public void setFactors(float factors[]) { 241 if (factors.length < c) { 242 c = factors.length; 245 mFactors[i] = factors[i];
|
/external/libavc/common/arm/ |
ih264_iquant_itrans_recon_a9.s | 502 vld1.32 {q10}, [r6]! @ Q10 = scaling factors row 0 505 vld1.32 {q11}, [r6]! @ Q11 = scaling factors row 1 512 vld1.32 {q13}, [r6]! @ Scaling factors row 2 514 vld1.32 {q14}, [r6]! @ Scaling factors row 3 525 vld1.32 {q4}, [r6]! @ Scaling factors row 4 528 vld1.32 {q5}, [r6]! @ Scaling factors row 5 544 vld1.32 {q13}, [r6]! @ Scaling factors row 6 554 vld1.32 {q14}, [r6]! @ Scaling factors row 7 [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat.go | 72 // Preconditions: b is non-zero; a and b have no common factors. 170 // Preconditions: b is non-zero; a and b have no common factors.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
rat.go | 69 // Preconditions: b is non-zero; a and b have no common factors. 167 // Preconditions: b is non-zero; a and b have no common factors.
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat.go | 69 // Preconditions: b is non-zero; a and b have no common factors. 167 // Preconditions: b is non-zero; a and b have no common factors.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
rat.go | 72 // Preconditions: b is non-zero; a and b have no common factors. 170 // Preconditions: b is non-zero; a and b have no common factors.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
rat.go | 69 // Preconditions: b is non-zero; a and b have no common factors. 167 // Preconditions: b is non-zero; a and b have no common factors.
|
/prebuilts/go/linux-x86/src/math/big/ |
rat.go | 69 // Preconditions: b is non-zero; a and b have no common factors. 167 // Preconditions: b is non-zero; a and b have no common factors.
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
vpx_subpixel_bilinear_sse2.asm | 39 pmullw xmm0, xmm4 ;multiply the filter factors
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 111 127 (that is, uses different scale factors for negative and positive
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_subpixel_bilinear_sse2.asm | 39 pmullw xmm0, xmm4 ;multiply the filter factors
|
/prebuilts/go/darwin-x86/src/runtime/ |
msize.go | 207 // always even, so the first shift implements the factors of 2 in d
|
/prebuilts/go/linux-x86/src/runtime/ |
msize.go | 207 // always even, so the first shift implements the factors of 2 in d
|
/prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta3/ |
chartlib-24.4.0-beta3.jar | |
/prebuilts/gradle-plugin/com/android/tools/chartlib/chartlib/24.4.0-beta6/ |
chartlib-24.4.0-beta6.jar | |