Home
last modified time | relevance | path

Searched refs:chroma_planes (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dffv1dec.c334 if (f->colorspace == 0 && (f->chroma_planes || !fs->transparency)) { in decode_slice()
341 if (f->chroma_planes) { in decode_slice()
346 decode_plane(fs, p->data[3] + ps*x + y*p->linesize[3], width, height, p->linesize[3], (f->version >= 4 && !f->chroma_planes) ? 1 : 2, 1); in decode_slice()
459 f->chroma_planes = get_rac(c, state); in read_extra_header()
463 f->plane_count = 1 + (f->chroma_planes || f->version<4) + f->transparency; in read_extra_header()
536 f->chroma_planes, f->chroma_h_shift, f->chroma_v_shift, in read_extra_header()
556 int chroma_planes, chroma_h_shift, chroma_v_shift, transparency, colorspace, bits_per_raw_sample; in read_header() local
578 chroma_planes = get_rac(c, state); in read_header()
588 chroma_planes != f->chroma_planes || in read_header()
[all...]
H A Dffv1enc.c365 put_rac(c, state, f->chroma_planes); in write_header()
428 put_rac(c, state, f->chroma_planes); in write_extradata()
624 s->chroma_planes = desc->nb_components < 3 ? 0 : 1; in encode_init()
635 s->chroma_planes = 1; in encode_init()
641 s->chroma_planes = 1; in encode_init()
648 s->chroma_planes = 1; in encode_init()
655 s->chroma_planes = 1; in encode_init()
680 s->chroma_planes = 1; in encode_init()
750 if (!s->chroma_planes && s->version > 3) in encode_init()
850 int plane_count = 1 + 2*s->chroma_planes in encode_init()
[all...]
H A Dffv1.h84 int chroma_planes; member

Completed in 4 milliseconds