Home
last modified time | relevance | path

Searched refs:vpx_codec_enc_cfg_t (Results 1 – 25 of 38) sorted by relevance

12

/external/libvpx/libvpx/test/
Dcodec_factory.h42 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg,
47 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
98 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder()
131 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
146 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
194 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder()
227 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
242 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
Dencode_test_driver.h89 Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in Encoder()
162 void Config(const vpx_codec_enc_cfg_t *cfg) { in Config()
186 vpx_codec_enc_cfg_t cfg_;
280 vpx_codec_enc_cfg_t cfg_;
Dencode_api_test.cc33 vpx_codec_enc_cfg_t cfg; in TEST()
89 vpx_codec_enc_cfg_t cfg; in TEST()
132 vpx_codec_enc_cfg_t cfg[2]; in TEST()
/external/libvpx/libvpx/
Drate_hist.h22 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,
Dwebmenc.h41 const vpx_codec_enc_cfg_t *cfg,
46 const vpx_codec_enc_cfg_t *cfg,
Dwebmenc.cc24 const vpx_codec_enc_cfg_t *cfg, in write_webm_file_header()
71 const vpx_codec_enc_cfg_t *cfg, in write_webm_block()
Drate_hist.c37 struct rate_hist *init_rate_histogram(const vpx_codec_enc_cfg_t *cfg, in init_rate_histogram()
79 const vpx_codec_enc_cfg_t *cfg, in update_rate_histogram()
274 void show_rate_histogram(struct rate_hist *hist, const vpx_codec_enc_cfg_t *cfg, in show_rate_histogram()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h694 } vpx_codec_enc_cfg_t; /**< alias for struct vpx_codec_enc_cfg */ typedef
734 const vpx_codec_enc_cfg_t *cfg,
765 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
796 vpx_codec_enc_cfg_t *cfg,
814 const vpx_codec_enc_cfg_t *cfg);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers_unittest.cc55 vpx_codec_enc_cfg_t cfg;
96 vpx_codec_enc_cfg_t cfg;
137 vpx_codec_enc_cfg_t cfg;
177 vpx_codec_enc_cfg_t cfg; in TEST()
Dtemporal_layers.h47 vpx_codec_enc_cfg_t* cfg) = 0;
57 virtual bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) = 0;
Dscreenshare_layers_unittest.cc50 vpx_codec_enc_cfg_t vpx_cfg; in ConfigureBitrates()
51 memset(&vpx_cfg, 0, sizeof(vpx_codec_enc_cfg_t)); in ConfigureBitrates()
366 vpx_codec_enc_cfg_t cfg; in TEST_F()
376 vpx_codec_enc_cfg_t cfg; in TEST_F()
386 vpx_codec_enc_cfg_t cfg; in TEST_F()
396 vpx_codec_enc_cfg_t cfg; in TEST_F()
Ddefault_temporal_layers.h32 vpx_codec_enc_cfg_t* cfg) override;
40 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override { return false; } in UpdateConfiguration()
Dscreenshare_layers.h43 vpx_codec_enc_cfg_t* cfg) override;
56 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override;
Drealtime_temporal_layers.cc107 vpx_codec_enc_cfg_t* cfg) { in ConfigureBitrates()
251 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override { return false; } in UpdateConfiguration()
Dscreenshare_layers.cc130 vpx_codec_enc_cfg_t* cfg) { in ConfigureBitrates()
248 bool ScreenshareLayers::UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) { in UpdateConfiguration()
Dvp8_impl.h117 std::vector<vpx_codec_enc_cfg_t> configurations_;
/external/libvpx/libvpx/examples/
Dset_maps.c63 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg, in set_roi_map()
96 static void set_active_map(const vpx_codec_enc_cfg_t *cfg, in set_active_map()
113 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg, in unset_active_map()
156 vpx_codec_enc_cfg_t cfg; in main()
Dtwopass_encoder.c125 const vpx_codec_enc_cfg_t *cfg, int max_frames) { in pass0()
153 const VpxInterface *encoder, const vpx_codec_enc_cfg_t *cfg, in pass1()
194 vpx_codec_enc_cfg_t cfg; in main()
Dvp8_multi_resolution_encoder.c124 static void write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
167 vpx_codec_enc_cfg_t *cfg, int bitrate, in set_temporal_layer_pattern()
291 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS]; in main()
441 memcpy(&cfg[i], &cfg[0], sizeof(vpx_codec_enc_cfg_t)); in main()
Dsvc_context.h90 vpx_codec_enc_cfg_t *cfg);
Dvpx_temporal_svc_encoder.c94 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_metrics()
124 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
172 static void set_roi_map(const char *enc_name, vpx_codec_enc_cfg_t *cfg, in set_roi_map()
246 vpx_codec_enc_cfg_t *cfg, in set_temporal_layer_pattern()
575 vpx_codec_enc_cfg_t cfg; in main()
Dvp9_lossless_encoder.c62 vpx_codec_enc_cfg_t cfg; in main()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h260 vpx_codec_alg_priv_t *ctx, const vpx_codec_enc_cfg_t *cfg);
268 const vpx_codec_enc_cfg_t *cfg, void **mem_loc);
282 vpx_codec_enc_cfg_t cfg;
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c31 const vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver()
66 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver()
151 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
345 const vpx_codec_enc_cfg_t *cfg) { in vpx_codec_enc_config_set()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h114 vpx_codec_enc_cfg_t* config_;

12