HomeSort by relevance Sort by last modified time
    Searched full:step2 (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 160 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[6]) * cospi_16_64
450 int16_t step1[16], step2[16]; local
881 int16_t step1[32], step2[32]; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 160 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[6]) * cospi_16_64
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/common/
vp9_idct.c 160 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[6]) * cospi_16_64
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/arm/neon/
vp9_idct16x16_add_neon.asm 87 ; 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[6] * cospi_12_6
    [all...]
vp9_idct8x8_add_neon.asm 143 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
144 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
145 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7]
146 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7]
148 ; step2[6] * cospi_16_64
152 ; step2[6] * cospi_16_64
156 ; (step2[6] - step2[5]) * cospi_16_64
160 ; (step2[5] + step2[6]) * cospi_16_6
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 87 ; 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[6] * cospi_12_6
    [all...]
vp9_idct8x8_add_neon.asm 143 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
144 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
145 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7]
146 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7]
148 ; step2[6] * cospi_16_64
152 ; step2[6] * cospi_16_64
156 ; (step2[6] - step2[5]) * cospi_16_64
160 ; (step2[5] + step2[6]) * cospi_16_6
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 87 ; 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[6] * cospi_12_6
    [all...]
vp9_idct8x8_add_neon.asm 143 vsub.s16 q13, q4, q5 ; step2[5] = step1[4] - step1[5]
144 vadd.s16 q4, q4, q5 ; step2[4] = step1[4] + step1[5]
145 vsub.s16 q14, q7, q6 ; step2[6] = -step1[6] + step1[7]
146 vadd.s16 q7, q7, q6 ; step2[7] = step1[6] + step1[7]
148 ; step2[6] * cospi_16_64
152 ; step2[6] * cospi_16_64
156 ; (step2[6] - step2[5]) * cospi_16_64
160 ; (step2[5] + step2[6]) * cospi_16_6
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 98 __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[ 8] = _mm256_sub_epi16(step1[7], step1[ 8])
    [all...]
vp9_dct32x32_sse2.c 92 __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[ 8] = _mm_sub_epi16(step1[7], step1[ 8])
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 98 __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[ 8] = _mm256_sub_epi16(step1[7], step1[ 8])
    [all...]
vp9_dct32x32_sse2.c 89 __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[ 8] = _mm_sub_epi16(step1[7], step1[ 8])
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct32x32_avx2.c 98 __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[ 8] = _mm256_sub_epi16(step1[7], step1[ 8])
    [all...]
vp9_dct32x32_sse2.c 89 __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[ 8] = _mm_sub_epi16(step1[7], step1[ 8])
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
animated-gif-bfcache-crash.html 9 setTimeout(step2, 100);
12 function step2()
  /external/chromium_org/chrome/browser/ui/views/
menu_item_view_interactive_uitest.cc 42 Click(item, CreateEventTask(this, &MenuItemViewTestBasic::Step2));
46 void Step2() {
101 Click(item, CreateEventTask(this, &MenuItemViewTestInsert::Step2));
105 void Step2() {
167 CreateEventTask(this, &MenuItemViewTestInsertWithSubmenu::Step2));
171 void Step2() {
236 Click(item, CreateEventTask(this, &MenuItemViewTestRemove::Step2));
240 void Step2() {
296 CreateEventTask(this, &MenuItemViewTestRemoveWithSubmenu::Step2));
300 void Step2() {
    [all...]
menu_controller_interactive_uitest.cc 29 CreateEventTask(this, &MenuControllerMnemonicTest::Step2));
32 void Step2() {
menu_controller_test.cc 29 CreateEventTask(this, &MenuControllerMnemonicTest::Step2));
32 void Step2() {
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
heap-snapshot-performance-test.js 40 InspectorTest.addSniffer(profiles[0], "_wasShown", step2);
51 function step2()
  /external/opencv/cxcore/src/
cxnorm.cpp 279 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, size, _norm, cvAlgHintAccurate ))
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S 58 #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/
armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S 65 #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
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 329 /*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[4]
659 \/*canbe16*\/ int step2[8]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 329 /*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[4]
659 \/*canbe16*\/ int step2[8]; local
    [all...]

Completed in 2351 milliseconds

1 2 3