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_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() 59 static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) { in decoder_destroy() 180 static vpx_codec_err_t decoder_get_si(vpx_codec_alg_priv_t *ctx, in decoder_get_si() 191 static void set_error_detail(vpx_codec_alg_priv_t *ctx, in set_error_detail() 197 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 204 static void init_buffer_callbacks(vpx_codec_alg_priv_t *ctx) { in init_buffer_callbacks() 234 static void set_ppflags(const vpx_codec_alg_priv_t *ctx, vp9_ppflags_t *flags) { in set_ppflags() 254 static vpx_codec_err_t init_decoder(vpx_codec_alg_priv_t *ctx) { in init_decoder() 286 static INLINE void check_resync(vpx_codec_alg_priv_t *const ctx, in check_resync() [all …]
|
D | vp9_cx_iface.c | 126 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 179 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() 366 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img() 649 static vpx_codec_err_t encoder_set_config(vpx_codec_alg_priv_t *ctx, in encoder_set_config() 685 static vpx_codec_err_t ctrl_get_quantizer(vpx_codec_alg_priv_t *ctx, in ctrl_get_quantizer() 693 static vpx_codec_err_t ctrl_get_quantizer64(vpx_codec_alg_priv_t *ctx, in ctrl_get_quantizer64() 701 static vpx_codec_err_t update_extra_cfg(vpx_codec_alg_priv_t *ctx, in update_extra_cfg() 712 static vpx_codec_err_t ctrl_set_cpuused(vpx_codec_alg_priv_t *ctx, in ctrl_set_cpuused() 722 static vpx_codec_err_t ctrl_set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx, in ctrl_set_enable_auto_alt_ref() 729 static vpx_codec_err_t ctrl_set_noise_sensitivity(vpx_codec_alg_priv_t *ctx, in ctrl_set_noise_sensitivity() [all …]
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 96 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 150 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() 278 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img() 446 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx, in vp8e_set_config() 477 static vpx_codec_err_t get_quantizer(vpx_codec_alg_priv_t *ctx, va_list args) { in get_quantizer() 484 static vpx_codec_err_t get_quantizer64(vpx_codec_alg_priv_t *ctx, in get_quantizer64() 492 static vpx_codec_err_t update_extracfg(vpx_codec_alg_priv_t *ctx, in update_extracfg() 503 static vpx_codec_err_t set_cpu_used(vpx_codec_alg_priv_t *ctx, va_list args) { in set_cpu_used() 512 static vpx_codec_err_t set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx, in set_enable_auto_alt_ref() 519 static vpx_codec_err_t set_noise_sensitivity(vpx_codec_alg_priv_t *ctx, in set_noise_sensitivity() [all …]
|
D | vp8_dx_iface.c | 66 vpx_codec_alg_priv_t *priv = in vp8_init_ctx() 67 (vpx_codec_alg_priv_t *)vpx_calloc(1, sizeof(*priv)); in vp8_init_ctx() 100 vpx_codec_alg_priv_t *priv; in vp8_init() 104 priv = (vpx_codec_alg_priv_t *)ctx->priv; in vp8_init() 118 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) { in vp8_destroy() 179 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, in vp8_get_si() 196 vpx_codec_alg_priv_t *ctx, const struct vpx_internal_error_info *error) { in update_error_state() 235 static int update_fragments(vpx_codec_alg_priv_t *ctx, const uint8_t *data, in update_fragments() 273 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx, in vp8_decode() 500 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 | 25 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv() 26 return (vpx_codec_alg_priv_t *)ctx->priv; in get_alg_priv()
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 102 vpx_codec_alg_priv_t *const priv = in HandleDecodeResult() 103 reinterpret_cast<vpx_codec_alg_priv_t *>(vp9_decoder->priv); in HandleDecodeResult()
|