Searched refs:fullframe_matrix_ (Results 1 – 1 of 1) sorted by relevance
35 fullframe_matrix_(NULL) { in FlowCache()48 delete[](fullframe_matrix_); in ~FlowCache()49 fullframe_matrix_ = NULL; in ~FlowCache()63 delete[](fullframe_matrix_); in ClearCache()64 fullframe_matrix_ = NULL; in ClearCache()176 if (fullframe_matrix_ == NULL) { in SetFullframeAlignmentMatrix()177 fullframe_matrix_ = new float[6]; in SetFullframeAlignmentMatrix()180 memcpy(fullframe_matrix_, align_matrix23, in SetFullframeAlignmentMatrix()181 6 * sizeof(fullframe_matrix_[0])); in SetFullframeAlignmentMatrix()191 if (fullframe_matrix_ != NULL && cache_level == kCacheCutoff) { in LookupGuessFromLevel()[all …]