Lines Matching defs:htaps
360 int htaps, i, sum=0;363 htaps= get_symbol(&s->c, s->header_state, 0);364 if((unsigned)htaps >= HTAPS_MAX/2 - 1)366 htaps = htaps*2 + 2;367 p->htaps= htaps;368 for(i= htaps/2; i; i--){378 s->plane[2].htaps = s->plane[1].htaps;470 p->fast_mc= p->diag_mc && p->htaps==6 && p->hcoeff[0]==40