Home
last modified time | relevance | path

Searched refs:max_depth_int (Results 1 – 2 of 2) sorted by path

/dports/graphics/volpack/volpack-1.0b3/
H A Dvp_view.c728 int max_depth_int; /* maximum quantized depth */ local
764 max_depth_int = max_depth * depth_quant;
765 if (max_depth_int >= vpc->dc_table_len) {
767 VPResizeDepthCueTable(vpc, max_depth_int+1, 1);
/dports/math/R-cran-wk/wk/src/
H A Dflatten-filter.c264 int max_depth_int = INTEGER(max_depth)[0]; in wk_c_flatten_filter_new() local
303 flatten_filter->recursion_depth_threshold = max_depth_int; in wk_c_flatten_filter_new()