Searched refs:back (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | LayerInfo.java | 32 LayerInfo(int front, int back) { in LayerInfo() argument 34 backDepth = back; in LayerInfo()
|
D | layer_info.rsh | 4 // An object that contains the front and back depths values of a layer 6 // Front and back depth values of this layer.
|
D | layer_info_fast.rsh | 4 // An object that contains the front and back depths values of a layer 6 // Front and back depth values of this layer.
|
D | BlurStack.java | 199 int back = layerInfo[n].backDepth; in toString() local 200 s += "\nlayer " + n + " num of disparities " + (front - back + 1) + "\n"; in toString() 202 for (int d = front; d >= back; --d) { in toString()
|
D | layered_filter_fast_f32.rscript | 42 // back-most to the focal depth. This image buffer is padded. 54 // In the first pass from back-most to focal depth, g_fuzzy_image holds the 202 // Distance transform in processing layers in pass one from the back-most to 251 // from the back-most to the sharp depth. 298 // Filters target layer in processing layers in pass one from the back-most to 534 void SetTargetLayer(int front, int back) { 536 g_target_layer.back_depth = back; 548 void InitializeF32(int width, int height, int margin, int front, int back) { 551 g_focal_layer.back_depth = back; 563 InitializeVisibilityProbability(&g_visibility_probability, front, back);
|
D | layered_filter_fast_d1new.rscript | 45 // back-most to the focal depth. This image buffer is padded. 55 // In the first pass from back-most to focal depth, g_fuzzy_image holds the 241 // Distance transform in processing layers in pass one from the back-most to 331 // from the back-most to the sharp depth. 399 // Filters target layer in processing layers in pass one from the back-most to 784 void SetTargetLayer(int front, int back) { 786 g_target_layer_i2.s1 = back; 798 void InitializeFast(int width, int height, int margin, int front, int back) { 806 g_focal_layer_i2.s1 = back; 824 InitializeVisibilityProbability(&g_visibility_probability, front, back);
|
D | pixel_format_f32.rsh | 16 // 3. After each layer is processed from back-most layer to focal depth layer,
|
D | layered_filter_f32_helper.rsh | 61 // Filters target layer when processing layers in pass one from the back-most to 114 // Filters target layer when processing layers in pass one from the back-most to
|
D | layered_filter_d1new_helper.rsh | 121 // Filters target layer when processing layers in pass one from the back-most to 123 // Use global allocation for filter from back most layer to focus layer
|
/cts/suite/audio_quality/test/ |
D | TaskCaseTest.cpp | 64 (list->back().second.get() == buffer2.get())) || in TEST_F() 66 (list->back().second.get() == buffer1.get()))); in TEST_F() 104 ASSERT_TRUE(((list->front().second == val2) && (list->back().second == val3)) || in TEST_F() 105 ((list->front().second == val3) && (list->back().second == val4))); in TEST_F()
|
/cts/tests/tests/graphics/assets/fonts/security/ |
D | ft45987.ttf.README.txt | 4 decoded back.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AtomicTest.rscript | 55 // to allow the calling code to read it back.
|
D | kernel_input.rscript | 27 * are never reflected back to the input Allocation. In order to do
|