/**\brief Get the next source buffer to encode * * *\param[in]ctxPointertothelookaheadcontext *\param[in]drainFlagindicatingthebuffershouldbedrained *(returnabufferregardlessofthecurrentqueuedepth) * *\retvalNULL,ifdrainsetandqueueisempty *\retvalNULL,ifdrainnotsetandqueuenotoftheconfigureddepth *
*/ struct lookahead_entry *vp8_lookahead_pop(struct lookahead_ctx *ctx, int drain);
#define PEEK_FORWARD 1 #define PEEK_BACKWARD (-1) /**\brief Get a future source buffer to encode * *\param[in]ctxPointertothelookaheadcontext *\param[in]indexIndexoftheframetobereturned,0==nextframe * *\retvalNULL,ifnobufferexistsatthespecifiedindex *
*/ struct lookahead_entry *vp8_lookahead_peek(struct lookahead_ctx *ctx, unsignedint index, int direction);
/**\brief Get the number of frames currently in the lookahead queue * *\param[in]ctxPointertothelookaheadcontext
*/ unsignedint vp8_lookahead_depth(struct lookahead_ctx *ctx);
#ifdef __cplusplus
} // extern "C" #endif
#endif// VPX_VP8_ENCODER_LOOKAHEAD_H_
Messung V0.5 in Prozent
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.12Bemerkung:
(vorverarbeitet am 2026-08-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.