Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c197 int is_interlaced; member
479 int is_interlaced, int is_top_field) in subimage_with_fill_template()
485 if (!is_interlaced) { in subimage_with_fill_template()
526 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_with_fill()
528 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field); in subimage_with_fill()
534 unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) in subimage_alpha_with_fill()
536 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field); in subimage_alpha_with_fill()
541 int unsafe, int *qp, int is_interlaced, int is_top_field) in encode_slice()
564 if (!is_interlaced) { in encode_slice()
582 (uint16_t *) ctx->fill_y, mb_count << 4, 16, is_interlaced, is_top_fiel in encode_slice()
476 subimage_with_fill_template(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_alpha_plane, int is_interlaced, int is_top_field) subimage_with_fill_template() argument
524 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_with_fill() argument
532 subimage_alpha_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height, int is_interlaced, int is_top_field) subimage_alpha_with_fill() argument
539 encode_slice(AVCodecContext *avctx, const AVFrame *pic, int mb_x, int mb_y, unsigned mb_count, uint8_t *buf, unsigned data_size, int unsafe, int *qp, int is_interlaced, int is_top_field) encode_slice() argument
[all...]
H A Diff.c57 unsigned is_interlaced;///< video is interlaced member
241 s->is_interlaced = !!(extra & 0x40); in extract_header()
1524 avpriv_request_sample(avctx, "bitmap (compression 0x%0x, bpp %i, ham %i, interlaced %i)", s->compression, s->bpp, s->ham, s->is_interlaced); in unsupported()
1821 if (s->is_interlaced) in decode_frame()
1823 decode_delta_d(s->video[0], buf, buf_end, avctx->width, s->is_interlaced, s->bpp, s->video_size); in decode_frame()
1827 if (s->is_interlaced) in decode_frame()
1829 decode_delta_e(s->video[0], buf, buf_end, avctx->width, s->is_interlaced, s->bpp, s->video_size); in decode_frame()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdgif.c120 boolean is_interlaced; /* TRUE if have interlaced image */ member
465 source->is_interlaced = (BitSet(hdrbuf[8], INTERLACE) != 0); in start_input_gif()
502 if (source->is_interlaced) { in start_input_gif()

Completed in 6 milliseconds