Searched refs:new_descriptors (Results 1 – 3 of 3) sorted by relevance
298 cv::Mat new_descriptors; in sortKeyPoints() local306 new_descriptors.create(descriptors.size(), descriptors.type()); in sortKeyPoints()313 if (!new_descriptors.empty()) in sortKeyPoints()314 descriptors.row((int) new_idx).copyTo(new_descriptors.row((int) i)); in sortKeyPoints()319 new_descriptors.copyTo(_descriptors); in sortKeyPoints()
2927 Handle<DescriptorArray> new_descriptors(new_map->instance_descriptors()); in MigrateFastToFast() local2936 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast()2975 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast()2981 PropertyDetails details = new_descriptors->GetDetails(i); in MigrateFastToFast()2989 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast()3135 void Map::ReplaceDescriptors(DescriptorArray* new_descriptors, in ReplaceDescriptors() argument3149 current->UpdateDescriptors(new_descriptors, new_layout_descriptor); in ReplaceDescriptors()3624 Handle<DescriptorArray> new_descriptors = DescriptorArray::Allocate( in ReconfigureProperty() local3626 DCHECK(new_descriptors->length() > target_descriptors->length() || in ReconfigureProperty()3627 new_descriptors->NumberOfSlackDescriptors() > 0 || in ReconfigureProperty()[all …]
6114 void ReplaceDescriptors(DescriptorArray* new_descriptors,