Home
last modified time | relevance | path

Searched refs:MutablePixel (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/examples/
Ddenoising.cc122 double* pixel = solution->MutablePixel(x + x_delta_indices[i], in CreateProblem()
165 *solution->MutablePixel(x, y) = in SolveProblem()
Dpgm_image.h65 Real* MutablePixel(int x, int y);
129 Real* PGMImage<Real>::MutablePixel(int x, int y) { in MutablePixel() function