Home | History | Annotate | Download | only in vp8

Lines Matching defs:cpi

84     VP8_PTR             cpi;
411 vp8_change_config(ctx->cpi, &ctx->oxcf);
434 MAP(VP8E_GET_LAST_QUANTIZER, vp8_get_quantizer(ctx->cpi));
435 MAP(VP8E_GET_LAST_QUANTIZER_64, vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)));
476 vp8_change_config(ctx->cpi, &ctx->oxcf);
555 ctx->priv->alg_priv->cpi = optr;
566 vp8_remove_compressor(&ctx->cpi);
644 vp8_change_config(ctx->cpi, &ctx->oxcf);
686 vp8_use_as_reference(ctx->cpi, ref);
704 vp8_update_reference(ctx->cpi, upd);
709 vp8_update_entropy(ctx->cpi, 0);
724 if (!res && ctx->cpi)
734 ((VP8_COMP *)ctx->cpi)->b_calculate_psnr = 1;
747 if (vp8_receive_raw_frame(ctx->cpi, ctx->next_frame_flag | lib_flags,
750 VP8_COMP *cpi = (VP8_COMP *)ctx->cpi;
751 res = update_error_state(ctx, &cpi->common.error);
763 && -1 != vp8_get_compressed_data(ctx->cpi, &lib_flags, &size, cx_data, &dst_time_stamp, &dst_end_time_stamp, !img))
769 VP8_COMP *cpi = (VP8_COMP *)ctx->cpi;
788 if (!cpi->common.show_frame)
796 pkt.data.frame.pts = ((cpi->last_time_stamp_seen
833 vp8_set_reference(ctx->cpi, frame->frame_type, &sd);
854 vp8_get_reference(ctx->cpi, frame->frame_type, &sd);
898 if (0 == vp8_get_preview_raw_frame(ctx->cpi, &sd, &flags))
944 vp8_update_entropy(ctx->cpi, update);
954 vp8_update_reference(ctx->cpi, update);
963 vp8_use_as_reference(ctx->cpi, reference_flag);
977 if (!vp8_set_roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_threshold))
998 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols))
1018 res = vp8_set_internal_size(ctx->cpi, scalemode.h_scaling_mode, scalemode.v_scaling_mode);