Home | History | Annotate | Download | only in test

Lines Matching defs:back

66    * layers are ordered from front (closer to the camera) to back (farther away
73 * assume that it is a single depth layer. That is, the front depth and back
118 * @param relativeDepthInLayer the relative depth index relative to the back
145 // Finds the front and back depth levels for the focus layer.
184 int back = layerInfo[n].backDepth;
185 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n";
187 for (int d = front; d >= back; --d) {
231 * @param backFocalDepth back focal depth level
266 * @param backFocalDepth the back depth of focal layer.
300 * @param backFocalDepth the back depth of focal layer.
325 // The merged layers is ordered from the front-most layer to the back-most
337 // is ordered from focal depth to back-most.
349 * @param backFocalDepth the back depth of focal layer.
377 // Expands the current layer by lowering its back depth.
395 * @param frontFocalDepth the back depth of focal layer.