Home
last modified time | relevance | path

Searched defs:tl (Results 1 – 25 of 138) sorted by relevance

123456

/external/libaom/libaom/av1/encoder/
Dsvc_layercontext.c33 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_init_layer_context() local
91 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_update_layer_context_change_config() local
97 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_update_layer_context_change_config() local
131 const int tl = svc->temporal_layer_id; in av1_update_temporal_layer_framerate() local
241 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_free_svc_cyclic_refresh() local
255 for (int tl = 0; tl < svc->number_temporal_layers; ++tl) { in av1_svc_reset_temporal_layers() local
Dencodemb.h27 ENTROPY_CONTEXT tl[MAX_MB_PLANE][MAX_MIB_SIZE]; member
36 ENTROPY_CONTEXT *tl; member
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTimeline.java84 Timeline tl = pool.get(); in createSequence() local
94 Timeline tl = pool.get(); in createParallel() local
183 Timeline tl = pool.get(); in beginSequence() local
199 Timeline tl = pool.get(); in beginParallel() local
/external/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers_unittest.cc232 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
277 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
320 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
417 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
503 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
572 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
632 DefaultTemporalLayers tl(kNumLayers); in TEST_F() local
754 DefaultTemporalLayers tl(num_layers); in TEST_P() local
/external/libvpx/libvpx/test/
Dsvc_test.cc80 for (int tl = temporal_layer_id_; tl < number_temporal_layers_; ++tl) { in PostEncodeFrameHook() local
121 for (int tl = 0; tl < temporal_layers; ++tl) { in AssignLayerBitrates() local
Dsvc_datarate_test.cc88 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode()
158 for (int tl = 0; tl < num_temporal_layers; ++tl) { in CheckLayerRateTargeting() local
261 for (int tl = 0; tl < number_temporal_layers_; ++tl) { in PreEncodeFrameHook() local
472 for (int tl = temporal_layer_id_; tl < number_temporal_layers_; ++tl) { in FramePktHook() local
500 for (int tl = 0; tl < number_temporal_layers_; ++tl) { in EndPassHook() local
/external/walt/pywalt/pywalt/
Dminimization.py45 def minimize_lsq(tx, x, ty, y, tl, min_shift, max_shift, step): argument
108 def debug_plot(tx, x, ty, y, tl, shift): argument
/external/aac/libFDK/src/
Dmdct.cpp137 const INT nSpec, const INT tl, const FIXP_WTP *pRightWindowPart, in mdct_block()
272 void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl) { in imdct_gain()
372 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, in imdct_adapt_parameters()
467 const INT noOutSamples, const INT tl, const FIXP_WTP *wls, in imlt_block()
/external/igt-gpu-tools/lib/
Digt_kmod.c399 static void tests_add(struct igt_kselftest_list *tl, struct igt_list *list) in tests_add()
417 struct igt_kselftest_list *tl; in igt_kselftest_get_tests() local
505 struct igt_kselftest_list *tl, in igt_kselftest_execute()
556 struct igt_kselftest_list *tl, *tn; in igt_kselftests() local
/external/eigen/unsupported/test/
Dcxx11_meta.cpp161 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; in test_slice() typedef
204 typedef type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c, dummy_c> tl; in test_get() typedef
259 typedef type_list<dummy_a, dummy_b, dummy_c> tl; in test_apply_op() typedef
266 typedef type_list<dummy_a, dummy_b, dummy_c> tl; in test_contained_in_list() typedef
/external/freetype/src/gzip/
Dinfblock.c157 inflate_huft *tl, *td; in inflate_blocks() local
311 inflate_huft *tl, *td; in inflate_blocks() local
Dinftrees.c333 inflate_huft * FAR *tl, /* literal/length tree result */ in inflate_trees_dynamic()
412 const inflate_huft * FAR *tl, /* literal/length tree result */ in inflate_trees_fixed()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c35 int sl, tl, i; in vp9_init_layer_context() local
194 int sl, tl, layer = 0, spatial_layer_target; in vp9_update_layer_context_change_config() local
297 const int tl = svc->temporal_layer_id; in vp9_update_temporal_layer_framerate() local
982 int sl, tl; in vp9_free_svc_cyclic_refresh() local
998 int sl, tl; in vp9_svc_reset_temporal_layers() local
1022 int sl, tl; in vp9_svc_check_reset_layer_rc_flag() local
1305 int tl; in vp9_svc_adjust_avg_frame_qindex() local
Dvp9_encodemb.h25 ENTROPY_CONTEXT *tl; member
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhile_v2_test.py653 def Cond(x, tl): argument
657 def Body(x, tl): argument
742 def Cond(x, tl): argument
746 def Body(x, tl): argument
751 def InnerBody(inner_x, outer_x, tl): argument
930 def Cond(x, tl): argument
934 def Body(x, tl): argument
953 def Cond(x, tl): argument
957 def Body(x, tl): argument
/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/
DChannelSinkBenchmark.kt20 private val tl = ThreadLocal.withInitial({ 42 }) in <lambda>() constant in benchmarks.ChannelSinkBenchmark
/external/libaom/libaom/examples/
Dsvc_encoder_rtc.c174 for (unsigned int tl = 0; tl < ts_number_layers; ++tl) { in set_rate_control_metrics() local
206 for (unsigned int tl = 0; tl < ts_number_layers; ++tl) { in printout_rate_control_summary() local
721 for (unsigned tl = 0; tl < ts_number_layers; ++tl) { in main() local
831 for (unsigned tl = layer_id.temporal_layer_id; in main() local
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c466 unsigned int sl, tl; in set_rate_control_stats() local
505 unsigned int sl, tl; in printout_rate_control_summary() local
613 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode_ex0()
695 int tl, int num_spatial_layers, int is_key_frame, in set_frame_flags_bypass_mode_ex1()
820 unsigned int sl, tl; in svc_output_rc_stats() local
1134 unsigned int tl = 0; in main() local
/external/tensorflow/tensorflow/python/autograph/utils/
Dtensor_list_test.py21 from tensorflow.python.autograph.utils import tensor_list as tl unknown
/external/jemalloc_new/test/src/
DSFMT.c164 uint64_t th, tl, oh, ol; in rshift128() local
179 uint64_t th, tl, oh, ol; in rshift128() local
203 uint64_t th, tl, oh, ol; in lshift128() local
218 uint64_t th, tl, oh, ol; in lshift128() local
/external/testng/src/test/java/test/configuration/
DBeforeTestOrderingTest.java47 TestListenerAdapter tl = new TestListenerAdapter(); in verifyBeforeTestOrdering() local
/external/llvm-project/openmp/runtime/test/affinity/format/
Dapi2.c48 int tl, tn, nt, an; in main() local
/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c397 ENTROPY_CONTEXT *tl; in optimize_mb() local
434 ENTROPY_CONTEXT *tl; in vp8_optimize_mby() local
467 ENTROPY_CONTEXT *tl; in vp8_optimize_mbuv() local
/external/blktrace/btt/
Dplat.c27 double first_ts, last_ts, tl; member
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DType.java180 private static int unwrap( final ThreadLocal<Integer> tl ) { in unwrap()
185 private static void wrap( final ThreadLocal<Integer> tl, final int value ) { in wrap()

123456