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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/config/arm/
vpx_config.c 9 static const char* const cfg = "--target=armv7-linux-gcc --disable-neon --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/arm-neon/
vpx_config.c 9 static const char* const cfg = "--target=armv7-linux-gcc --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/arm64/
vpx_config.c 9 static const char* const cfg = "--force-target=armv8-linux-gcc --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/generic/
vpx_config.c 9 static const char* const cfg = "--target=generic-gnu --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips32/
vpx_config.c 9 static const char* const cfg = "--target=mips32-linux-gcc --disable-dspr2 --disable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips32-dspr2/
vpx_config.c 9 static const char* const cfg = "--target=mips32-linux-gcc --enable-dspr2 --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips32-msa/
vpx_config.c 9 static const char* const cfg = "--target=mips32-linux-gcc --enable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips64/
vpx_config.c 9 static const char* const cfg = "--target=mips64-linux-gcc --disable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips64-msa/
vpx_config.c 9 static const char* const cfg = "--target=mips64-linux-gcc --enable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/x86/
vpx_config.c 9 static const char* const cfg = "--target=x86-linux-gcc --disable-sse4_1 --disable-avx --disable-avx2 --as=yasm --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/x86_64/
vpx_config.c 9 static const char* const cfg = "--target=x86_64-linux-gcc --disable-sse4_1 --disable-avx --disable-avx2 --as=yasm --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/libvpx/test/
codec_factory.h 35 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0;
37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg,
40 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg,
45 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
80 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {}
82 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
83 : Decoder(cfg, flag) {}
97 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline,
99 : Encoder(cfg, deadline, init_flags, stats) {
    [all...]
  /external/skia/src/sksl/
SkSLCFGGenerator.cpp 30 BlockId CFG::newBlock() {
40 BlockId CFG::newIsolatedBlock() {
46 void CFG::addExit(BlockId from, BlockId to) {
53 void CFG::dump() {
85 void CFGGenerator::addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate) {
96 this->addExpression(cfg, &b->fLeft, constantPropagate);
97 BlockId start = cfg.fCurrent;
98 cfg.newBlock();
99 this->addExpression(cfg, &b->fRight, constantPropagate)
    [all...]
  /external/libnl/lib/route/cls/ematch/
text.c 27 struct tcf_em_text cfg; member in struct:text_data
35 t->cfg.from_offset = offset;
36 t->cfg.from_layer = layer;
41 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_offset;
46 return ((struct text_data *) rtnl_ematch_data(e))->cfg.from_layer;
53 t->cfg.to_offset = offset;
54 t->cfg.to_layer = layer;
59 return ((struct text_data *) rtnl_ematch_data(e))->cfg.to_offset;
64 return ((struct text_data *) rtnl_ematch_data(e))->cfg.to_layer;
76 t->cfg.pattern_len = len
    [all...]
  /external/libvpx/libvpx/
rate_hist.h 22 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg,
28 const vpx_codec_enc_cfg_t *cfg,
33 void show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg,
ivfenc.c 16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg,
27 mem_put_le16(header + 12, cfg->g_w); // width
28 mem_put_le16(header + 14, cfg->g_h); // height
29 mem_put_le32(header + 16, cfg->g_timebase.den); // rate
30 mem_put_le32(header + 20, cfg->g_timebase.num); // scale
  /external/iptables/extensions/
libxt_hashlimit.c 104 XTOPT_POINTER(s, cfg.burst)},
107 XTOPT_POINTER(s, cfg.size)},
110 XTOPT_POINTER(s, cfg.max)},
113 XTOPT_POINTER(s, cfg.gc_interval)},
116 XTOPT_POINTER(s, cfg.expire)},
138 XTOPT_POINTER(s, cfg.size)},
141 XTOPT_POINTER(s, cfg.max)},
144 XTOPT_POINTER(s, cfg.gc_interval)},
147 XTOPT_POINTER(s, cfg.expire)},
168 XTOPT_POINTER(s, cfg.size)}
189 struct hashlimit_cfg1 *cfg = (struct hashlimit_cfg1 *)from; local
764 struct hashlimit_cfg2 cfg; local
780 struct hashlimit_cfg2 cfg; local
877 struct hashlimit_cfg2 cfg; local
892 struct hashlimit_cfg2 cfg; local
    [all...]
  /external/autotest/client/bin/
test_config.py 19 def __init__(self, cfg, tmpdir='/tmp', raise_errors=False):
23 @param cfg: Where we'll get configuration data. It can be either:
36 if hasattr(cfg, 'read'):
37 self.cfg = cfg
38 self.parser.readfp(self.cfg)
39 elif isinstance(cfg, types.StringTypes):
41 if cfg.startswith('http') or cfg.startswith('ftp'):
42 self.cfg = path.join(tmpdir, path.basename(cfg)
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 81 vpx_codec_enc_cfg_t *cfg) {
85 const double framerate = cfg->g_timebase.den / cfg->g_timebase.num;
86 rc->layer_framerate[0] = framerate / cfg->ts_rate_decimator[0];
89 for (i = 0; i < cfg->ts_number_layers; ++i) {
91 rc->layer_framerate[i] = framerate / cfg->ts_rate_decimator[i];
110 vpx_codec_enc_cfg_t *cfg,
117 cfg->ts_number_layers);
118 for (i = 0; i < cfg->ts_number_layers; ++i) {
163 vpx_codec_enc_cfg_t *cfg,
492 vpx_codec_enc_cfg_t cfg; local
    [all...]
vp8_multi_resolution_encoder.c 124 static void write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg,
128 if (cfg->g_pass != VPX_RC_ONE_PASS && cfg->g_pass != VPX_RC_LAST_PASS) return;
136 mem_put_le16(header + 12, cfg->g_w); /* width */
137 mem_put_le16(header + 14, cfg->g_h); /* height */
138 mem_put_le32(header + 16, cfg->g_timebase.den); /* rate */
139 mem_put_le32(header + 20, cfg->g_timebase.num); /* scale */
167 vpx_codec_enc_cfg_t *cfg, int bitrate,
173 cfg->ts_number_layers = 1;
174 cfg->ts_periodicity = 1
291 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS]; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.cc 49 vpx_codec_enc_cfg_t* cfg) {
55 cfg->ts_number_layers = number_of_temporal_layers_;
56 cfg->ts_periodicity = temporal_ids_length_;
57 cfg->ts_target_bitrate[0] = bitrateKbit;
58 cfg->ts_rate_decimator[0] = 1;
59 memcpy(cfg->ts_layer_id, temporal_ids_,
68 cfg->ts_number_layers = number_of_temporal_layers_;
69 cfg->ts_periodicity = temporal_ids_length_;
72 cfg->ts_target_bitrate[0] = bitrateKbit * kVp8LayerRateAlloction[1][0];
73 cfg->ts_target_bitrate[1] = bitrateKbit
    [all...]
  /external/clang/lib/Analysis/
PostOrderCFGView.cpp 1 //===- PostOrderCFGView.cpp - Post order view of CFG blocks -------*- C++ --*-//
10 // This file implements post order view of the blocks in a CFG.
20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) {
21 Blocks.reserve(cfg->getNumBlockIDs());
22 CFGBlockSet BSet(cfg);
24 for (po_iterator I = po_iterator::begin(cfg, BSet),
25 E = po_iterator::end(cfg, BSet); I != E; ++I) {
32 const CFG *cfg = ctx.getCFG() local
    [all...]
  /external/syslinux/efi/
adv.h 24 int read_adv(const char *path, const char *cfg);
25 int write_adv(const char *path, const char *cfg);
  /external/syslinux/libinstaller/
setadv.h 13 int read_adv(const char *path, const char *cfg);
14 int write_adv(const char *path, const char *cfg);
  /hardware/interfaces/tests/libhwbinder/1.0/
IScheduleTest.hal 20 send(uint32_t cfg, uint32_t callerSta) generates (uint32_t data);

Completed in 630 milliseconds

1 2 3 4 5 6 7 8 91011>>