Home | History | Annotate | Download | only in objdetect

Lines Matching full:__local

96 "__local int lstore[SUM_BUF_SIZE + LOCAL_SIZE*5/2+1];\n"
98 "__local int* ibuf = lstore;\n"
99 "__local int* lcount = ibuf + SUM_BUF_SIZE;\n"
101 "__local int* lcount = lstore;\n"
103 "__local float* lnf = (__local float*)(lcount + 1);\n"
104 "__local float* lpartsum = lnf + LOCAL_SIZE;\n"
105 "__local short* lbuf = (__local short*)(lpartsum + LOCAL_SIZE);\n"
142 "__local const int* psum = ibuf + mad24(iy, SUM_BUF_STEP, ix);\n"
239 "__local const int* psum = ibuf + mad24(iy1, SUM_BUF_STEP, ix1);\n"
423 "__local int lstore[SUM_BUF_SIZE + LOCAL_SIZE*3/2+1];\n"
425 "__local int* ibuf = lstore;\n"
426 "__local int* lcount = ibuf + SUM_BUF_SIZE;\n"
428 "__local int* lcount = lstore;\n"
430 "__local float* lpartsum = (__local float*)(lcount + 1);\n"
431 "__local short* lbuf = (__local short*)(lpartsum + LOCAL_SIZE);\n"
464 "__local const int* p = ibuf + mad24(iy, SUM_BUF_STEP, ix);\n"
523 "__local const int* p = ibuf + mad24(iy1, SUM_BUF_STEP, ix1);\n"
606 "__global float* block_hists, __local float* smem)\n"
618 "__local float* hists = smem + lp * cnbins * (CELLS_PER_BLOCK_X *\n"
620 "__local float* final_hist = hists + cnbins *\n"
628 "__local float* hist = hists + 12 * (cell_y * CELLS_PER_BLOCK_Y + cell_x) +\n"
650 "volatile __local float* hist_ = hist;\n"
675 "const float threshold, __local float *squares)\n"
685 "__local float* smem = squares + boffset;\n"
715 "inline float reduce_smem(volatile __local float* smem, int size)\n"
757 "__global float* block_hists, const float threshold, __local float *squares)\n"
798 "__local float products[180];\n"
805 "volatile __local float* smem = products;\n"
857 "__local float products[NTHREADS];\n"
864 "volatile __local float* smem = products;\n"
915 "__local float products[NTHREADS];\n"
922 "volatile __local float* smem = products;\n"
1007 "__local float sh_row[(NTHREADS + 2) * 3];\n"
1089 "__local float sh_row[NTHREADS + 2];\n"