Home
last modified time | relevance | path

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

12

/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc127 _, _, Field(&vpx_codec_enc_cfg_t::g_error_resilient, 0), _)); in TEST_F()
141 Field(&vpx_codec_enc_cfg_t::g_error_resilient, in TEST_F()
160 Field(&vpx_codec_enc_cfg_t::g_error_resilient, in TEST_F()
181 _, AllOf(Field(&vpx_codec_enc_cfg_t::rc_target_bitrate, in TEST_F()
183 Field(&vpx_codec_enc_cfg_t::rc_undershoot_pct, 100u), in TEST_F()
184 Field(&vpx_codec_enc_cfg_t::rc_overshoot_pct, 15u), in TEST_F()
185 Field(&vpx_codec_enc_cfg_t::rc_buf_sz, 1000u), in TEST_F()
186 Field(&vpx_codec_enc_cfg_t::rc_buf_optimal_sz, 600u), in TEST_F()
187 Field(&vpx_codec_enc_cfg_t::rc_dropframe_thresh, 30u)))) in TEST_F()
214 _, AllOf(Field(&vpx_codec_enc_cfg_t::rc_target_bitrate, in TEST_F()
[all …]
Dmock_libvpx_interface.h39 (vpx_codec_ctx_t*, const vpx_codec_enc_cfg_t*),
43 (vpx_codec_iface_t*, vpx_codec_enc_cfg_t*, unsigned int),
49 const vpx_codec_enc_cfg_t*,
56 vpx_codec_enc_cfg_t*,
/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()
Dlevel_test.cc125 vpx_codec_enc_cfg_t cfg; in TEST_P()
/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/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_interface.h48 const vpx_codec_enc_cfg_t* cfg) const = 0;
51 vpx_codec_enc_cfg_t* cfg,
56 const vpx_codec_enc_cfg_t* cfg,
60 vpx_codec_enc_cfg_t* cfg,
Dlibvpx_interface.cc45 const vpx_codec_enc_cfg_t* cfg) const override { in codec_enc_config_set()
50 vpx_codec_enc_cfg_t* cfg, in codec_enc_config_default()
57 const vpx_codec_enc_cfg_t* cfg, in codec_enc_init()
64 vpx_codec_enc_cfg_t* cfg, in codec_enc_init_multi()
Dlibvpx_vp8_encoder.h122 std::vector<vpx_codec_enc_cfg_t> vpx_configs_;
/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/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.c95 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_metrics()
129 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
177 static void set_roi_map(const char *enc_name, vpx_codec_enc_cfg_t *cfg, in set_roi_map()
251 vpx_codec_enc_cfg_t *cfg, in set_temporal_layer_pattern()
580 vpx_codec_enc_cfg_t cfg; in main()
Dvp9_spatial_svc_encoder.c194 vpx_codec_enc_cfg_t *enc_cfg) { in parse_command_line()
465 vpx_codec_enc_cfg_t *cfg) { in set_rate_control_stats()
503 vpx_codec_enc_cfg_t *cfg, in printout_rate_control_summary()
815 vpx_codec_ctx_t *codec, vpx_codec_enc_cfg_t *enc_cfg, in svc_output_rc_stats()
917 vpx_codec_enc_cfg_t enc_cfg; in main()
Dvp9_lossless_encoder.c62 vpx_codec_enc_cfg_t cfg; in main()
Dvp8cx_set_ref.c98 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()
152 vpx_codec_enc_cfg_t *cfg, in vpx_codec_enc_config_default()
339 const vpx_codec_enc_cfg_t *cfg) { in vpx_codec_enc_config_set()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.h283 vpx_codec_enc_cfg_t config_{};

12