Home
last modified time | relevance | path

Searched refs:VPX_CODEC_USE_OUTPUT_PARTITION (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c41 else if ((flags & VPX_CODEC_USE_OUTPUT_PARTITION) in vpx_codec_enc_init_ver()
84 else if ((flags & VPX_CODEC_USE_OUTPUT_PARTITION) in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h92 #define VPX_CODEC_USE_OUTPUT_PARTITION 0x20000 /**< Make the encoder output one macro
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c895 if (ctx->base.init_flags & VPX_CODEC_USE_OUTPUT_PARTITION) in vp8e_encode()
/external/libvpx/libvpx/
Dvpxenc.c1280 flags |= global->out_part ? VPX_CODEC_USE_OUTPUT_PARTITION : 0; in initialize_encoder()