| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
| vp9_idct.c | 160 int16_t step1[8], step2[8]; local 163 step1[0] = input[0]; 164 step1[2] = input[4]; 165 step1[1] = input[2]; 166 step1[3] = input[6]; 169 step1[4] = dct_const_round_shift(temp1); 170 step1[7] = dct_const_round_shift(temp2); 173 step1[5] = dct_const_round_shift(temp1); 174 step1[6] = dct_const_round_shift(temp2); 177 idct4(step1, step1) 450 int16_t step1[16], step2[16]; local 881 int16_t step1[32], step2[32]; local [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
| vp9_dct.c | 328 /*canbe16*/ int step1[8]; local 346 step1[0] = (in[7 * stride] - in[ 8 * stride]) * 4; 347 step1[1] = (in[6 * stride] - in[ 9 * stride]) * 4; 348 step1[2] = (in[5 * stride] - in[10 * stride]) * 4; 349 step1[3] = (in[4 * stride] - in[11 * stride]) * 4; 350 step1[4] = (in[3 * stride] - in[12 * stride]) * 4; 351 step1[5] = (in[2 * stride] - in[13 * stride]) * 4; 352 step1[6] = (in[1 * stride] - in[14 * stride]) * 4; 353 step1[7] = (in[0 * stride] - in[15 * stride]) * 4; 365 step1[0] = ((in[7 * 16] + 1) >> 2) - ((in[ 8 * 16] + 1) >> 2) 658 \/*canbe16*\/ int step1[8]; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
| Tests.js | 564 function step1() 594 step1(); 621 function step1() 662 step1(); 696 function step1() 721 step1();
|
| /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/ |
| armSP_FFT_CToC_FC32_Radix8_fs_s.S | 64 #define step1 x10 define 205 //MOV step1,pointStep,LSL #1 // step1 = 2*pointStep 207 lsl step1,grpSize, #4 271 st2 {dYr0,dYi0},[pDst],step1 // store y0 279 st2 {dYr2,dYi2},[pDst],step1 // store y2 286 st2 {dYr4,dYi4},[pDst],step1 // store y4 295 st2 {dYr6,dYi6},[pDst],step1 // store y6 303 st2 {dYr6,dYi6},[pDst],step1 // store y2 311 st2 {dYr4,dYi4},[pDst],step1 // store y [all...] |
| /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
| omxSP_FFTFwd_RToCCS_S16_Sfs_s.S | 78 #define step1 r10 define 434 MOV step1,subFFTSize,LSL #1 @ step1 = N/2 * 2 bytes 447 SUB step1,step1,#8 @ (N/4-1)*8 bytes 448 RSB step1r,step1,#8 450 SUB step2, step1, #4 462 VLD1 dW0r,[argTwiddle],step1 463 SUB step1, step1, #1 [all...] |
| /external/opencv/cxcore/src/ |
| cxmatrix.cpp | 1535 int step1 = srcA->step ? srcA->step\/sizeof(src1data[0]) : 1; local 1558 int step1 = srcA->step ? srcA->step\/sizeof(src1data[0]) : 1; local [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
| org.apache.lucene_1.9.1.v20100518-1140.jar | |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/ |
| vp9_dct32x32_avx2.c | 97 __m256i step1[32]; local 106 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2; 112 __m256i *step1a = &step1[ 0]; 113 __m256i *step1b = &step1[31]; 142 __m256i *step1a = &step1[ 4]; 143 __m256i *step1b = &step1[27]; 172 __m256i *step1a = &step1[ 8]; 173 __m256i *step1b = &step1[23]; 202 __m256i *step1a = &step1[12]; 203 __m256i *step1b = &step1[19] [all...] |
| vp9_dct32x32_sse2.c | 91 __m128i step1[32]; local 100 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2; 106 __m128i *step1a = &step1[ 0]; 107 __m128i *step1b = &step1[31]; 136 __m128i *step1a = &step1[ 4]; 137 __m128i *step1b = &step1[27]; 166 __m128i *step1a = &step1[ 8]; 167 __m128i *step1b = &step1[23]; 196 __m128i *step1a = &step1[12]; 197 __m128i *step1b = &step1[19] [all...] |
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_dct32x32_avx2.c | 97 __m256i step1[32]; local 106 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2; 112 __m256i *step1a = &step1[ 0]; 113 __m256i *step1b = &step1[31]; 142 __m256i *step1a = &step1[ 4]; 143 __m256i *step1b = &step1[27]; 172 __m256i *step1a = &step1[ 8]; 173 __m256i *step1b = &step1[23]; 202 __m256i *step1a = &step1[12]; 203 __m256i *step1b = &step1[19] [all...] |
| vp9_dct32x32_sse2.c | 88 __m128i step1[32]; local 97 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2; 103 __m128i *step1a = &step1[ 0]; 104 __m128i *step1b = &step1[31]; 133 __m128i *step1a = &step1[ 4]; 134 __m128i *step1b = &step1[27]; 163 __m128i *step1a = &step1[ 8]; 164 __m128i *step1b = &step1[23]; 193 __m128i *step1a = &step1[12]; 194 __m128i *step1b = &step1[19] [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
| vp9_dct32x32_avx2.c | 97 __m256i step1[32]; local 106 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2; 112 __m256i *step1a = &step1[ 0]; 113 __m256i *step1b = &step1[31]; 142 __m256i *step1a = &step1[ 4]; 143 __m256i *step1b = &step1[27]; 172 __m256i *step1a = &step1[ 8]; 173 __m256i *step1b = &step1[23]; 202 __m256i *step1a = &step1[12]; 203 __m256i *step1b = &step1[19] [all...] |
| vp9_dct32x32_sse2.c | 88 __m128i step1[32]; local 97 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2; 103 __m128i *step1a = &step1[ 0]; 104 __m128i *step1b = &step1[31]; 133 __m128i *step1a = &step1[ 4]; 134 __m128i *step1b = &step1[27]; 163 __m128i *step1a = &step1[ 8]; 164 __m128i *step1b = &step1[23]; 193 __m128i *step1a = &step1[12]; 194 __m128i *step1b = &step1[19] [all...] |