comparison elbg.c @ 12056:25e9cb2b9477 libavcodec

Fix misspelled parameter names in Doxygen documentation. This fixes one Doxygen warning each.
author diego
date Fri, 02 Jul 2010 10:49:29 +0000
parents d94cbfa7a170
children
comparison
equal deleted inserted replaced
12055:34b9819efef5 12056:25e9cb2b9477
247 /** 247 /**
248 * Evaluate if a shift lower the error. If it does, call shift_codebooks 248 * Evaluate if a shift lower the error. If it does, call shift_codebooks
249 * and update elbg->error, elbg->utility and elbg->nearest_cb. 249 * and update elbg->error, elbg->utility and elbg->nearest_cb.
250 * 250 *
251 * @param elbg Internal elbg data 251 * @param elbg Internal elbg data
252 * @param indexes {luc (low utility cell, huc (high utility cell), cluc (closest cell to low utility cell)} 252 * @param idx {luc (low utility cell, huc (high utility cell), cluc (closest cell to low utility cell)}
253 */ 253 */
254 static void try_shift_candidate(elbg_data *elbg, int idx[3]) 254 static void try_shift_candidate(elbg_data *elbg, int idx[3])
255 { 255 {
256 int j, k, olderror=0, newerror, cont=0; 256 int j, k, olderror=0, newerror, cont=0;
257 int newutility[3]; 257 int newutility[3];