Home | History | Annotate | Download | only in encoder

Lines Matching full:intra

28 *  analysis on a macroblock if coded as intra.
107 * evaluate best intra 16x16 mode (rate distortion opt off)
110 * This function evaluates all the possible intra 16x16 modes and finds the mode
129 * NOTE: As per the Document JVT-O079, for intra 16x16 macroblock,
145 * evaluate best intra 8x8 mode (rate distortion opt on)
148 * This function evaluates all the possible intra 8x8 modes and finds the mode
181 * evaluate best intra 4x4 mode (rate distortion opt on)
184 * This function evaluates all the possible intra 4x4 modes and finds the mode
203 * NOTE: As per the Document JVT-O079, for the whole intra 4x4 macroblock,
205 * inter prediction. This is an empirical value to prevent using too many intra
221 * evaluate best intra 4x4 mode (rate distortion opt off)
224 * This function evaluates all the possible intra 4x4 modes and finds the mode
243 * NOTE: As per the Document JVT-O079, for the whole intra 4x4 macroblock,
245 * inter prediction. This is an empirical value to prevent using too many intra
261 * evaluate best chroma intra 8x8 mode (rate distortion opt off)
264 * This function evaluates all the possible chroma intra 8x8 modes and finds
272 * For chroma best intra pred mode is calculated based only on SAD
288 * Evaluate best intra 16x16 mode (among VERT, HORZ and DC) and do the
354 * Evaluate best intra 4x4 mode and perform prediction.