Searched refs:cost_step (Results 1 – 1 of 1) sorted by relevance
120 const float* cost, int cost_step,337 const float* cost, int cost_step, in icvInitEMD() argument350 assert( cost_step % sizeof(float) == 0 ); in icvInitEMD()351 cost_step /= sizeof(float); in icvInitEMD()532 val = cost[cost_step*ci + cj]; in icvInitEMD()