Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dcodec_factory.h38 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg,
43 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg,
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder()
114 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
125 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
169 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder()
196 virtual Encoder* CreateEncoder(vpx_codec_enc_cfg_t cfg, in CreateEncoder()
207 virtual vpx_codec_err_t DefaultEncoderConfig(vpx_codec_enc_cfg_t *cfg, in DefaultEncoderConfig()
Dencode_test_driver.h93 Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in Encoder()
161 vpx_codec_enc_cfg_t cfg_;
239 vpx_codec_enc_cfg_t cfg_;
Dresize_test.cc37 static void write_ivf_file_header(const vpx_codec_enc_cfg_t *const cfg, in write_ivf_file_header()
/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.h42 const vpx_codec_enc_cfg_t *cfg,
48 const vpx_codec_enc_cfg_t *cfg,
Dwebmenc.cc24 const vpx_codec_enc_cfg_t *cfg, in write_webm_file_header()
60 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()
74 const vpx_codec_enc_cfg_t *cfg, in update_rate_histogram()
269 const vpx_codec_enc_cfg_t *cfg, int max_buckets) { in show_rate_histogram()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h691 } vpx_codec_enc_cfg_t; /**< alias for struct vpx_codec_enc_cfg */ typedef
718 vpx_codec_enc_cfg_t *cfg,
753 vpx_codec_enc_cfg_t *cfg,
789 vpx_codec_enc_cfg_t *cfg,
808 const vpx_codec_enc_cfg_t *cfg);
Dsvc_context.h74 vpx_codec_enc_cfg_t *cfg);
/external/libvpx/libvpx/examples/
Dset_maps.c64 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg, in set_roi_map()
98 static void set_active_map(const vpx_codec_enc_cfg_t *cfg, in set_active_map()
116 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg, in unset_active_map()
158 vpx_codec_enc_cfg_t cfg; in main()
Dvpx_temporal_svc_encoder.c72 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_metrics()
97 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
137 vpx_codec_enc_cfg_t *cfg, in set_temporal_layer_pattern()
442 vpx_codec_enc_cfg_t cfg; in main()
Dvp8_multi_resolution_encoder.c115 const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
159 vpx_codec_enc_cfg_t cfg[NUM_ENCODERS]; in main()
273 memcpy(&cfg[i], &cfg[0], sizeof(vpx_codec_enc_cfg_t)); in main()
Dvp9_spatial_svc_encoder.c107 vpx_codec_enc_cfg_t *enc_cfg) { in parse_command_line()
268 vpx_codec_enc_cfg_t enc_cfg; in main()
Dvp8cx_set_ref.c98 vpx_codec_enc_cfg_t cfg = {0}; in main()
Dsimple_encoder.c156 vpx_codec_enc_cfg_t cfg; in main()
Dtwopass_encoder.c126 vpx_codec_enc_cfg_t cfg; in main()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h263 const vpx_codec_enc_cfg_t *cfg);
271 (*vpx_codec_enc_mr_get_mem_loc_fn_t)(const vpx_codec_enc_cfg_t *cfg,
286 vpx_codec_enc_cfg_t cfg;
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c25 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_ver()
66 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_init_multi_ver()
157 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
362 const vpx_codec_enc_cfg_t *cfg) { in vpx_codec_enc_config_set()
Dsvc_encodeframe.c441 vpx_codec_enc_cfg_t *enc_cfg) { in vpx_svc_init()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c81 vpx_codec_enc_cfg_t cfg;
137 const vpx_codec_enc_cfg_t *cfg, in validate_config()
287 vpx_codec_enc_cfg_t cfg, in set_vp8e_config()
448 const vpx_codec_enc_cfg_t *cfg) in vp8e_set_config()
600 static vpx_codec_err_t vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, in vp8e_mr_alloc_mem()
635 vpx_codec_enc_cfg_t *cfg; in vp8e_init()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c81 vpx_codec_enc_cfg_t cfg;
148 const vpx_codec_enc_cfg_t *cfg, in validate_config()
326 const vpx_codec_enc_cfg_t *cfg, in set_encoder_config()
482 const vpx_codec_enc_cfg_t *cfg) { in encoder_set_config()
663 vpx_codec_enc_cfg_t *cfg; in encoder_init()
1171 const vpx_codec_enc_cfg_t *cfg = &ctx->cfg; in ctrl_set_svc()