Searched refs:same_count (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_ioctl.h172 u16 same_count; member in struct:__anon14470
H A Dgdth.c2866 ++e->same_count;
2883 e->same_count = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c579 int same_count = 0, opp_count = 0, k; local
584 chosen_mv[f][f ? opp_count : same_count][0] = s->mv[0][k][0];
585 chosen_mv[f][f ? opp_count : same_count][1] = s->mv[0][k][1];
587 same_count += 1 - f;
589 f = opp_count > same_count;
590 switch (f ? opp_count : same_count) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c597 int same_count = 0, opp_count = 0, k; local
602 chosen_mv[f][f ? opp_count : same_count][0] = s->mv[0][k][0];
603 chosen_mv[f][f ? opp_count : same_count][1] = s->mv[0][k][1];
605 same_count += 1 - f;
607 f = opp_count > same_count;
608 switch (f ? opp_count : same_count) {

Completed in 145 milliseconds