Searched refs:temp_points (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Delbg.c334 int *temp_points = av_malloc(dim*(numpoints/8)*sizeof(int)); local
337 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int));
340 ff_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
341 ff_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
343 av_free(temp_points);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Delbg.c346 int *temp_points = av_malloc_array(dim, (numpoints/8)*sizeof(int)); local
349 memcpy(temp_points + i*dim, points + k*dim, dim*sizeof(int));
352 avpriv_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
353 avpriv_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
355 av_free(temp_points);

Completed in 106 milliseconds