Searched refs:step2 (Results 1 - 25 of 34) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c160 int16_t step1[8], step2[8]; local
180 step2[4] = step1[4] + step1[5];
181 step2[5] = step1[4] - step1[5];
182 step2[6] = -step1[6] + step1[7];
183 step2[7] = step1[6] + step1[7];
186 step1[4] = step2[4];
187 temp1 = (step2[6] - step2[5]) * cospi_16_64;
188 temp2 = (step2[5] + step2[
450 int16_t step1[16], step2[16]; local
881 int16_t step1[32], step2[32]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c194 tran_low_t step1[8], step2[8]; local
214 step2[4] = step1[4] + step1[5];
215 step2[5] = step1[4] - step1[5];
216 step2[6] = -step1[6] + step1[7];
217 step2[7] = step1[6] + step1[7];
220 step1[4] = step2[4];
221 temp1 = (step2[6] - step2[5]) * cospi_16_64;
222 temp2 = (step2[5] + step2[
484 tran_low_t step1[16], step2[16]; local
918 tran_low_t step1[32], step2[32]; local
1601 tran_low_t step1[8], step2[8]; local
1901 tran_low_t step1[16], step2[16]; local
2340 tran_low_t step1[32], step2[32]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm87 ; step2[4] * cospi_28_64
91 ; step2[4] * cospi_4_64
95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64
99 ; temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64
123 ; step2[5] * cospi_12_64
127 ; step2[5] * cospi_20_64
135 ; temp2 = step2[5] * cospi_20_64 + step2[
[all...]
H A Dvp9_idct32x32_add_neon.asm477 ;step2[16] = step1b[16][i] + step1b[17][i];
478 ;step2[17] = step1b[16][i] - step1b[17][i];
479 ;step2[30] = -step1b[30][i] + step1b[31][i];
480 ;step2[31] = step1b[30][i] + step1b[31][i];
512 ;step2[18] = -step1b[18][i] + step1b[19][i];
513 ;step2[19] = step1b[18][i] + step1b[19][i];
514 ;step2[28] = step1b[28][i] + step1b[29][i];
515 ;step2[29] = step1b[28][i] - step1b[29][i];
549 ;step2[18] = dct_const_round_shift(temp1);
550 ;step2[2
[all...]
H A Dvp9_iht8x8_add_neon.asm241 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]
246 ; step2[6] * cospi_16_64
250 ; step2[6] * cospi_16_64
254 ; (step2[6] - step2[5]) * cospi_16_64
258 ; (step2[5] + step2[
[all...]
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm87 ; step2[4] * cospi_28_64
91 ; step2[4] * cospi_4_64
95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64
99 ; temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64
123 ; step2[5] * cospi_12_64
127 ; step2[5] * cospi_20_64
135 ; temp2 = step2[5] * cospi_20_64 + step2[
[all...]
H A Dvp9_idct32x32_add_neon.asm477 ;step2[16] = step1b[16][i] + step1b[17][i];
478 ;step2[17] = step1b[16][i] - step1b[17][i];
479 ;step2[30] = -step1b[30][i] + step1b[31][i];
480 ;step2[31] = step1b[30][i] + step1b[31][i];
512 ;step2[18] = -step1b[18][i] + step1b[19][i];
513 ;step2[19] = step1b[18][i] + step1b[19][i];
514 ;step2[28] = step1b[28][i] + step1b[29][i];
515 ;step2[29] = step1b[28][i] - step1b[29][i];
549 ;step2[18] = dct_const_round_shift(temp1);
550 ;step2[2
[all...]
H A Dvp9_iht8x8_add_neon.asm241 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]
246 ; step2[6] * cospi_16_64
250 ; step2[6] * cospi_16_64
254 ; (step2[6] - step2[5]) * cospi_16_64
258 ; (step2[5] + step2[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c98 __m256i step2[32]; local
312 step2[ 0] = _mm256_add_epi16(step1[0], step1[15]);
313 step2[ 1] = _mm256_add_epi16(step1[1], step1[14]);
314 step2[ 2] = _mm256_add_epi16(step1[2], step1[13]);
315 step2[ 3] = _mm256_add_epi16(step1[3], step1[12]);
316 step2[ 4] = _mm256_add_epi16(step1[4], step1[11]);
317 step2[ 5] = _mm256_add_epi16(step1[5], step1[10]);
318 step2[ 6] = _mm256_add_epi16(step1[6], step1[ 9]);
319 step2[ 7] = _mm256_add_epi16(step1[7], step1[ 8]);
320 step2[
[all...]
H A Dvp9_dct32x32_sse2.c92 __m128i step2[32]; local
306 step2[ 0] = _mm_add_epi16(step1[0], step1[15]);
307 step2[ 1] = _mm_add_epi16(step1[1], step1[14]);
308 step2[ 2] = _mm_add_epi16(step1[2], step1[13]);
309 step2[ 3] = _mm_add_epi16(step1[3], step1[12]);
310 step2[ 4] = _mm_add_epi16(step1[4], step1[11]);
311 step2[ 5] = _mm_add_epi16(step1[5], step1[10]);
312 step2[ 6] = _mm_add_epi16(step1[6], step1[ 9]);
313 step2[ 7] = _mm_add_epi16(step1[7], step1[ 8]);
314 step2[
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct32x32_avx2.c98 __m256i step2[32]; local
312 step2[ 0] = _mm256_add_epi16(step1[0], step1[15]);
313 step2[ 1] = _mm256_add_epi16(step1[1], step1[14]);
314 step2[ 2] = _mm256_add_epi16(step1[2], step1[13]);
315 step2[ 3] = _mm256_add_epi16(step1[3], step1[12]);
316 step2[ 4] = _mm256_add_epi16(step1[4], step1[11]);
317 step2[ 5] = _mm256_add_epi16(step1[5], step1[10]);
318 step2[ 6] = _mm256_add_epi16(step1[6], step1[ 9]);
319 step2[ 7] = _mm256_add_epi16(step1[7], step1[ 8]);
320 step2[
[all...]
H A Dvp9_dct32x32_sse2.c89 __m128i step2[32]; local
303 step2[ 0] = _mm_add_epi16(step1[0], step1[15]);
304 step2[ 1] = _mm_add_epi16(step1[1], step1[14]);
305 step2[ 2] = _mm_add_epi16(step1[2], step1[13]);
306 step2[ 3] = _mm_add_epi16(step1[3], step1[12]);
307 step2[ 4] = _mm_add_epi16(step1[4], step1[11]);
308 step2[ 5] = _mm_add_epi16(step1[5], step1[10]);
309 step2[ 6] = _mm_add_epi16(step1[6], step1[ 9]);
310 step2[ 7] = _mm_add_epi16(step1[7], step1[ 8]);
311 step2[
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c367 tran_high_t step2[8]; // canbe16 local
469 step2[2] = fdct_round_shift(temp1);
470 step2[3] = fdct_round_shift(temp2);
473 step2[4] = fdct_round_shift(temp1);
474 step2[5] = fdct_round_shift(temp2);
476 step3[0] = step1[0] + step2[3];
477 step3[1] = step1[1] + step2[2];
478 step3[2] = step1[1] - step2[2];
479 step3[3] = step1[0] - step2[3];
480 step3[4] = step1[7] - step2[
699 tran_high_t step2[8]; // canbe16 local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c329 /*canbe16*/ int step2[8]; local
431 step2[2] = fdct_round_shift(temp1);
432 step2[3] = fdct_round_shift(temp2);
435 step2[4] = fdct_round_shift(temp1);
436 step2[5] = fdct_round_shift(temp2);
438 step3[0] = step1[0] + step2[3];
439 step3[1] = step1[1] + step2[2];
440 step3[2] = step1[1] - step2[2];
441 step3[3] = step1[0] - step2[3];
442 step3[4] = step1[7] - step2[
659 /*canbe16*/ int step2[8]; local
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
H A Dheap-snapshot-performance-test.js40 InspectorTest.addSniffer(profiles[0], "_wasShown", step2);
51 function step2()
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DarmSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S58 #define step2 r8 define
118 MOV step2,pointStep,LSL #3
119 SUB step2,step2,pointStep @// step2 = 7*pointStep
140 SUB pSrc, pSrc, step2
176 SUB pSrc, pSrc, step2
258 SUB pDst, pDst, step2 @// set pDst to y1
334 SUB pDst, pDst, step2 @// update pDst for the next set
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S65 #define step2 r10 define
203 MOV step2,pointStep,LSL #3
205 SUB step2,step2,pointStep @// step2 = 7*pointStep
207 RSB setStep,step2,#16
329 SUB pDst, pDst, step2 @// set pDst to y1
368 SUB pDst, pDst, step2 @// set pDst to y1
395 SUB pDst, pDst, step2
H A DarmSP_FFT_CToC_SC16_Radix8_fs_unsafe_s.S76 #define step2 r10 define
224 MOV step2,pointStep,LSL #3
226 SUB step2,step2,pointStep @// step2 = 7*pointStep
227 RSB setStep,step2,#16 @// setStep = - 7*pointStep+16
349 SUB pDst, pDst, step2 @// set pDst to y1
384 SUB pDst, pDst, step2 @// set pDst to y1
511 SUB pDst, pDst, step2 @// set pDst to y1
546 SUB pDst, pDst, step2
[all...]
H A DarmSP_FFT_CToC_SC32_Radix8_fs_unsafe_s.S75 #define step2 r10 define
217 MOV step2,pointStep,LSL #3
219 SUB step2,step2,pointStep @// step2 = 7*pointStep
220 RSB setStep,step2,#16 @// setStep = - 7*pointStep+16
340 SUB pDst, pDst, step2 @// set pDst to y1
375 SUB pDst, pDst, step2 @// set pDst to y1
499 SUB pDst, pDst, step2 @// set pDst to y1
534 SUB pDst, pDst, step2
[all...]
/external/opencv/cxcore/src/
H A Dcxnorm.cpp279 const arrtype* src2, int step2, CvSize size, double* _norm),\
280 (src1, step1, src2, step2, size, _norm)) \
286 step2 /= sizeof(src2[0]); \
288 for( ; size.height--; src1 += step1, src2 += step2 ) \
317 const arrtype* src2, int step2, CvSize size, double* _norm),\
318 ( src1, step1, src2, step2, size, _norm )) \
322 step2 /= sizeof(src2[0]); \
324 for( ; size.height--; src1 += step1, src2 += step2 ) \
340 const arrtype* src2, int step2, CvSize size, double* _norm, \
342 (src1, step1, src2, step2, siz
[all...]
H A Dcxarithm.cpp82 ( 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, ds
1869 icvAddWeighted_8u_fast_C1R( const uchar* src1, int step1, double alpha, const uchar* src2, int step2, double beta, double gamma, uchar* dst, int step, CvSize size ) argument
[all...]
H A Dcxcmp.cpp122 const arrtype* src2, int step2, \
126 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
129 for( ; size.height--; src1 += step1, src2 += step2, \
451 const arrtype* src2, int step2, \
454 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
457 for( ; size.height--; src1 += step1, src2 += step2, \
852 const arrtype* src2, int step2, \
855 step1 /= sizeof(src1[0]); step2 /= sizeof(src2[0]); \
859 src2 += step2, dst += step ) \
1252 const arrtype* src2, int step2, \
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
H A DarmSP_FFT_CToC_FC32_Radix8_fs_s.S65 #define step2 x11 define
208 lsl step2,pointStep, #3
211 SUB step2,step2,pointStep // step2 = 7*pointStep
213 rsb setStep,step2,#16
379 SUB pDst, pDst, step2 // set pDst to y1
418 SUB pDst, pDst, step2 // set pDst to y1
449 SUB pDst, pDst, step2
/external/opencv/cv/src/
H A Dcvaccum.cpp83 ( const srctype *src1, int step1, const srctype *src2, int step2, \
85 (src1, step1, src2, step2, dst, dststep, size) ) \
88 step2 /= sizeof(src2[0]); \
91 for( ; size.height--; src1 += step1, src2 += step2, dst += dststep ) \
190 ( const srctype *src1, int step1, const srctype* src2, int step2, \
192 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) \
195 step2 /= sizeof(src2[0]); \
198 for( ; size.height--; src1 += step1, src2 += step2, \
294 ( const srctype *src1, int step1, const srctype* src2, int step2, \
296 (src1, step1, src2, step2, mas
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DRevisionHistoryView.js246 this._revision.requestContent(step2.bind(this, baseContent));
254 function step2(baseContent, newContent)

Completed in 444 milliseconds

12