Searched refs:hashidx (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmotion_est.c1295 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by); local
1298 map[hashidx&255] = 1;
1346 if( !map[(hashidx+HASH(fx,fy,bx,by))&255]\
1350 map[(hashidx+HASH(fx,fy,bx,by))&255] = 1;\
1353 hashidx += HASH(fx,fy,bx,by);\
1385 map[(hashidx+hash[i])&255] = 1;
1387 if(!map[(hashidx+hash[i])&255]){
1389 map[(hashidx+hash[i])&255] = 1;
1392 hashidx += hash[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmotion_est.c1428 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by); local
1432 map[hashidx&255] = 1;
1480 if( !map[(hashidx+HASH(fx,fy,bx,by))&255]\
1484 map[(hashidx+HASH(fx,fy,bx,by))&255] = 1;\
1487 hashidx += HASH(fx,fy,bx,by);\
1519 map[(hashidx+hash[i])&255] = 1;
1521 if(!map[(hashidx+hash[i])&255]){
1523 map[(hashidx+hash[i])&255] = 1;
1526 hashidx += hash[i];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c532 static unsigned hashidx(const char *name) function
557 hi = hash->items [ hashidx(name) % hash->csize ];
583 idx = hashidx(thi->name) % newsize;
610 idx = hashidx(name) % hash->csize;
627 phi = &(hash->items[hashidx(name) % hash->csize]);

Completed in 185 milliseconds