Home | History | Annotate | Download | only in refocus

Lines Matching defs:back

81    * layers are ordered from front (closer to the camera) to back (farther away
88 * assume that it is a single depth layer. That is, the front depth and back
133 * @param relativeDepthInLayer the relative depth index relative to the back
160 // Finds the front and back depth levels for the focus layer.
199 int back = layerInfo[n].backDepth;
200 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n";
202 for (int d = front; d >= back; --d) {
246 * @param backFocalDepth back focal depth level
281 * @param backFocalDepth the back depth of focal layer.
315 * @param backFocalDepth the back depth of focal layer.
340 // The merged layers is ordered from the front-most layer to the back-most
352 // is ordered from focal depth to back-most.
364 * @param backFocalDepth the back depth of focal layer.
392 // Expands the current layer by lowering its back depth.
410 * @param frontFocalDepth the back depth of focal layer.