OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:matrix_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/media/base/
channel_mixer.h
39
std::vector< std::vector<float> >
matrix_
;
member in class:media::ChannelMixer
42
// channels and don't need to do a multiply-accumulate loop over |
matrix_
|.
channel_mixer.cc
84
std::vector< std::vector<float> >*
matrix_
;
member in class:media::MatrixBuilder
105
// Helper methods for updating |
matrix_
| with the proper value for
146
remapping_ = matrix_builder.CreateTransformationMatrix(&
matrix_
);
151
matrix_
= matrix;
154
matrix_
->reserve(output_channels_);
156
matrix_
->push_back(std::vector<float>(input_channels_, 0));
167
(*
matrix_
)[i][i] = 1;
185
DCHECK_LT(static_cast<size_t>(output_ch_index),
matrix_
->size());
187
(*
matrix_
)[output_ch_index].size());
188
(*
matrix_
)[output_ch_index][input_ch_index] = 1
[
all
...]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h
21
NSMatrix*
matrix_
; // weak
variable
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_tree_browser_cell.h
20
NSMatrix*
matrix_
; // weak
variable
/external/ceres-solver/internal/ceres/
partitioned_matrix_view.h
103
int num_rows() const { return
matrix_
.num_rows(); }
104
int num_cols() const { return
matrix_
.num_cols(); }
110
const BlockSparseMatrix&
matrix_
;
member in class:ceres::internal::PartitionedMatrixView
preconditioner.h
161
const SparseMatrix*
matrix_
;
member in class:ceres::internal::SparseMatrixPreconditionerWrapper
compressed_row_sparse_matrix_test.cc
223
matrix_
.reset(new CompressedRowSparseMatrix(4, 4, 7));
224
int* rows =
matrix_
->mutable_rows();
225
int* cols =
matrix_
->mutable_cols();
226
double* values =
matrix_
->mutable_values();
253
scoped_ptr<CompressedRowSparseMatrix>
matrix_
;
member in class:ceres::internal::SolveLowerTriangularTest
259
matrix_
->SolveLowerTriangularInPlace(rhs_and_solution);
269
matrix_
->SolveLowerTriangularTransposeInPlace(rhs_and_solution);
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h
51
OmniboxPopupMatrix* matrix() { return
matrix_
; }
112
base::scoped_nsobject<OmniboxPopupMatrix>
matrix_
;
member in class:OmniboxPopupViewMac
/external/chromium_org/ui/gfx/
transform.h
32
Transform() :
matrix_
(SkMatrix44::kIdentity_Constructor) {}
37
:
matrix_
(SkMatrix44::kUninitialized_Constructor) {}
38
Transform(const Transform& rhs) :
matrix_
(rhs.
matrix_
) {}
41
:
matrix_
(lhs.
matrix_
, rhs.
matrix_
) {}
71
bool operator==(const Transform& rhs) const { return
matrix_
== rhs.
matrix_
; }
72
bool operator!=(const Transform& rhs) const { return
matrix_
!= rhs.matrix_;
258
SkMatrix44
matrix_
;
member in class:gfx::Transform
[
all
...]
/external/chromium_org/cc/output/
filter_operation.h
71
return
matrix_
;
175
matrix_
[i] = matrix[i];
215
SkScalar
matrix_
[20];
member in class:cc::FilterOperation
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
199
MatrixRow *
matrix_
; // The first row is for starting
member in class:ime_pinyin::MatrixSearch
Completed in 777 milliseconds