/external/webrtc/modules/video_coding/codecs/vp8/test/ |
D | vp8_impl_unittest.cc | 127 _, _, 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 …]
|
D | mock_libvpx_interface.h | 39 (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/ |
D | codec_factory.h | 42 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()
|
D | encode_test_driver.h | 89 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_;
|
D | encode_api_test.cc | 33 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()
|
D | level_test.cc | 125 vpx_codec_enc_cfg_t cfg; in TEST_P()
|
/external/libvpx/libvpx/ |
D | 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,
|
D | webmenc.h | 41 const vpx_codec_enc_cfg_t *cfg, 46 const vpx_codec_enc_cfg_t *cfg,
|
D | webmenc.cc | 24 const vpx_codec_enc_cfg_t *cfg, in write_webm_file_header() 71 const vpx_codec_enc_cfg_t *cfg, in write_webm_block()
|
D | rate_hist.c | 37 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/ |
D | libvpx_interface.h | 48 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,
|
D | libvpx_interface.cc | 45 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()
|
D | libvpx_vp8_encoder.h | 122 std::vector<vpx_codec_enc_cfg_t> vpx_configs_;
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 694 } 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/ |
D | set_maps.c | 63 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()
|
D | twopass_encoder.c | 125 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()
|
D | vp8_multi_resolution_encoder.c | 124 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()
|
D | svc_context.h | 90 vpx_codec_enc_cfg_t *cfg);
|
D | vpx_temporal_svc_encoder.c | 95 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()
|
D | vp9_spatial_svc_encoder.c | 194 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()
|
D | vp9_lossless_encoder.c | 62 vpx_codec_enc_cfg_t cfg; in main()
|
D | vp8cx_set_ref.c | 98 vpx_codec_enc_cfg_t cfg; in main()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 260 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/ |
D | vpx_encoder.c | 31 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/ |
D | streaming_vp8_encoder.h | 283 vpx_codec_enc_cfg_t config_{};
|