Home
last modified time | relevance | path

Searched refs:vp9_apply_encoding_flags (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h1010 void vp9_apply_encoding_flags(VP9_COMP *cpi, vpx_enc_frame_flags_t flags);
Dvp9_encoder.c7070 void vp9_apply_encoding_flags(VP9_COMP *cpi, vpx_enc_frame_flags_t flags) { function
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1133 if (res == VPX_CODEC_OK) vp9_apply_encoding_flags(cpi, flags); in encoder_encode()