OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cleanFilename
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/java/tests/Refocus/dataExtraction/
extract_data.sh
4
cleanFilename
=$2
27
echo "Initialize: $InitializeSum" >> $
cleanFilename
29
echo "UnpackInputImage: $UnpackInputImageSum" >> $
cleanFilename
31
echo "MarkLayerMask: $MarkLayerMaskSum" >> $
cleanFilename
33
echo "ComputeLayerMatteBehindFocalDepth: $ComputeLayerMatteBehindFocalDepthSum" >> $
cleanFilename
35
echo "ComputeIntegralImageForLayerBehindFocalDepth: $ComputeIntegralImageForLayerBehindFocalDepthSum" >> $
cleanFilename
37
echo "FilterLayerBehindFocalDepth: $FilterLayerBehindFocalDepthSum" >> $
cleanFilename
39
echo "updateSharpImageUsingFuzzyImage: $updateSharpImageUsingFuzzyImageSum" >> $
cleanFilename
41
echo "ComputeLayerMatteInFrontOfFocalDepth: $ComputeLayerMatteInFrontOfFocalDepthSum" >> $
cleanFilename
43
echo "ComputeIntegralImageForLayerInFrontOfFocalDepth: $ComputeIntegralImageForLayerInFrontOfFocalDepthSum" >> $
cleanFilename
[
all
...]
extract_ave.sh
4
cleanFilename
=$2
29
echo "Initialize: $rNine" >> $
cleanFilename
32
echo "UnpackInputImage: $rTen" >> $
cleanFilename
35
echo "MarkLayerMask: $rZero" >> $
cleanFilename
38
echo "ComputeLayerMatteBehindFocalDepth: $rOne" >> $
cleanFilename
41
echo "ComputeIntegralImageForLayerBehindFocalDepth: $rTwo" >> $
cleanFilename
44
echo "FilterLayerBehindFocalDepth: $rThree" >> $
cleanFilename
47
echo "updateSharpImageUsingFuzzyImage: $rFour" >> $
cleanFilename
50
echo "ComputeLayerMatteInFrontOfFocalDepth: $rFive" >> $
cleanFilename
53
echo "ComputeIntegralImageForLayerInFrontOfFocalDepth: $rEight" >> $
cleanFilename
[
all
...]
Completed in 105 milliseconds