Lines Matching defs:context
62 * Structure for the private Xvid context.
63 * This stores all the private context for the codec.
95 struct xvid_context *context; /**< Pointer to private context */
114 * Initialize the two-pass plugin and context.
117 * @param handle Private context handle
123 char *log = x->context->twopassbuffer;
140 *handle = x->context;
145 * Destroy the two-pass plugin context.
148 * @param param Destroy context
275 * @param avctx AVCodecContext pointer to context
500 rc2pass1.context = x;
718 /* Create encoder context */