OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MutablePixelFromLinearIndex
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/examples/
pgm_image.h
67
Real*
MutablePixelFromLinearIndex
(int index);
130
return
MutablePixelFromLinearIndex
(LinearIndex(x, y));
139
Real* PGMImage<Real>::
MutablePixelFromLinearIndex
(int index) {
denoising.cc
102
solution->
MutablePixelFromLinearIndex
(index));
Completed in 109 milliseconds