HomeSort by relevance Sort by last modified time
    Searched refs:cfg (Results 1 - 25 of 943) 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --enable-vp9-highbitdepth"; 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 --disable-avx512 --as=yasm --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; 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 --disable-avx512 --as=yasm --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; 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...]
encode_api_test.cc 33 vpx_codec_enc_cfg_t cfg; local
45 vpx_codec_enc_config_default(NULL, &cfg, 0));
55 vpx_codec_enc_config_default(kCodecs[i], &cfg, 1));
57 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_config_default(kCodecs[i], &cfg, 0));
58 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_enc_init(&enc, kCodecs[i], &cfg, 0));
89 vpx_codec_enc_cfg_t cfg; local
92 vpx_codec_enc_config_default(vpx_codec_vp8_cx(), &cfg, 0); local
94 cfg.g_w = width;
95 cfg.g_h = height;
99 vpx_codec_enc_init(&enc, vpx_codec_vp8_cx(), &cfg, 0)
132 vpx_codec_enc_cfg_t cfg[2]; local
    [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,
  /tools/acloud/public/
config_test.py 96 cfg = config.AcloudConfigManager.LoadConfigFromProtocolBuffer(
98 self.assertEquals(cfg.service_account_name,
100 self.assertEquals(cfg.service_account_private_key_path,
102 self.assertEquals(cfg.project, "fake-project")
103 self.assertEquals(cfg.zone, "us-central1-f")
104 self.assertEquals(cfg.machine_type, "n1-standard-1")
105 self.assertEquals(cfg.network, "default")
106 self.assertEquals(cfg.ssh_private_key_path, "/path/to/ssh/key")
107 self.assertEquals(cfg.storage_bucket_name, "fake_bucket")
108 self.assertEquals(cfg.orientation, "portrait"
    [all...]
  /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/mesa3d/src/mesa/drivers/dri/i965/
gen7_l3_state.c 70 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg)
72 const bool has_dc = cfg->n[GEN_L3P_DC] || cfg->n[GEN_L3P_ALL];
73 const bool has_is = cfg->n[GEN_L3P_IS] || cfg->n[GEN_L3P_RO] ||
74 cfg->n[GEN_L3P_ALL];
75 const bool has_c = cfg->n[GEN_L3P_C] || cfg->n[GEN_L3P_RO] ||
76 cfg->n[GEN_L3P_ALL];
77 const bool has_t = cfg->n[GEN_L3P_T] || cfg->n[GEN_L3P_RO] |
233 const struct gen_l3_config *const cfg = local
297 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo); local
    [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() {
174 // ternaries cross basic block boundaries, must regenerate the CFG to remove it
294 void CFGGenerator::addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate) {
305 this->addExpression(cfg, &b->fLeft, constantPropagate);
306 BlockId start = cfg.fCurrent;
307 cfg.newBlock()
    [all...]
  /external/skqp/src/sksl/
SkSLCFGGenerator.cpp 30 BlockId CFG::newBlock() {
40 BlockId CFG::newIsolatedBlock() {
46 void CFG::addExit(BlockId from, BlockId to) {
53 void CFG::dump() {
174 // ternaries cross basic block boundaries, must regenerate the CFG to remove it
294 void CFGGenerator::addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate) {
305 this->addExpression(cfg, &b->fLeft, constantPropagate);
306 BlockId start = cfg.fCurrent;
307 cfg.newBlock()
    [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 91 vpx_codec_enc_cfg_t *cfg) {
95 const double framerate = cfg->g_timebase.den / cfg->g_timebase.num;
96 rc->layer_framerate[0] = framerate / cfg->ts_rate_decimator[0];
99 for (i = 0; i < cfg->ts_number_layers; ++i) {
101 rc->layer_framerate[i] = framerate / cfg->ts_rate_decimator[i];
120 vpx_codec_enc_cfg_t *cfg,
127 cfg->ts_number_layers);
128 for (i = 0; i < cfg->ts_number_layers; ++i) {
168 static void vp8_set_roi_map(vpx_codec_enc_cfg_t *cfg, vpx_roi_map_t *roi)
549 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/mesa3d/src/intel/common/
gen_l3_config.c 147 gen_get_l3_config_weights(const struct gen_l3_config *cfg)
149 if (cfg) {
153 w.w[i] = cfg->n[i];
221 const struct gen_l3_config *const cfg = get_l3_configs(devinfo); local
222 assert(cfg == gen_get_l3_config(devinfo,
224 return cfg;
239 for (const struct gen_l3_config *cfg = cfgs; cfg->n[GEN_L3P_URB]; cfg++) {
240 const float dw = gen_diff_l3_weights(w0, gen_get_l3_config_weights(cfg));
    [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...]

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>