Searched refs:htaps (Results 1 – 6 of 6) sorted by relevance
363 int htaps, i, sum=0; in decode_header() local366 htaps= get_symbol(&s->c, s->header_state, 0); in decode_header()367 if((unsigned)htaps >= HTAPS_MAX/2 - 1) in decode_header()369 htaps = htaps*2 + 2; in decode_header()370 p->htaps= htaps; in decode_header()371 for(i= htaps/2; i; i--){ in decode_header()381 s->plane[2].htaps = s->plane[1].htaps; in decode_header()474 p->fast_mc= p->diag_mc && p->htaps==6 && p->hcoeff[0]==40 in decode_frame()
55 static const double htaps[HTAPS] = { variable
40 acc[t] += sign * htaps[t * 8 + m]; in dsd_ctables_tableinit()
65 s->plane[plane_index].htaps= 6; in encode_init()1434 update_mc |= p->last_htaps != p->htaps; in encode_header()1443 put_symbol(&s->c, s->header_state, p->htaps/2-1, 0); in encode_header()1444 for(i= p->htaps/2; i; i--) in encode_header()1471 p->last_htaps = p->htaps; in update_last_header_values()
104 int htaps; member
66 htaps/2-1 u header_state67 for(i= p->htaps/2; i; i--)205 htaps217 a good choice for hcoeff and htaps is218 htaps= 6222 htaps= 8