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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxenc.c65 struct vpx_codec_ctx encoder_alpha; member in struct:VP8EncoderContext
251 vpx_codec_destroy(&ctx->encoder_alpha);
409 res = vpx_codec_enc_init(&ctx->encoder_alpha, iface, &enccfg_alpha, flags);
591 (ctx->is_alpha && (pkt_alpha = vpx_codec_get_cx_data(&ctx->encoder_alpha, &iter_alpha))))) {
715 res = vpx_codec_encode(&ctx->encoder_alpha, rawimg_alpha, timestamp,

Completed in 65 milliseconds