Home
last modified time | relevance | path

Searched refs:c_num (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/tools/3D-Reconstruction/sketch_3D_reconstruction/
DMotionField.pde13 int r_num = height / block_size, c_num = width / block_size;
14 for (int i = 0; i < r_num * c_num; i++)
23 if (row >= 0 && row < r_num && col >= 0 && col < c_num) {
24 PVector accu = motion_field.get(row * c_num + col);
33 for (int j = 0; j < c_num; j++) {
34 PVector accu = motion_field.get(i * c_num + j);
60 for (int i = 0; i < r_num * c_num; i++) {
72 int r_num = height / block_size, c_num = width / block_size;
74 for (int j = 0; j < c_num; j++) {
75 PVector mv = motion_field.get(i * c_num + j);
[all …]
/external/ltp/testcases/lib/
Dtst_net.sh637 local c_num="$TST_NETLOAD_CLN_NUMBER"
653 a) c_num="$OPTARG" ;;
701 c_opts="${cs_opts}${c_opts}-a $c_num -r $c_requests -d $rfile -g $port"