Home
last modified time | relevance | path

Searched refs:vpx_codec_alg_priv_t (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef
96 typedef vpx_codec_err_t (*vpx_codec_destroy_fn_t)(vpx_codec_alg_priv_t *ctx);
132 typedef vpx_codec_err_t (*vpx_codec_get_si_fn_t)(vpx_codec_alg_priv_t *ctx,
157 typedef vpx_codec_err_t (*vpx_codec_control_fn_t)(vpx_codec_alg_priv_t *ctx,
196 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,
252 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx,
258 typedef const vpx_codec_cx_pkt_t *(*vpx_codec_get_cx_data_fn_t)(vpx_codec_alg_priv_t *ctx,
262 (*vpx_codec_enc_config_set_fn_t)(vpx_codec_alg_priv_t *ctx,
[all …]
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c118 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
154 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config()
335 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img()
560 static vpx_codec_err_t encoder_set_config(vpx_codec_alg_priv_t *ctx, in encoder_set_config()
597 static vpx_codec_err_t ctrl_get_quantizer(vpx_codec_alg_priv_t *ctx, in ctrl_get_quantizer()
606 static vpx_codec_err_t ctrl_get_quantizer64(vpx_codec_alg_priv_t *ctx, in ctrl_get_quantizer64()
615 static vpx_codec_err_t update_extra_cfg(vpx_codec_alg_priv_t *ctx, in update_extra_cfg()
626 static vpx_codec_err_t ctrl_set_cpuused(vpx_codec_alg_priv_t *ctx, in ctrl_set_cpuused()
633 static vpx_codec_err_t ctrl_set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx, in ctrl_set_enable_auto_alt_ref()
640 static vpx_codec_err_t ctrl_set_noise_sensitivity(vpx_codec_alg_priv_t *ctx, in ctrl_set_noise_sensitivity()
[all …]
Dvp9_dx_iface.c42 vpx_codec_alg_priv_t *const priv = in decoder_init()
43 (vpx_codec_alg_priv_t *)vpx_calloc(1, sizeof(*priv)); in decoder_init()
64 static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) { in decoder_destroy()
207 static vpx_codec_err_t decoder_get_si(vpx_codec_alg_priv_t *ctx, in decoder_get_si()
218 static void set_error_detail(vpx_codec_alg_priv_t *ctx, in set_error_detail()
223 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
231 static void init_buffer_callbacks(vpx_codec_alg_priv_t *ctx) { in init_buffer_callbacks()
267 static void set_ppflags(const vpx_codec_alg_priv_t *ctx, in set_ppflags()
313 static vpx_codec_err_t init_decoder(vpx_codec_alg_priv_t *ctx) { in init_decoder()
409 static INLINE void check_resync(vpx_codec_alg_priv_t *const ctx, in check_resync()
[all …]
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c92 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
131 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config()
262 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img()
448 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx, in vp8e_set_config()
482 static vpx_codec_err_t get_quantizer(vpx_codec_alg_priv_t *ctx, va_list args) in get_quantizer()
491 static vpx_codec_err_t get_quantizer64(vpx_codec_alg_priv_t *ctx, va_list args) in get_quantizer64()
500 static vpx_codec_err_t update_extracfg(vpx_codec_alg_priv_t *ctx, in update_extracfg()
512 static vpx_codec_err_t set_cpu_used(vpx_codec_alg_priv_t *ctx, va_list args) in set_cpu_used()
519 static vpx_codec_err_t set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx, in set_enable_auto_alt_ref()
527 static vpx_codec_err_t set_noise_sensitivity(vpx_codec_alg_priv_t *ctx, in set_noise_sensitivity()
[all …]
Dvp8_dx_iface.c72 vpx_codec_alg_priv_t *priv = in vp8_init_ctx()
73 (vpx_codec_alg_priv_t *)vpx_calloc(1, sizeof(*priv)); in vp8_init_ctx()
94 vpx_codec_alg_priv_t *priv = NULL; in vp8_init()
107 priv = (vpx_codec_alg_priv_t *)ctx->priv; in vp8_init()
117 priv = (vpx_codec_alg_priv_t *)ctx->priv; in vp8_init()
137 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) in vp8_destroy()
206 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, in vp8_get_si()
225 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
270 update_fragments(vpx_codec_alg_priv_t *ctx, in update_fragments()
315 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx, in vp8_decode()
[all …]
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c91 ctx->iface->destroy((vpx_codec_alg_priv_t *)ctx->priv); in vpx_codec_destroy()
127 res = entry->fn((vpx_codec_alg_priv_t *)ctx->priv, ap); in vpx_codec_control_()
Dvpx_decoder.c21 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
22 return (vpx_codec_alg_priv_t *)ctx->priv; in get_alg_priv()
Dvpx_encoder.c23 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) { in get_alg_priv()
24 return (vpx_codec_alg_priv_t *)ctx->priv; in get_alg_priv()
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc99 vpx_codec_alg_priv_t *const priv = in HandleDecodeResult()
100 reinterpret_cast<vpx_codec_alg_priv_t *>(vp9_decoder->priv); in HandleDecodeResult()