Home
last modified time | relevance | path

Searched refs:htaps (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddsd.c52 static const double htaps[HTAPS] = { variable
82 acc[t] += sign * htaps[t * 8 + m]; in dsd_ctables_tableinit()
H A Dsnowdec.c360 int htaps, i, sum=0; in decode_header() local
363 htaps= get_symbol(&s->c, s->header_state, 0); in decode_header()
364 if((unsigned)htaps >= HTAPS_MAX/2 - 1) in decode_header()
366 htaps = htaps*2 + 2; in decode_header()
367 p->htaps= htaps; in decode_header()
368 for(i= htaps/2; i; i--){ in decode_header()
378 s->plane[2].htaps = s->plane[1].htaps; in decode_header()
[all...]
H A Ddsd_tablegen.h55 static const double htaps[HTAPS] = { variable
H A Dsnowenc.c59 s->plane[plane_index].htaps= 6; in encode_init()
1431 update_mc |= p->last_htaps != p->htaps; in encode_header()
1440 put_symbol(&s->c, s->header_state, p->htaps/2-1, 0); in encode_header()
1441 for(i= p->htaps/2; i; i--) in encode_header()
1468 p->last_htaps = p->htaps; in update_last_header_values()
H A Dsnow.h106 int htaps; member

Completed in 7 milliseconds