/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()
|
/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/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/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 55 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()
|
D | temporal_layers.h | 47 vpx_codec_enc_cfg_t* cfg) = 0; 57 virtual bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) = 0;
|
D | screenshare_layers_unittest.cc | 50 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()
|
D | default_temporal_layers.h | 32 vpx_codec_enc_cfg_t* cfg) override; 40 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override { return false; } in UpdateConfiguration()
|
D | screenshare_layers.h | 43 vpx_codec_enc_cfg_t* cfg) override; 56 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override;
|
D | realtime_temporal_layers.cc | 107 vpx_codec_enc_cfg_t* cfg) { in ConfigureBitrates() 251 bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) override { return false; } in UpdateConfiguration()
|
D | screenshare_layers.cc | 130 vpx_codec_enc_cfg_t* cfg) { in ConfigureBitrates() 248 bool ScreenshareLayers::UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) { in UpdateConfiguration()
|
D | vp8_impl.h | 117 std::vector<vpx_codec_enc_cfg_t> configurations_;
|
/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 | 94 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()
|
D | vp9_lossless_encoder.c | 62 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() 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/ |
D | vp9_impl.h | 114 vpx_codec_enc_cfg_t* config_;
|