Lines Matching full:encoder
12 /*!\defgroup vp8_encoder WebM VP8 Encoder
20 * \brief Provides definitions for using the VP8 encoder algorithm within the
44 * When this flag is set, the encoder will not use the last frame as a
45 * predictor. When not set, the encoder will choose whether to use the
53 * When this flag is set, the encoder will not use the golden frame as a
54 * predictor. When not set, the encoder will choose whether to use the
62 * When this flag is set, the encoder will not use the alt ref frame as a
63 * predictor. When not set, the encoder will choose whether to use the
71 * When this flag is set, the encoder will not update the last frame with
79 * When this flag is set, the encoder will not update the golden frame with
87 * When this flag is set, the encoder will not update the alt ref frame with
95 * When this flag is set, the encoder copy the contents of the current frame
103 * When this flag is set, the encoder copy the contents of the current frame
111 * When this flag is set, the encoder will not update its internal entropy
117 /*!\brief VP8 encoder control functions
120 * encoder interface.
126 VP8E_UPD_ENTROPY = 5, /**< control function to set mode of entropy update in encoder */
127 VP8E_UPD_REFERENCE, /**< control function to set reference update mode in encoder */
128 VP8E_USE_REFERENCE, /**< control function to set which reference frame encoder can use */
129 VP8E_SET_ROI_MAP, /**< control function to pass an ROI map to encoder */
130 VP8E_SET_ACTIVEMAP, /**< control function to pass an Active map to encoder */
131 VP8E_SET_SCALEMODE = 11, /**< control function to set encoder scaling mode */
132 /*!\brief control function to set vp8 encoder cpuused
134 * Changes in this value influences, among others, the encoder's selection
135 * of motion estimation methods. Values greater than 0 will increase encoder
150 encoder for the last frame using the internal
153 encoder for the last frame, using the 0..63
253 * Changes the encoder to tune for certain types of input material.
263 /*!\brief VP8 encoder control function parameter type