Home
last modified time | relevance | path

Searched refs:buf_index (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/opencl/
Dintegral_sum.cl67 …//int buf_index = buf_offset + buf_step * LOCAL_SUM_COLS * gid + sizeof(sumT) * y + sizeof(sumT) *…
68 …int buf_index = mad24(buf_step, LOCAL_SUM_SIZE * gid, mad24((int)sizeof(sumT), y + lid, buf_offset…
77 __global sumT *buf = (__global sumT *)(buf_ptr + buf_index);
79 buf_index += buf_step;
124 int buf_index = mad24((int)sizeof(sumT), x, buf_offset);
151 __global const sumT *buf = (__global const sumT *)(buf_ptr + buf_index);
154 buf_index += buf_step;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_utility.cpp254 int buf_index = 0; in FindTagParam() local
257 pBuf[buf_index++] = m_dwCurPos; in FindTagParam()
258 if (buf_index == nParams) { in FindTagParam()
259 buf_index = 0; in FindTagParam()
274 m_dwCurPos = pBuf[buf_index]; in FindTagParam()