Home
last modified time | relevance | path

Searched refs:vertex_to_encoded_attribute_value_index_map (Results 1 – 21 of 21) sorted by relevance

/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dprediction.parallelogram.decoder.md9 opp_entry = vertex_to_encoded_attribute_value_index_map[curr_att_dec][v];
10 next_entry = vertex_to_encoded_attribute_value_index_map[curr_att_dec][n];
11 prev_entry = vertex_to_encoded_attribute_value_index_map[curr_att_dec][p];
H A Dprediction.texcoords.decoder.md59 vertex_to_encoded_attribute_value_index_map[curr_att_dec][next_vert_id];
61 vertex_to_encoded_attribute_value_index_map[curr_att_dec][prev_vert_id];
H A Dprediction.normal.decoder.md24 data_id = vertex_to_encoded_attribute_value_index_map[curr_att_dec][vert_id];
H A Dedgebreaker.traversal.md86 vertex_to_encoded_attribute_value_index_map[curr_att_dec][vertex] =
H A Dattributes.decoder.md248 vertex_to_encoded_attribute_value_index_map[curr_att_dec][vert];
H A Dvariable.descriptions.md273 * vertex_to_encoded_attribute_value_index_map
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/
H A Dmesh_attribute_indices_encoding_data.h31 vertex_to_encoded_attribute_value_index_map.resize(num_vertices); in Init()
50 std::vector<int32_t> vertex_to_encoded_attribute_value_index_map; member
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/
H A Dmesh_attribute_indices_encoding_data.h31 vertex_to_encoded_attribute_value_index_map.resize(num_vertices); in Init()
50 std::vector<int32_t> vertex_to_encoded_attribute_value_index_map; member
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/
H A Dmesh_attribute_indices_encoding_data.h31 vertex_to_encoded_attribute_value_index_map.resize(num_vertices); in Init()
50 std::vector<int32_t> vertex_to_encoded_attribute_value_index_map; member
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_factory.h61 &encoding_data->vertex_to_encoded_attribute_value_index_map); in CreateMeshPredictionScheme()
71 &encoding_data->vertex_to_encoded_attribute_value_index_map); in CreateMeshPredictionScheme()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_factory.h61 &encoding_data->vertex_to_encoded_attribute_value_index_map); in CreateMeshPredictionScheme()
72 &encoding_data->vertex_to_encoded_attribute_value_index_map); in CreateMeshPredictionScheme()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/prediction_schemes/
H A Dprediction_scheme_factory.h61 &encoding_data->vertex_to_encoded_attribute_value_index_map); in CreateMeshPredictionScheme()
72 &encoding_data->vertex_to_encoded_attribute_value_index_map); in CreateMeshPredictionScheme()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/traverser/
H A Dmesh_attribute_indices_encoding_observer.h61 ->vertex_to_encoded_attribute_value_index_map[vertex.value()] = in OnNewVertexVisited()
H A Dmesh_traversal_sequencer.h63 ->vertex_to_encoded_attribute_value_index_map[vert_id.value()]); in UpdatePointToAttributeIndexMapping()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/traverser/
H A Dmesh_attribute_indices_encoding_observer.h61 ->vertex_to_encoded_attribute_value_index_map[vertex.value()] = in OnNewVertexVisited()
H A Dmesh_traversal_sequencer.h64 ->vertex_to_encoded_attribute_value_index_map[vert_id.value()]); in UpdatePointToAttributeIndexMapping()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/traverser/
H A Dmesh_attribute_indices_encoding_observer.h61 ->vertex_to_encoded_attribute_value_index_map[vertex.value()] = in OnNewVertexVisited()
H A Dmesh_traversal_sequencer.h64 ->vertex_to_encoded_attribute_value_index_map[vert_id.value()]); in UpdatePointToAttributeIndexMapping()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/mesh/
H A Dmesh_edgebreaker_encoder_impl.cc153 encoding_data->vertex_to_encoded_attribute_value_index_map.assign( in GenerateAttributesEncoder()
197 .encoding_data.vertex_to_encoded_attribute_value_index_map.assign( in GenerateAttributesEncoder()
302 pos_encoding_data_.vertex_to_encoded_attribute_value_index_map.assign( in EncodeConnectivity()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/mesh/
H A Dmesh_edgebreaker_encoder_impl.cc155 encoding_data->vertex_to_encoded_attribute_value_index_map.assign( in GenerateAttributesEncoder()
199 .encoding_data.vertex_to_encoded_attribute_value_index_map.assign( in GenerateAttributesEncoder()
305 pos_encoding_data_.vertex_to_encoded_attribute_value_index_map.assign( in EncodeConnectivity()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/mesh/
H A Dmesh_edgebreaker_encoder_impl.cc155 encoding_data->vertex_to_encoded_attribute_value_index_map.assign( in GenerateAttributesEncoder()
199 .encoding_data.vertex_to_encoded_attribute_value_index_map.assign( in GenerateAttributesEncoder()
305 pos_encoding_data_.vertex_to_encoded_attribute_value_index_map.assign( in EncodeConnectivity()