Searched refs:step0 (Results 1 - 10 of 10) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxmisc.h756 typedef CvStatus (CV_STDCALL *CvFunc2D_2A)( void* arr0, int step0,
759 typedef CvStatus (CV_STDCALL *CvFunc2D_2A1P)( void* arr0, int step0,
763 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A1P)( void* arr0, int step0,
768 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A1P)( void* arr0, int step0,
773 typedef CvStatus (CV_STDCALL *CvFunc2D_2A2P)( void* arr0, int step0,
777 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A2P)( void* arr0, int step0,
782 typedef CvStatus (CV_STDCALL *CvFunc2D_2A1P1I)( void* arr0, int step0,
786 typedef CvStatus (CV_STDCALL *CvFunc2D_2A4P)( void* arr0, int step0,
791 typedef CvStatus (CV_STDCALL *CvFunc2DnC_2A4P)( void* arr0, int step0,
797 typedef CvStatus (CV_STDCALL *CvFunc2D_3A)( void* arr0, int step0,
[all...]
/external/autotest/cli/
H A Djob_unittest.py146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
166 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
187 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
259 u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "mbligh@google.com (Martin Bligh)"\n NAME = "Kernbench"\n TIME = "SHORT"\n TEST_CLASS = "Kernel"\n TEST_CATEGORY = "Benchmark"\n TEST_TYPE = "client"\n \n DOC = """\n A standard CPU benchmark. Runs a kernel compile and measures the performance.\n """\n \n job.run_test(\'kernbench\')',
277 u'job': {u'control_file': u'def step_init():\n job.next_step(\'step0\')\n\ndef step0()
[all...]
/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp55 uint32 step0; local
114 step0 = (uint32) dStep0;
165 step0 = (uint32) sStep0;
171 if (count0 == 1) step0 = 0xFFFFFFFF;
179 if (step0 >= step1)
189 else if (step2 >= step0)
208 if (step0 >= step2)
H A Ddng_utils.cpp459 int32 step0 = 0; local
468 step0,
H A Ddng_bottlenecks.h562 int32 step0,
1694 int32 step0,
1704 step0,
1690 DoMapArea16(uint16 *dPtr, uint32 count0, uint32 count1, uint32 count2, int32 step0, int32 step1, int32 step2, const uint16 *map) argument
H A Ddng_reference.h512 int32 step0,
H A Ddng_reference.cpp2619 int32 step0,
2741 dPtr += step0;
2773 dPtr += step0;
2615 RefMapArea16(uint16 *dPtr, uint32 count0, uint32 count1, uint32 count2, int32 step0, int32 step1, int32 step2, const uint16 *map) argument
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c17 v8i16 step0, step1, step2, step3; local
30 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2,
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
48 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7, step0, step1, step2,
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
281 ST_SH8(step0, step
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c104 step0 = vec_packs(temp1, temp2); \
106 out0 = vec_add(step0, step1); \
107 out1 = vec_sub(step0, step1); \
113 int16x8_t step0, step1, tmp16_0, tmp16_1, t_out0, t_out1; local
220 step0 = in0; \
229 STEP8_1(step0, step2, in1, in0, cospi16_v); \
237 step0 = vec_add(in0, in3); \
246 in0 = vec_add(step0, step7); \
253 in7 = vec_sub(step0, step7);
269 int16x8_t step0, step local
[all...]
/external/opencv/cv/src/
H A Dcvhistogram.cpp1211 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float); local
1227 bins[v0*step0 + v1]++;
1241 bins[v0*step0 + v1]++;
1903 int step0 = ((CvMatND*)(hist->bins))->dim[0].step/sizeof(float); local
1917 dst[x] = bins[v0*step0 + v1];

Completed in 531 milliseconds