Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/test/
Dcodec_factory.h40 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg,
45 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
97 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder()
130 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
145 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
193 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder()
226 virtual Encoder *CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
241 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()
142 void Config(const vpx_codec_enc_cfg_t *cfg) { in Config()
166 vpx_codec_enc_cfg_t cfg_;
255 vpx_codec_enc_cfg_t cfg_;
Dencode_api_test.cc33 vpx_codec_enc_cfg_t cfg; 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.h702 } vpx_codec_enc_cfg_t; /**< alias for struct vpx_codec_enc_cfg */ typedef
742 const vpx_codec_enc_cfg_t *cfg,
773 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg,
804 vpx_codec_enc_cfg_t *cfg,
822 const vpx_codec_enc_cfg_t *cfg);
Dsvc_context.h93 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;
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_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()
Dscreenshare_layers.h43 vpx_codec_enc_cfg_t* cfg) override;
56 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override;
Dscreenshare_layers.cc130 vpx_codec_enc_cfg_t* cfg) { in ConfigureBitrates()
248 bool ScreenshareLayers::UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) { in UpdateConfiguration()
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()
/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()
440 memcpy(&cfg[i], &cfg[0], sizeof(vpx_codec_enc_cfg_t)); in main()
Dvpx_temporal_svc_encoder.c81 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_metrics()
110 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
163 vpx_codec_enc_cfg_t *cfg, in set_temporal_layer_pattern()
492 vpx_codec_enc_cfg_t cfg; in main()
Dvp9_spatial_svc_encoder.c170 vpx_codec_enc_cfg_t *enc_cfg) { in parse_command_line()
417 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_stats()
454 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
613 vpx_codec_enc_cfg_t enc_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.c28 const vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver()
63 vpx_codec_ctx_t *ctx, vpx_codec_iface_t *iface, vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver()
143 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
340 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_;
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c75 vpx_codec_enc_cfg_t cfg;
130 const vpx_codec_enc_cfg_t *cfg, in validate_config()
275 vpx_codec_enc_cfg_t cfg, in set_vp8e_config()
428 const vpx_codec_enc_cfg_t *cfg) { in vp8e_set_config()
578 static vpx_codec_err_t vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, in vp8e_mr_alloc_mem()

12