HomeSort by relevance Sort by last modified time
    Searched refs:step1 (Results 1 - 25 of 65) sorted by null

1 2 3

  /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...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 157 tran_low_t step1[8], step2[8]; local
160 step1[0] = input[0];
161 step1[2] = input[4];
162 step1[1] = input[2];
163 step1[3] = input[6];
166 step1[4] = WRAPLOW(dct_const_round_shift(temp1), 8);
167 step1[7] = WRAPLOW(dct_const_round_shift(temp2), 8);
170 step1[5] = WRAPLOW(dct_const_round_shift(temp1), 8);
171 step1[6] = WRAPLOW(dct_const_round_shift(temp2), 8);
174 temp1 = (step1[0] + step1[2]) * cospi_16_64
389 tran_low_t step1[16], step2[16]; local
792 tran_low_t step1[32], step2[32]; local
1396 tran_low_t step1[8], step2[8]; local
1626 tran_low_t step1[16], step2[16]; local
2035 tran_low_t step1[32], step2[32]; local
    [all...]
fwd_txfm.c 203 tran_high_t step1[8]; // canbe16 local
221 step1[0] = (in_pass0[7 * stride] - in_pass0[ 8 * stride]) * 4;
222 step1[1] = (in_pass0[6 * stride] - in_pass0[ 9 * stride]) * 4;
223 step1[2] = (in_pass0[5 * stride] - in_pass0[10 * stride]) * 4;
224 step1[3] = (in_pass0[4 * stride] - in_pass0[11 * stride]) * 4;
225 step1[4] = (in_pass0[3 * stride] - in_pass0[12 * stride]) * 4;
226 step1[5] = (in_pass0[2 * stride] - in_pass0[13 * stride]) * 4;
227 step1[6] = (in_pass0[1 * stride] - in_pass0[14 * stride]) * 4;
228 step1[7] = (in_pass0[0 * stride] - in_pass0[15 * stride]) * 4;
240 step1[0] = ((in[7 * 16] + 1) >> 2) - ((in[ 8 * 16] + 1) >> 2)
    [all...]
  /external/testng/src/test/java/test/dependent/
SampleDependentMethods5.java 13 public void step1() { method in class:SampleDependentMethods5
16 @Test(dependsOnMethods = { "step1", "blablabla" })
SampleDependentMethods6.java 12 public void step1() { method in class:SampleDependentMethods6
15 @Test(dependsOnMethods = { "step1" })
SampleDependentMethods4.java 14 public void step1() { method in class:SampleDependentMethods4
17 @Test(dependsOnMethods = { "step1" })
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_add_neon.asm 150 ; step1[0] * cospi_16_64
154 ; step1[1] * cospi_16_64
165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64
169 ; temp2 = (step1[0] - step1[1]) * cospi_16_64
181 ; step1[2] * cospi_24_64 - step1[3] * cospi_8_64;
182 ; step1[2] * cospi_8_64
186 ; step1[2] * cospi_24_6
    [all...]
idct32x32_add_neon.asm 531 ;step1[16] = step1b[16][i] + step1b[19][i];
532 ;step1[17] = step1b[17][i] + step1b[18][i];
533 ;step1[18] = step1b[17][i] - step1b[18][i];
534 ;step1[29] = step1b[30][i] - step1b[29][i];
535 ;step1[30] = step1b[30][i] + step1b[29][i];
536 ;step1[31] = step1b[31][i] + step1b[28][i];
555 ;step1[19] = step1b[16][i] - step1b[19][i];
556 ;step1[28] = step1b[31][i] - step1b[28][i];
646 ;step1[22] = step1b[22][i] + step1b[21][i];
647 ;step1[23] = step1b[23][i] + step1b[20][i]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 150 ; step1[0] * cospi_16_64
154 ; step1[1] * cospi_16_64
165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64
169 ; temp2 = (step1[0] - step1[1]) * cospi_16_64
181 ; step1[2] * cospi_24_64 - step1[3] * cospi_8_64;
182 ; step1[2] * cospi_8_64
186 ; step1[2] * cospi_24_6
    [all...]
vp9_idct32x32_add_neon.asm 531 ;step1[16] = step1b[16][i] + step1b[19][i];
532 ;step1[17] = step1b[17][i] + step1b[18][i];
533 ;step1[18] = step1b[17][i] - step1b[18][i];
534 ;step1[29] = step1b[30][i] - step1b[29][i];
535 ;step1[30] = step1b[30][i] + step1b[29][i];
536 ;step1[31] = step1b[31][i] + step1b[28][i];
555 ;step1[19] = step1b[16][i] - step1b[19][i];
556 ;step1[28] = step1b[31][i] - step1b[28][i];
646 ;step1[22] = step1b[22][i] + step1b[21][i];
647 ;step1[23] = step1b[23][i] + step1b[20][i]
    [all...]
vp9_iht8x8_add_neon.asm 241 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
242 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
243 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7]
244 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7]
271 vadd.s16 q8, q0, q7 ; output[0] = step1[0] + step1[7]
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 98 __m256i step1[32]; local
107 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2;
113 __m256i *step1a = &step1[ 0];
114 __m256i *step1b = &step1[31];
143 __m256i *step1a = &step1[ 4];
144 __m256i *step1b = &step1[27];
173 __m256i *step1a = &step1[ 8];
174 __m256i *step1b = &step1[23];
203 __m256i *step1a = &step1[12];
204 __m256i *step1b = &step1[19]
    [all...]
fwd_dct32x32_impl_sse2.h 118 __m128i step1[32]; local
127 // step1[i] = (in[ 0 * stride] + in[(32 - 1) * stride]) << 2;
133 __m128i *step1a = &step1[ 0];
134 __m128i *step1b = &step1[31];
163 __m128i *step1a = &step1[ 4];
164 __m128i *step1b = &step1[27];
193 __m128i *step1a = &step1[ 8];
194 __m128i *step1b = &step1[23];
223 __m128i *step1a = &step1[12];
224 __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...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_dct.c 95 tran_high_t step1[8]; // canbe16 local
111 step1[0] = in[7] - in[ 8];
112 step1[1] = in[6] - in[ 9];
113 step1[2] = in[5] - in[10];
114 step1[3] = in[4] - in[11];
115 step1[4] = in[3] - in[12];
116 step1[5] = in[2] - in[13];
117 step1[6] = in[1] - in[14];
118 step1[7] = in[0] - in[15];
174 temp1 = (step1[5] - step1[2]) * cospi_16_64
    [all...]
  /external/opencv3/modules/core/src/
arithm.cpp 76 void vBinOp(const T* src1, size_t step1, const T* src2, size_t step2, T* dst, size_t step, Size sz)
83 for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1),
152 void vBinOp32(const T* src1, size_t step1, const T* src2, size_t step2,
160 for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1),
247 void vBinOp64(const T* src1, size_t step1, const T* src2, size_t step2,
255 for( ; sz.height--; src1 = (const T *)((const uchar *)src1 + step1),
748 static inline void fixSteps(Size sz, size_t elemSize, size_t& step1, size_t& step2, size_t& step)
751 step1 = step2 = step = sz.width*elemSize;
755 static void add8u( const uchar* src1, size_t step1,
762 fixSteps(sz, sizeof(dst[0]), step1, step2, step)
    [all...]
  /external/opencv3/modules/cudalegacy/perf/
perf_labeling.cpp 94 int pitch = static_cast<int>(labels.step1());
114 unsigned char* sp = &source[p.y * image.step1() + p.x];
127 if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+image.step1()]))
131 if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-static_cast<int>(image.step1())]))
  /external/opencv3/modules/cudalegacy/test/
test_labeling.cpp 86 int pitch = (int) labels.step1();
91 int step1 = (int)image.step1(); local
107 unsigned char* sp = &source[p.y * step1 + p.x];
120 if( p.y < (height - 1) && dl[+pitch] == -1 && inInt(sp[0], sp[+step1]))
124 if( p.y > 0 && dl[-pitch] == -1 && inInt(sp[0], sp[-step1]))
  /external/opencv/cxcore/src/
cxnorm.cpp 278 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \
280 (src1, step1, src2, step2, size, _norm)) \
285 step1 /= sizeof(src1[0]); \
288 for( ; size.height--; src1 += step1, src2 += step2 ) \
316 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \
318 ( src1, step1, src2, step2, size, _norm )) \
321 step1 /= sizeof(src1[0]); \
324 for( ; size.height--; src1 += step1, src2 += step2 ) \
339 IPCVAPI_IMPL( CvStatus, name,( const arrtype* src1, int step1, \
342 (src1, step1, src2, step2, size, _norm, cvAlgHintAccurate ))
    [all...]
cxcmp.cpp 121 icvInRange_##flavor##_C##cn##R( const arrtype* src1, int step1, \
126 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
129 for( ; size.height--; src1 += step1, src2 += step2, \
190 icvInRangeC_##flavor##_C##cn##R( const arrtype* src1, int step1, \
194 step1 /= sizeof(src1[0]); step /= sizeof(dst[0]); \
196 for( ; size.height--; src1 += step1, dst += step ) \
450 icv##name##_##flavor##_C1R( const arrtype* src1, int step1, \
454 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
457 for( ; size.height--; src1 += step1, src2 += step2, \
491 icv##name##C_##flavor##_C1R( const arrtype* src1, int step1, \
    [all...]
cxarithm.cpp 82 ( const type* src1, int step1, const type* src2, int step2, \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
98 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
111 ( const type* src1, int step1, const type* src2, int step2, \
113 (src1, step1, src2, step2, dst, step, size, 0) ) \
115 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
119 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
127 for( ; size.height--; src1 += step1, src2 += step2, dst += step )
    [all...]
cxlogic.cpp 63 ( const uchar* src1, int step1, const uchar* src2, int step2, \
64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
574 ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ),
575 (src1, step1, dst, step, size) )
577 for( ; size.height--; src1 += step1, dst += step )
  /external/opencv/cxcore/include/
cxmisc.h     [all...]

Completed in 568 milliseconds

1 2 3