/external/libvpx/libvpx/test/ |
D | codec_factory.h | 80 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP8Decoder() 82 VP8Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP8Decoder() 97 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP8Encoder() 115 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { in CreateDecoder() 119 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, in CreateDecoder() 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() 176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} in VP9Decoder() 178 VP9Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) in VP9Decoder() 193 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, in VP9Encoder() [all …]
|
/external/mesa3d/src/intel/common/ |
D | gen_l3_config.c | 147 gen_get_l3_config_weights(const struct gen_l3_config *cfg) in gen_get_l3_config_weights() 221 const struct gen_l3_config *const cfg = get_l3_configs(devinfo); in gen_get_default_l3_config() local 239 for (const struct gen_l3_config *cfg = cfgs; cfg->n[GEN_L3P_URB]; cfg++) { in gen_get_l3_config() local 281 const struct gen_l3_config *cfg) in gen_get_l3_config_urb_size() 300 gen_dump_l3_config(const struct gen_l3_config *cfg, FILE *fp) in gen_dump_l3_config()
|
/external/libopus/celt/dump_modes/ |
D | dump_modes_arm_ne10.c | 82 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local 96 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local 116 NE10_FFT_CFG_TYPE_T cfg; in dump_mode_arch() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_l3_state.c | 70 setup_l3_config(struct brw_context *brw, const struct gen_l3_config *cfg) in setup_l3_config() 199 update_urb_size(struct brw_context *brw, const struct gen_l3_config *cfg) in update_urb_size() 233 const struct gen_l3_config *const cfg = in emit_l3_state() local 297 const struct gen_l3_config *const cfg = gen_get_default_l3_config(devinfo); in gen7_restore_default_l3_config() local
|
/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() local
|
/external/llvm/include/llvm/ |
D | PassSupport.h | 36 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument 50 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument 57 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument 162 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument 182 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument 187 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | default_temporal_layers_unittest.cc | 55 vpx_codec_enc_cfg_t cfg; variable 96 vpx_codec_enc_cfg_t cfg; variable 137 vpx_codec_enc_cfg_t cfg; variable 177 vpx_codec_enc_cfg_t cfg; in TEST() local
|
/external/libopus/celt/arm/ |
D | celt_ne10_fft.c | 100 NE10_FFT_CFG_TYPE_T cfg; in opus_fft_free_arm_neon() local 117 NE10_FFT_CFG_TYPE_T cfg = &state; in opus_fft_neon() local 149 NE10_FFT_CFG_TYPE_T cfg = &state; in opus_ifft_neon() local
|
/external/clang/lib/Analysis/ |
D | PostOrderCFGView.cpp | 20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) { in PostOrderCFGView() 32 const CFG *cfg = ctx.getCFG(); in create() local
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | PassSupport.h | 148 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument 159 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument 167 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument 263 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument 280 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument 284 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
|
/external/syslinux/libinstaller/ |
D | advio.c | 42 int read_adv(const char *path, const char *cfg) in read_adv() 94 int write_adv(const char *path, const char *cfg) in write_adv()
|
/external/llvm/include/llvm/CodeGen/ |
D | Passes.h | 388 #define INITIALIZE_TM_PASS_END(passName, arg, name, cfg, analysis) \ argument 407 #define INITIALIZE_TM_PASS(passName, arg, name, cfg, analysis) \ argument
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 28 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/libvpx/config/arm64/ |
D | vpx_config.c | 9 static const char* const cfg = "--force-target=armv8-linux-gcc --enable-external-build --enable-rea… variable
|
/external/libvpx/config/x86_64/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=x86_64-linux-gcc --disable-sse4_1 --disable-avx --disable-… variable
|
/external/libvpx/config/x86/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=x86-linux-gcc --disable-sse4_1 --disable-avx --disable-avx… variable
|
/external/libvpx/config/mips32/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=mips32-linux-gcc --disable-dspr2 --disable-msa --enable-ex… variable
|
/external/libvpx/config/arm/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=armv7-linux-gcc --disable-neon --enable-external-build --e… variable
|
/external/libvpx/config/mips32-msa/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=mips32-linux-gcc --enable-msa --enable-external-build --en… variable
|
/external/libvpx/config/generic/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=generic-gnu --enable-external-build --enable-realtime-only… variable
|
/external/libvpx/config/mips64-msa/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=mips64-linux-gcc --enable-msa --enable-external-build --en… variable
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=mips32-linux-gcc --enable-dspr2 --enable-external-build --… variable
|
/external/libvpx/config/arm-neon/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=armv7-linux-gcc --enable-external-build --enable-realtime-… variable
|
/external/libvpx/config/mips64/ |
D | vpx_config.c | 9 static const char* const cfg = "--target=mips64-linux-gcc --disable-msa --enable-external-build --e… variable
|
/external/libvpx/libvpx/ |
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()
|