Searched refs:var_type (Results 1 - 22 of 22) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer.h43 var_type(intelligibility::VarianceArray::kStepDecaying),
52 intelligibility::VarianceArray::StepType var_type; member in struct:webrtc::IntelligibilityEnhancer::Config
H A Dintelligibility_enhancer.cc85 config.var_type,
89 config.var_type,
H A Dintelligibility_enhancer_unittest.cc97 config_.var_type = step_type;
/external/opencv3/samples/cpp/
H A Dletter_recog.cpp105 Mat var_type( nvars + 1, 1, CV_8U );
106 var_type.setTo(Scalar::all(VAR_ORDERED));
107 var_type.at<uchar>(nvars) = VAR_CATEGORICAL;
110 noArray(), sample_idx, noArray(), var_type);
276 Mat var_type( 1, var_count + 2, CV_8U );
277 var_type.setTo(Scalar::all(VAR_ORDERED));
278 var_type.at<uchar>(var_count) = var_type.at<uchar>(var_count+1) = VAR_CATEGORICAL;
281 noArray(), noArray(), noArray(), var_type);
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
H A Dintelligibility_proc.cc112 config.var_type = static_cast<VarianceArray::StepType>(FLAGS_clear_type);
/external/opencv/ml/src/
H A Dml_inner_functions.cpp565 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx, argument
582 if( !CV_IS_MAT(var_type) )
583 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
585 if( var_type->rows != 1 && var_type->cols != 1 )
586 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
588 if( !CV_IS_MASK_ARR(var_type))
591 tm_size = var_type->rows + var_type
[all...]
H A Dmltree.cpp49 var_idx = var_type = cat_count = cat_ofs = cat_map =
63 var_idx = var_type = cat_count = cat_ofs = cat_map =
155 cvNorm( data->var_type, var_type, CV_C ) < FLT_EPSILON &&
235 CV_CALL( var_type = cvCreateMat( 1, var_count+2, CV_32SC1 ));
245 var_type->data.i[vi] = var_type0->data.ptr[vi] == CV_VAR_CATEGORICAL ?
251 // set the two last elements of var_type array to be able
254 var_type->data.i[var_count] = cat_var_count;
255 var_type->data.i[var_count+1] = cat_var_count+1;
919 cvReleaseMat( &var_type );
[all...]
H A Dmlrtrees.cpp126 int ci = data->var_type->data.i[vi];
H A Dmlboost.cpp1323 vtype = data->var_type->data.i;
/external/opencv3/apps/traincascade/
H A Dold_ml_inner_functions.cpp496 cvPreprocessVarType( const CvMat* var_type, const CvMat* var_idx, argument
512 if( !CV_IS_MAT(var_type) )
513 CV_ERROR( var_type ? CV_StsBadArg : CV_StsNullPtr, "Invalid or absent var_type array" );
515 if( var_type->rows != 1 && var_type->cols != 1 )
516 CV_ERROR( CV_StsBadSize, "var_type array must be 1-dimensional" );
518 if( !CV_IS_MASK_ARR(var_type))
521 tm_size = var_type->rows + var_type
[all...]
H A Dboost.cpp521 var_type = cvCreateMat( 1, var_count + 2, CV_32SC1 );
529 var_type->data.i[vi] = vi;
538 var_type->data.i[vi-1] = -vi;
541 var_type->data.i[var_count] = cat_var_count;
542 var_type->data.i[var_count+1] = cat_var_count+1;
607 var_type = cvCreateMat( 1, var_count + 2, CV_32SC1 );
616 var_type->data.i[vi] = vi;
625 var_type->data.i[vi-1] = -vi;
628 var_type->data.i[var_count] = cat_var_count;
629 var_type
[all...]
H A Dold_ml_tree.cpp52 var_idx = var_type = cat_count = cat_ofs = cat_map =
67 var_idx = var_type = cat_count = cat_ofs = cat_map =
183 cvNorm( data->var_type, var_type, CV_C ) < FLT_EPSILON &&
275 CV_CALL( var_type = cvCreateMat( 1, var_count+2, CV_32SC1 ));
286 var_type->data.i[vi] = vt == CV_VAR_CATEGORICAL ? cat_var_count++ : ord_var_count--;
291 // set the two last elements of var_type array to be able
294 var_type->data.i[var_count] = cat_var_count;
295 var_type->data.i[var_count+1] = cat_var_count+1;
1152 cvReleaseMat( &var_type );
[all...]
H A Dold_ml_boost.cpp1548 if( data->var_type->data.i[i] >= 0 )
1654 const int* vtype = data->var_type->data.i;
H A Dold_ml.hpp738 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData
/external/tpm2/generator/
H A Dtpm_table.py630 var_type = '_'.join([type_prefix, alg_base, type_suffix]).strip('_')
632 var_type = type_prefix
636 expansion.append(Field(var_type, alg_base.lower(),
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dcreate_test_cases.py131 def declare_temp(var_type, var_name):
134 (declare (temporary) <var_type> <var_name)
136 return [['declare', ['temporary'], var_type, var_name]]
/external/v8/src/wasm/
H A Dasm-wasm-builder.cc387 LocalType var_type = TypeOf(expr); local
388 DCHECK(var_type != kAstStmt);
390 AddLeb128(LookupOrInsertGlobal(var, var_type), false);
392 AddLeb128(LookupOrInsertLocal(var, var_type), true);
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py252 def __init__(self, start, end, name, var_type, initial_value, namespace):
254 self.type = var_type
731 var_type = Type(pos_token.start, pos_token.end, type_name,
735 name, var_type, value, self.namespace_stack)
/external/opencv3/modules/python/src2/
H A Dhdr_parser.py713 var_type, var_name1, modlist, argno = self.parse_arg(var_list[0], -1)
717 class_decl[3].append([var_type, v, "", var_modlist])
/external/v8/tools/gcmole/
H A Dgcmole.cc784 const clang::QualType& var_type,
787 if (IsRawPointerType(var_type)) {
783 Use(const clang::Expr* parent, const clang::QualType& var_type, const std::string& var_name, const Environment& env) argument
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp2572 const struct glsl_type *var_type; local
2593 var_type = process_array_type(&loc, decl_type, decl->array_size,
2595 if (var_type->is_error())
2598 var_type = decl_type;
2601 var = new(ctx) ir_variable(var_type, decl->identifier, ir_var_auto);
2875 if (var_type->contains_sampler() &&
/external/opencv/ml/include/
H A Dml.h809 CvMat* var_type; // i-th element = member in struct:CvDTreeTrainData

Completed in 3710 milliseconds