HomeSort by relevance Sort by last modified time
    Searched defs:int_size (Results 1 - 3 of 3) sorted by null

  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 189 int x, y, pos, int_size = sizeof(int); local
193 pos = y * width * int_size;
194 for ( x = 0; x < width; x++, pos += int_size ) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 387 LLVMValueRef int_size; member in struct:lp_build_sample_context
lp_bld_sample.c 231 LLVMValueRef int_size, float_size; local
252 int_size = lp_build_minify(int_size_bld, bld->int_size, first_level_vec, TRUE);
253 float_size = lp_build_int_to_float(float_size_bld, int_size);
    [all...]

Completed in 213 milliseconds