Home
last modified time | relevance | path

Searched refs:htaps (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsnowdec.c363 int htaps, i, sum=0; in decode_header() local
366 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()
Ddsd_tablegen.h55 static const double htaps[HTAPS] = { variable
Ddsd.c40 acc[t] += sign * htaps[t * 8 + m]; in dsd_ctables_tableinit()
Dsnowenc.c65 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()
Dsnow.h104 int htaps; member
/third_party/ffmpeg/doc/
Dsnow.txt66 htaps/2-1 u header_state
67 for(i= p->htaps/2; i; i--)
205 htaps
217 a good choice for hcoeff and htaps is
218 htaps= 6
222 htaps= 8