Searched refs:bufW (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvpyramids.cpp509 int bufW; \
544 bufW = channels * cols; \
650 for( j = 0; j < bufW; j++ ) \
651 dst[j] = (arrtype)_pd_scale_( PD_SINGULAR( buf[j], buf[j+(H-1)*bufW] ));\
664 for( j = 0; j < bufW; j++ ) \
666 dst[j]= (arrtype)_pd_scale_(PD_LT( buf[j], buf[j+bufW], buf[j+bufW*2]));\
671 for( j = 0; j < bufW; j++ ) \
672 dst[j] = (arrtype)_pd_scale_( PD_LT( buf[j+bufW*2], \
673 buf[j+bufW], bu
[all...]
/external/valgrind/exp-dhat/
H A Ddh_main.c1133 HChar bufR[80], bufW[80]; // large enough local
1135 VG_(memset)(bufW, 0, sizeof(bufW));
1138 show_N_div_100(bufW, (100ULL * api->n_writes) / api->tot_bytes);
1141 VG_(strcat)(bufW, "Inf");
1146 bufR, bufW,
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp855 const int bufW = m_fboSpec[location].width; local
857 const tcu::PixelBufferAccess buf (attachments[location].referenceFormat, bufW, bufH, 1, &attachments[location].referenceData[0]);

Completed in 164 milliseconds