Searched refs:vpx_codec_alg_priv_t (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 63 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef 95 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx); 131 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx, 156 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx, 195 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx, 217 typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx, 247 vpx_codec_alg_priv_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, 250 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx, 257 vpx_codec_alg_priv_t *ctx, vpx_codec_iter_t *iter); 260 vpx_codec_alg_priv_t *ctx, const vpx_codec_enc_cfg_t *cfg); [all …]
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 115 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 152 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() 345 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img() 627 static vpx_codec_err_t encoder_set_config(vpx_codec_alg_priv_t *ctx, in encoder_set_config() 663 static vpx_codec_err_t ctrl_get_quantizer(vpx_codec_alg_priv_t *ctx, in ctrl_get_quantizer() 671 static vpx_codec_err_t ctrl_get_quantizer64(vpx_codec_alg_priv_t *ctx, in ctrl_get_quantizer64() 679 static vpx_codec_err_t update_extra_cfg(vpx_codec_alg_priv_t *ctx, in update_extra_cfg() 690 static vpx_codec_err_t ctrl_set_cpuused(vpx_codec_alg_priv_t *ctx, in ctrl_set_cpuused() 697 static vpx_codec_err_t ctrl_set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx, in ctrl_set_enable_auto_alt_ref() 704 static vpx_codec_err_t ctrl_set_noise_sensitivity(vpx_codec_alg_priv_t *ctx, in ctrl_set_noise_sensitivity() [all …]
|
D | vp9_dx_iface.c | 42 vpx_codec_alg_priv_t *const priv = in decoder_init() 43 (vpx_codec_alg_priv_t *)vpx_calloc(1, sizeof(*priv)); in decoder_init() 62 static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) { in decoder_destroy() 206 static vpx_codec_err_t decoder_get_si(vpx_codec_alg_priv_t *ctx, in decoder_get_si() 217 static void set_error_detail(vpx_codec_alg_priv_t *ctx, in set_error_detail() 223 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 230 static void init_buffer_callbacks(vpx_codec_alg_priv_t *ctx) { in init_buffer_callbacks() 266 static void set_ppflags(const vpx_codec_alg_priv_t *ctx, vp9_ppflags_t *flags) { in set_ppflags() 308 static vpx_codec_err_t init_decoder(vpx_codec_alg_priv_t *ctx) { in init_decoder() 402 static INLINE void check_resync(vpx_codec_alg_priv_t *const ctx, in check_resync() [all …]
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 91 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 129 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() 257 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img() 427 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx, in vp8e_set_config() 458 static vpx_codec_err_t get_quantizer(vpx_codec_alg_priv_t *ctx, va_list args) { in get_quantizer() 465 static vpx_codec_err_t get_quantizer64(vpx_codec_alg_priv_t *ctx, in get_quantizer64() 473 static vpx_codec_err_t update_extracfg(vpx_codec_alg_priv_t *ctx, in update_extracfg() 484 static vpx_codec_err_t set_cpu_used(vpx_codec_alg_priv_t *ctx, va_list args) { in set_cpu_used() 490 static vpx_codec_err_t set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx, in set_enable_auto_alt_ref() 497 static vpx_codec_err_t set_noise_sensitivity(vpx_codec_alg_priv_t *ctx, in set_noise_sensitivity() [all …]
|
D | vp8_dx_iface.c | 60 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() 61 (vpx_codec_alg_priv_t *)vpx_calloc(1, sizeof(*priv)); in vp8_init_ctx() 94 vpx_codec_alg_priv_t *priv; in vp8_init() 98 priv = (vpx_codec_alg_priv_t *)ctx->priv; in vp8_init() 112 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) { in vp8_destroy() 174 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, in vp8_get_si() 191 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 230 static int update_fragments(vpx_codec_alg_priv_t *ctx, const uint8_t *data, in update_fragments() 267 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx, in vp8_decode() 446 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx, in vp8_get_frame() [all …]
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 73 ctx->iface->destroy((vpx_codec_alg_priv_t *)ctx->priv); in vpx_codec_destroy() 105 res = entry->fn((vpx_codec_alg_priv_t *)ctx->priv, ap); in vpx_codec_control_()
|
D | vpx_decoder.c | 20 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv() 21 return (vpx_codec_alg_priv_t *)ctx->priv; in get_alg_priv()
|
D | vpx_encoder.c | 22 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv() 23 return (vpx_codec_alg_priv_t *)ctx->priv; in get_alg_priv()
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 100 vpx_codec_alg_priv_t *const priv = in HandleDecodeResult() 101 reinterpret_cast<vpx_codec_alg_priv_t *>(vp9_decoder->priv); in HandleDecodeResult()
|