OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subplot
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotJitterEstimate.m
13
%
subplot
(211);
15
%
subplot
(212);
subfigure.m
7
% m, n, and p is the same as for
SUBPLOT
.
plotReceiveTrace.m
104
subplot
(211);
184
%
subplot
(312);
201
subplot
(212);
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
createTable.m
70
subplot
(121)
105
subplot
(122)
111
subplot
(121)
113
subplot
(122)
/external/chromium_org/v8/tools/
gc-nvp-trace-processor.py
159
for
subplot
in plot:
160
if isinstance(
subplot
, Plot):
161
for item in
subplot
.items:
/frameworks/base/tools/velocityplot/
velocityplot.py
128
# Add a
subplot
to the figure for a time series.
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
digital_agc.c
34
//
subplot
(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
35
//
subplot
(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
/external/webrtc/src/modules/audio_processing/agc/
digital_agc.c
34
//
subplot
(121); plot(in, out); axis([-30, 0, -5, 20]); grid on; xlabel('Input (dB)'); ylabel('Gain (dB)');
35
//
subplot
(122); plot(in, in+out); axis([-30, 0, -30, 5]); grid on; xlabel('Input (dB)'); ylabel('Output (dB)');
/frameworks/base/tools/orientationplot/
orientationplot.py
202
# Add a
subplot
to the figure for a time series.
Completed in 2648 milliseconds