Searched defs:step0 (Results 1 - 6 of 6) sorted by relevance

/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.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
31 step0, step1, step2, step3, in4, in5, in6, in7);
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
49 step0, step1, step2, step3, in4, in5, in6, in7);
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
267 step0, step1, step2, step3, step4, step5, step6, step7,
269 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
281 step0, step1, step2, step3, step4, step5, step6, step7,
283 ST_SH8(step0, step
[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 245 milliseconds