HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_ctx_t (Results 26 - 48 of 48) sorted by null

12

  /external/libvpx/libvpx/examples/
decode_to_md5.c 81 vpx_codec_ctx_t codec;
vp8_multi_resolution_encoder.c 290 vpx_codec_ctx_t codec[NUM_ENCODERS];
vp9_spatial_svc_encoder.c 612 vpx_codec_ctx_t codec;
    [all...]
vpx_temporal_svc_encoder.c 548 vpx_codec_ctx_t codec;
    [all...]
  /external/libvpx/libvpx/
tools_common.h 123 void die_codec(vpx_codec_ctx_t *ctx, const char *s) VPX_NO_RETURN;
tools_common.c 69 void die_codec(vpx_codec_ctx_t *ctx, const char *s) {
vpxenc.c 67 static void warn_or_exit_on_errorv(vpx_codec_ctx_t *ctx, int fatal,
81 static void ctx_exit_on_error(vpx_codec_ctx_t *ctx, const char *s, ...) {
89 static void warn_or_exit_on_error(vpx_codec_ctx_t *ctx, int fatal,
    [all...]
vpxdec.c 496 vpx_codec_ctx_t decoder;
    [all...]
  /external/libvpx/libvpx/test/
level_test.cc 124 vpx_codec_ctx_t enc;
vp9_encoder_parms_get_to_decoder.cc 99 vpx_codec_ctx_t *const vp9_decoder = decoder->GetDecoder();
svc_test.cc 307 vpx_codec_ctx_t codec_;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 35 * vpx_codec_ctx_t algo;
80 vpx_codec_ctx_t *ctx, vpx_codec_priv_enc_mr_cfg_t *data);
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.h 150 vpx_codec_ctx_t* mCodecContext;
C2SoftVpxDec.cpp 249 mCodecCtx = new vpx_codec_ctx_t;
C2SoftVpxEnc.cpp 251 mCodecContext = new vpx_codec_ctx_t;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 59 static int vp8_init_ctx(vpx_codec_ctx_t *ctx) {
80 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx,
vp8_cx_iface.c 607 static vpx_codec_err_t vp8e_init(vpx_codec_ctx_t *ctx,
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 390 vpx_codec_err_t vpx_svc_init(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
540 vpx_codec_err_t vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 254 encoder_ = new vpx_codec_ctx_t;
859 decoder_ = new vpx_codec_ctx_t;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 34 static vpx_codec_err_t decoder_init(vpx_codec_ctx_t *ctx,
vp9_cx_iface.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 250 mCodecContext = new vpx_codec_ctx_t;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 189 vpx_codec_ctx_t& encoder = encoders_.back();
    [all...]

Completed in 338 milliseconds

12