Searched refs:vpx_codec_alg_priv_t (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef in typeref:struct:vpx_codec_alg_priv
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 *ct
[all...]
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h64 typedef struct vpx_codec_alg_priv vpx_codec_alg_priv_t; typedef in typeref:struct:vpx_codec_alg_priv
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,
197 typedef vpx_codec_err_t (*vpx_codec_decode_fn_t)(vpx_codec_alg_priv_t *ctx,
218 typedef vpx_image_t *(*vpx_codec_get_frame_fn_t)(vpx_codec_alg_priv_t *ctx,
248 vpx_codec_alg_priv_t *ctx,
284 typedef vpx_codec_err_t (*vpx_codec_encode_fn_t)(vpx_codec_alg_priv_t *ctx,
290 typedef const vpx_codec_cx_pkt_t *(*vpx_codec_get_cx_data_fn_t)(vpx_codec_alg_priv_t *ctx,
294 (*vpx_codec_enc_config_set_fn_t)(vpx_codec_alg_priv_t *ct
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c78 return sizeof(vpx_codec_alg_priv_t);
83 vpx_codec_alg_priv_t *priv =
84 (vpx_codec_alg_priv_t *)vpx_calloc(1, sizeof(*priv));
106 vpx_codec_alg_priv_t *priv = NULL;
111 /* This function only allocates space for the vpx_codec_alg_priv_t
118 priv = (vpx_codec_alg_priv_t *)ctx->priv;
130 priv = (vpx_codec_alg_priv_t *)ctx->priv;
151 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx)
220 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx,
239 update_error_state(vpx_codec_alg_priv_t *ct
[all...]
H A Dvp8_cx_iface.c86 update_error_state(vpx_codec_alg_priv_t *ctx,
125 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
254 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx,
436 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx,
467 static vpx_codec_err_t get_quantizer(vpx_codec_alg_priv_t *ctx, va_list args)
476 static vpx_codec_err_t get_quantizer64(vpx_codec_alg_priv_t *ctx, va_list args)
485 static vpx_codec_err_t update_extracfg(vpx_codec_alg_priv_t *ctx,
497 static vpx_codec_err_t set_cpu_used(vpx_codec_alg_priv_t *ctx, va_list args)
504 static vpx_codec_err_t set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx,
512 static vpx_codec_err_t set_noise_sensitivity(vpx_codec_alg_priv_t *ct
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c97 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx,
133 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
291 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx,
484 static vpx_codec_err_t encoder_set_config(vpx_codec_alg_priv_t *ctx,
509 static vpx_codec_err_t ctrl_get_quantizer(vpx_codec_alg_priv_t *ctx,
518 static vpx_codec_err_t ctrl_get_quantizer64(vpx_codec_alg_priv_t *ctx,
527 static vpx_codec_err_t update_extra_cfg(vpx_codec_alg_priv_t *ctx,
538 static vpx_codec_err_t ctrl_set_cpuused(vpx_codec_alg_priv_t *ctx,
545 static vpx_codec_err_t ctrl_set_enable_auto_alt_ref(vpx_codec_alg_priv_t *ctx,
552 static vpx_codec_err_t ctrl_set_noise_sensitivity(vpx_codec_alg_priv_t *ct
[all...]
H A Dvp9_dx_iface.c55 // This function only allocates space for the vpx_codec_alg_priv_t
61 vpx_codec_alg_priv_t *const priv = vpx_calloc(1, sizeof(*priv));
83 static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) {
198 static vpx_codec_err_t decoder_get_si(vpx_codec_alg_priv_t *ctx,
209 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx,
217 static void init_buffer_callbacks(vpx_codec_alg_priv_t *ctx) {
244 static void set_ppflags(const vpx_codec_alg_priv_t *ctx,
253 static void init_decoder(vpx_codec_alg_priv_t *ctx) {
271 static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx,
328 static vpx_codec_err_t decoder_decode(vpx_codec_alg_priv_t *ct
[all...]
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c59 // This function only allocates space for the vpx_codec_alg_priv_t
63 vpx_codec_alg_priv_t *alg_priv = vpx_memalign(32, sizeof(*alg_priv));
86 static vpx_codec_err_t decoder_destroy(vpx_codec_alg_priv_t *ctx) {
162 static vpx_codec_err_t decoder_get_si(vpx_codec_alg_priv_t *ctx,
173 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx,
181 static void init_buffer_callbacks(vpx_codec_alg_priv_t *ctx) {
208 static void set_ppflags(const vpx_codec_alg_priv_t *ctx,
229 static void init_decoder(vpx_codec_alg_priv_t *ctx) {
252 static vpx_codec_err_t decode_one(vpx_codec_alg_priv_t *ctx,
330 static vpx_codec_err_t decoder_decode(vpx_codec_alg_priv_t *ct
[all...]
H A Dvp9_cx_iface.c108 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx,
144 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
268 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx,
427 static vpx_codec_err_t encoder_set_config(vpx_codec_alg_priv_t *ctx,
456 static vpx_codec_err_t ctrl_get_param(vpx_codec_alg_priv_t *ctx, int ctrl_id,
476 static vpx_codec_err_t ctrl_set_param(vpx_codec_alg_priv_t *ctx, int ctrl_id,
587 static vpx_codec_err_t encoder_destroy(vpx_codec_alg_priv_t *ctx) {
594 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx,
624 static int write_superframe_index(vpx_codec_alg_priv_t *ctx) {
665 static vpx_codec_err_t encoder_encode(vpx_codec_alg_priv_t *ct
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c91 ctx->iface->destroy((vpx_codec_alg_priv_t *)ctx->priv);
127 res = entry->fn((vpx_codec_alg_priv_t *)ctx->priv, ap);
H A Dvpx_decoder.c21 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) {
22 return (vpx_codec_alg_priv_t *)ctx->priv;
H A Dvpx_encoder.c23 static vpx_codec_alg_priv_t *get_alg_priv(vpx_codec_ctx_t *ctx) {
24 return (vpx_codec_alg_priv_t *)ctx->priv;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c84 return sizeof(vpx_codec_alg_priv_t);
113 static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx)
126 /* This function only allocates space for the vpx_codec_alg_priv_t
135 mmap.sz = sizeof(vpx_codec_alg_priv_t);
176 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx)
251 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx,
270 update_error_state(vpx_codec_alg_priv_t *ctx,
314 update_fragments(vpx_codec_alg_priv_t *ctx,
354 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx,
573 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ct
[all...]
H A Dvp8_cx_iface.c96 update_error_state(vpx_codec_alg_priv_t *ctx,
135 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx,
264 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx,
446 static vpx_codec_err_t vp8e_set_config(vpx_codec_alg_priv_t *ctx,
479 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx,
501 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx,
657 static vpx_codec_err_t vp8e_destroy(vpx_codec_alg_priv_t *ctx)
697 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx,
741 static vpx_codec_err_t vp8e_encode(vpx_codec_alg_priv_t *ctx,
972 static const vpx_codec_cx_pkt_t *vp8e_get_cxdata(vpx_codec_alg_priv_t *ct
[all...]

Completed in 341 milliseconds