HomeSort by relevance Sort by last modified time
    Searched refs:tl (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers_unittest.cc 54 DefaultTemporalLayers tl(2, 0);
57 tl.ConfigureBitrates(500, 500, 30, &cfg);
86 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
87 tl.PopulateCodecSpecific(false, &vp8_info, 0);
95 DefaultTemporalLayers tl(3, 0);
98 tl.ConfigureBitrates(500, 500, 30, &cfg);
127 EXPECT_EQ(expected_flags[i], tl.EncodeFlags(timestamp));
128 tl.PopulateCodecSpecific(false, &vp8_info, 0);
136 DefaultTemporalLayers tl(4, 0);
139 tl.ConfigureBitrates(500, 500, 30, &cfg)
    [all...]
  /external/blktrace/btt/
plat.c 27 double first_ts, last_ts, tl; member in struct:plat_info
39 pp->first_ts = pp->last_ts = pp->tl = -1.0;
62 pp->first_ts + (delta / 2), pp->tl / pp->nl);
78 pp->tl = lat;
83 pp->first_ts + (delta / 2), pp->tl / pp->nl);
87 pp->tl = lat;
91 pp->tl += lat;
  /external/aac/libFDK/src/
mdct.cpp 112 void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl)
118 log2_tl = DFRACT_BITS-1-fNormz((FIXP_DBL)tl);
124 switch ( (tl) >> (log2_tl - 2) ) {
125 case 0x7: /* 10 ms, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 0.53333333333333333333) */
132 case 0x6: /* 3/4 of radix 2, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 2.0/3.0) */
199 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples)
255 const INT tl,
269 nr = (tl - fr)>>1;
270 nl = (tl - fl)>>1;
273 imdct_gain(&gain, &transform_gain_e, tl);
    [all...]
  /external/aac/libAACenc/src/
transform.cpp 116 /* tl: transform length
122 int tl, fl, nl, fr, nr; local
134 tl = frameLength;
155 tl >>= 3;
165 nr = (tl - fr)>>1;
166 nl = (tl - fl)>>1;
178 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] >> ( 1 );
180 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] << (DFRACT_BITS - SAMPLE_BITS - 1)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ThreadLocalTest.java 35 ThreadLocal<String> tl = new ThreadLocal<String>() { local
42 assertEquals("initial", tl.get());
43 tl.set("fixture");
44 assertEquals("fixture", tl.get());
45 tl.remove();
46 assertEquals("initial", tl.get());
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalTest.java 25 static ThreadLocal<Integer> tl = new ThreadLocal<Integer>() { field in class:ThreadLocalTest
46 assertSame(tl.get(), one);
47 tl.set(two);
48 assertSame(tl.get(), two);
49 tl.remove();
50 assertSame(tl.get(), one);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_telnetlib.py 319 if cmd == tl.SE and self.sb_getter:
323 tl = telnetlib variable
328 cmds = [tl.AO, tl.AYT, tl.BRK, tl.EC, tl.EL, tl.GA, tl.IP, tl.NOP
    [all...]
  /external/opencv3/modules/stitching/src/
util.cpp 128 Point tl(std::numeric_limits<int>::max(), std::numeric_limits<int>::max());
132 tl.x = std::min(tl.x, corners[i].x);
133 tl.y = std::min(tl.y, corners[i].y);
137 return Rect(tl, br);
143 Point tl(std::numeric_limits<int>::min(), std::numeric_limits<int>::min());
147 tl.x = std::max(tl.x, corners[i].x);
148 tl.y = std::max(tl.y, corners[i].y)
    [all...]
timelapsers.cpp 66 void Timelapser::process(InputArray _img, InputArray /*_mask*/, Point tl)
74 int dx = tl.x - dst_roi_.x;
75 int dy = tl.y - dst_roi_.y;
83 if (test_point(Point(tl.x + x, tl.y + y)))
  /external/aac/libFDK/include/
mdct.h 149 * \param tl transformation length.
160 INT tl,
171 * \param tl length of the IMDCT where the gain *pGain * (2 ^ *pExponent) will be applied to.
176 int tl
204 * \param tl transform length.
208 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples);
220 * \param tl transform length.
235 const INT tl,
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 19 thread_local int tl; // expected-note {{refers here}} variable
30 IP<&tl> ip7; // expected-error{{non-type template argument of type 'int *' is not a constant expression}}
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 52 for (int tl = 0; tl < kMaxNumberOfTemporalLayers; ++tl) {
53 if (fabs(expected.framerate_fps[tl] - arg.framerate_fps[tl]) > 0.5) {
54 *result_listener << " framerate_fps[" << tl
55 << "] = " << arg.framerate_fps[tl] << " (expected "
56 << expected.framerate_fps[tl] << ") ";
59 if (abs(expected.bitrate_kbps[tl] - arg.bitrate_kbps[tl]) > 10)
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 54 ARG_DEF("tl", "temporal-layers", 1, "number of temporal SVC layers");
402 unsigned int sl, tl; local
408 for (tl = 0; tl < cfg->ts_number_layers; ++tl) {
409 const int layer = sl * cfg->ts_number_layers + tl;
412 framerate / cfg->ts_rate_decimator[tl];
413 if (tl > 0) {
441 unsigned int sl, tl; local
445 printf("Rate control layer stats for sl%d tl%d layer(s):\n\n"
621 int sl, tl; local
    [all...]
  /external/toybox/toys/pending/
sh.c 285 struct toy_list *tl; local
289 tl = toy_find(cmd->argv[0]);
291 if (tl && (tl->flags & TOYFLAG_NOFORK)) {
301 toy_init(tl, cmd->argv);
302 tl->toy_main();
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
timelapsers.hpp 68 virtual void process(InputArray img, InputArray mask, Point tl);
  /external/testng/src/test/java/test/configuration/
BeforeTestOrderingTest.java 47 TestListenerAdapter tl = new TestListenerAdapter(); local
48 tng.addListener(tl);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
rdpr.s 10 rdpr %tl,%o0
wrpr.s 10 wrpr %o0,%tl
  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 292 Task_locker tl; local
305 t->locks(&tl);
342 next = this->release_locks(t, &tl);
351 tl.clear();
352 next->locks(&tl);
447 Workqueue::release_locks(Task* t, Task_locker* tl)
450 for (Task_locker::iterator p = tl->begin(); p != tl->end(); ++p)
  /external/libvpx/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
81 tl = tl.communicate()[0].strip()
90 cpplint_cmd = [os.path.join(tl, "tools", "cpplint.py"),
121 stdin = open(os.path.join(tl, filename)).read()
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py 80 tl = Subprocess(TOPLEVEL_CMD, stdout=subprocess.PIPE)
81 tl = tl.communicate()[0].strip()
90 cpplint_cmd = [os.path.join(tl, "tools", "cpplint.py"),
121 stdin = open(os.path.join(tl, filename)).read()
  /external/libnl/lib/
utils.c 766 struct trans_list *tl; local
768 tl = calloc(1, sizeof(*tl));
769 if (!tl)
772 tl->i = i;
773 tl->a = strdup(a);
775 nl_list_add_tail(&tl->list, head);
782 struct trans_list *tl, *next; local
784 nl_list_for_each_entry_safe(tl, next, head, list) {
785 free(tl->a)
808 struct trans_list *tl; local
863 struct trans_list *tl; local
    [all...]

Completed in 3102 milliseconds

1 2 3 4 5 6 7 8 9