H A D | proresenc_anatoliy.c | 197 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...] |