Searched refs:factors (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl42 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;
/external/speex/libspeex/
H A Dkiss_fft.c327 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, ski
322 kf_shuffle( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st ) argument
355 kf_work( kiss_fft_cpx * Fout, const kiss_fft_cpx * f, const size_t fstride, int in_stride, int * factors, const kiss_fft_cfg st, int N, int s2, int m2 ) argument
[all...]
H A D_kiss_fft_guts.h26 /* e.g. an fft of length 128 has 4 factors
34 int factors[2*MAXFACTORS]; member in struct:kiss_fft_state
/external/opencv/cxcore/src/
H A Dcxdxt.cpp177 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 ) argument
224 int n = factors[
[all...]
/external/libopus/celt/
H A Dkiss_fft.c456 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[
451 compute_bitrev_table( int Fout, opus_int16 *f, const size_t fstride, int in_stride, opus_int16 * factors, const kiss_fft_state *st ) argument
[all...]
H A Dkiss_fft.h75 /* 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/
H A Dunames.cpp771 writeFactorSuffix(const uint16_t *factors, uint16_t count, argument
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, coun
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...]
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_a9.s502 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
H A Dih264_intra_pred_chroma_a9q.s404 vld1.64 {q4}, [r12] @ Load multiplication factors 1 to 8 into D3
/external/jpeg/
H A Dmips_idct_le.S59 # $s0:3 - simd quantization factors
300 # $s0:3 - simd quantization factors
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_subpixel_bilinear_sse2.asm39 pmullw xmm0, xmm4 ;multiply the filter factors
H A Dvp9_subpixel_8t_sse2.asm61 pmullw xmm0, k0k1 ;multiply the filter factors
113 movdqa k0, xmm0 ;store filter factors on stack
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec111 127 (that is, uses different scale factors for negative and positive
/external/bison/build-aux/
H A Dtexinfo.tex1479 % used as factors; they just match (closely enough) what Knuth defined.

Completed in 417 milliseconds