HomeSort by relevance Sort by last modified time
    Searched refs:alpha_count (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 424 int rgb_count = 0, alpha_count = 0; local
474 alpha_count++;
496 alpha_count++;
500 if (rgb_count > 3 || alpha_count > 3) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 424 int rgb_count = 0, alpha_count = 0; local
474 alpha_count++;
496 alpha_count++;
500 if (rgb_count > 3 || alpha_count > 3) {
  /external/opencv/ml/src/
mlsvm.cpp 417 alpha_count = _alpha_count;
427 b = (double*)cvMemStorageAlloc( storage, alpha_count*sizeof(b[0]));
428 alpha_status = (schar*)cvMemStorageAlloc( storage, alpha_count*sizeof(alpha_status[0]));
429 G = (double*)cvMemStorageAlloc( storage, alpha_count*sizeof(G[0]));
601 for( i = 0; i < alpha_count; i++ )
609 for( i = 0; i < alpha_count; i++ )
616 for( j = 0; j < alpha_count; j++ )
630 for( i = 0; i < alpha_count; i++ )
723 for( k = 0; k < alpha_count; k++ )
731 for( i = 0, si.obj = 0; i < alpha_count; i++
    [all...]
  /external/pixman/pixman/
pixman-image.c 116 common->alpha_count = 0;
763 if (alpha_map && common->alpha_count > 0)
783 common->alpha_map->common.alpha_count--;
792 common->alpha_map->common.alpha_count++;
pixman-private.h 97 int32_t alpha_count; /* How many times this image is being used as an alpha map */ member in struct:image_common
    [all...]
  /external/opencv/ml/include/
ml.h 398 int alpha_count, double* alpha, double Cp, double Cn,
402 int alpha_count, double* alpha, double Cp, double Cn,
441 int alpha_count; member in class:CvSVMSolver
    [all...]

Completed in 213 milliseconds