Home
last modified time | relevance | path

Searched refs:encoded_attribute_value_index_to_corner_map (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/
H A Dmesh_attribute_indices_encoding_data.h34 encoded_attribute_value_index_to_corner_map.reserve(num_vertices); in Init()
44 std::vector<CornerIndex> encoded_attribute_value_index_to_corner_map; member
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/
H A Dmesh_attribute_indices_encoding_data.h34 encoded_attribute_value_index_to_corner_map.reserve(num_vertices); in Init()
44 std::vector<CornerIndex> encoded_attribute_value_index_to_corner_map; member
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/
H A Dmesh_attribute_indices_encoding_data.h34 encoded_attribute_value_index_to_corner_map.reserve(num_vertices); in Init()
44 std::vector<CornerIndex> encoded_attribute_value_index_to_corner_map; member
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_factory.h60 &encoding_data->encoded_attribute_value_index_to_corner_map, in CreateMeshPredictionScheme()
70 &encoding_data->encoded_attribute_value_index_to_corner_map, in CreateMeshPredictionScheme()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_factory.h60 &encoding_data->encoded_attribute_value_index_to_corner_map, in CreateMeshPredictionScheme()
71 &encoding_data->encoded_attribute_value_index_to_corner_map, in CreateMeshPredictionScheme()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_factory.h60 &encoding_data->encoded_attribute_value_index_to_corner_map, in CreateMeshPredictionScheme()
71 &encoding_data->encoded_attribute_value_index_to_corner_map, in CreateMeshPredictionScheme()
/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dprediction.texcoords.decoder.md28 corner = encoded_attribute_value_index_to_corner_map[curr_att_dec][entry_id];
139 corner_id = encoded_attribute_value_index_to_corner_map[curr_att_dec][p];
H A Dprediction.normal.decoder.md7 corner = encoded_attribute_value_index_to_corner_map[curr_att_dec][data_id];
172 corner_id = encoded_attribute_value_index_to_corner_map[curr_att_dec][data_id];
H A Dattributes.decoder.md66 encoded_attribute_value_index_to_corner_map[i].size();
194 encoded_attribute_value_index_to_corner_map[curr_att_dec][i] = i;
H A Dprediction.parallelogram.decoder.md55 corner_id = encoded_attribute_value_index_to_corner_map[curr_att_dec][p];
H A Dprediction.multi.parallelogram.decoder.md19 start_corner_id = encoded_attribute_value_index_to_corner_map[curr_att_dec][p];
H A Dedgebreaker.traversal.md85 encoded_attribute_value_index_to_corner_map[curr_att_dec].push_back(corner);
H A Dvariable.descriptions.md271 * encoded_attribute_value_index_to_corner_map
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/traverser/
H A Dmesh_attribute_indices_encoding_observer.h57 encoding_data_->encoded_attribute_value_index_to_corner_map.push_back( in OnNewVertexVisited()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/traverser/
H A Dmesh_attribute_indices_encoding_observer.h57 encoding_data_->encoded_attribute_value_index_to_corner_map.push_back( in OnNewVertexVisited()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/traverser/
H A Dmesh_attribute_indices_encoding_observer.h57 encoding_data_->encoded_attribute_value_index_to_corner_map.push_back( in OnNewVertexVisited()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_encoder_impl.cc304 pos_encoding_data_.encoded_attribute_value_index_to_corner_map.clear(); in EncodeConnectivity()
305 pos_encoding_data_.encoded_attribute_value_index_to_corner_map.reserve( in EncodeConnectivity()
777 .encoding_data.encoded_attribute_value_index_to_corner_map.clear(); in InitAttributeData()
779 .encoding_data.encoded_attribute_value_index_to_corner_map.reserve( in InitAttributeData()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_encoder_impl.cc307 pos_encoding_data_.encoded_attribute_value_index_to_corner_map.clear(); in EncodeConnectivity()
308 pos_encoding_data_.encoded_attribute_value_index_to_corner_map.reserve( in EncodeConnectivity()
799 .encoding_data.encoded_attribute_value_index_to_corner_map.clear(); in InitAttributeData()
801 .encoding_data.encoded_attribute_value_index_to_corner_map.reserve( in InitAttributeData()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_encoder_impl.cc307 pos_encoding_data_.encoded_attribute_value_index_to_corner_map.clear(); in EncodeConnectivity()
308 pos_encoding_data_.encoded_attribute_value_index_to_corner_map.reserve( in EncodeConnectivity()
799 .encoding_data.encoded_attribute_value_index_to_corner_map.clear(); in InitAttributeData()
801 .encoding_data.encoded_attribute_value_index_to_corner_map.reserve( in InitAttributeData()