/third_party/ffmpeg/libavcodec/ |
H A D | indeo4.c | 152 pic_conf.pic_height = get_bits(&ctx->gb, 16); in decode_pic_hdr() 155 pic_conf.pic_height = ivi4_common_pic_sizes[pic_size_indx * 2 + 1]; in decode_pic_hdr() 162 pic_conf.tile_height = scale_tile_size(pic_conf.pic_height, get_bits(&ctx->gb, 4)); in decode_pic_hdr() 165 pic_conf.tile_height = pic_conf.pic_height; in decode_pic_hdr() 174 pic_conf.chroma_height = (pic_conf.pic_height + 3) >> 2; in decode_pic_hdr() 183 if (av_image_check_size2(pic_conf.pic_width, pic_conf.pic_height, avctx->max_pixels, AV_PIX_FMT_YUV410P, 0, avctx) < 0) { in decode_pic_hdr() 185 pic_conf.pic_width, pic_conf.pic_height); in decode_pic_hdr() 682 ctx->pic_conf.pic_height = 0; in decode_init()
|
H A D | h264_mb.c | 173 int pic_height = 16 * h->mb_height >> ref_field_picture; in await_references() local 182 pic_height - 1), in await_references() 185 FFMIN((row >> 1), pic_height - 1), in await_references() 190 pic_height - 1), in await_references() 194 FFMIN(row, pic_height - 1), in await_references() 198 FFMIN(row, pic_height - 1), in await_references() 228 const int pic_height = 16 * h->mb_height >> MB_FIELD(sl); in mc_dir_part() local 239 full_my + 16 /*FIXME*/ > pic_height + extra_height) { in mc_dir_part() 244 full_my - 2, pic_width, pic_height); in mc_dir_part() 264 pic_width, pic_height); in mc_dir_part() [all...] |
H A D | ivi.h | 204 uint16_t pic_height; member 276 return str1->pic_width != str2->pic_width || str1->pic_height != str2->pic_height || in ivi_pic_config_cmp()
|
H A D | indeo5.c | 93 pic_conf.pic_height = get_bits(&ctx->gb, 13); in decode_gop_header() 96 pic_conf.pic_height = ivi5_common_pic_sizes[pic_size_indx * 2 + 1] << 2; in decode_gop_header() 105 pic_conf.chroma_height = (pic_conf.pic_height + 3) >> 2; in decode_gop_header() 109 pic_conf.tile_height = pic_conf.pic_height; in decode_gop_header() 657 ctx->pic_conf.pic_height = avctx->height; in decode_init()
|
H A D | cavs.c | 406 const int pic_height = 16 * h->mb_height; in mc_dir_part() local 419 full_my + 16 /* FIXME */ > pic_height + extra_height) { in mc_dir_part() 425 pic_width, pic_height); in mc_dir_part() 438 pic_width >> 1, pic_height >> 1); in mc_dir_part() 448 pic_width >> 1, pic_height >> 1); in mc_dir_part()
|
H A D | libtheoraenc.c | 180 t_info.pic_height = avc_context->height; in encode_init()
|
H A D | ivi.c | 301 if (av_image_check_size2(cfg->pic_width, cfg->pic_height, avctx->max_pixels, AV_PIX_FMT_YUV410P, 0, avctx) < 0 || in ff_ivi_init_planes() 307 planes[0].height = cfg->pic_height; in ff_ivi_init_planes() 312 planes[1].height = planes[2].height = (cfg->pic_height + 3) >> 2; in ff_ivi_init_planes()
|
H A D | hevcdec.c | 1508 int pic_height = s->ps.sps->height; in luma_mc_uni() local 1521 y_off >= pic_height - block_h - QPEL_EXTRA_AFTER || in luma_mc_uni() 1532 pic_width, pic_height); in luma_mc_uni() 1570 int pic_height = s->ps.sps->height; in luma_mc_bi() local 1588 y_off0 >= pic_height - block_h - QPEL_EXTRA_AFTER) { in luma_mc_bi() 1598 pic_width, pic_height); in luma_mc_bi() 1605 y_off1 >= pic_height - block_h - QPEL_EXTRA_AFTER) { in luma_mc_bi() 1615 pic_width, pic_height); in luma_mc_bi() 1659 int pic_height = s->ps.sps->height >> s->ps.sps->vshift[1]; in chroma_mc_uni() local 1678 y_off >= pic_height in chroma_mc_uni() 1731 int pic_height = s->ps.sps->height >> s->ps.sps->vshift[1]; chroma_mc_bi() local [all...] |
H A D | h264_slice.c | 2642 int pic_height = 16 * h->mb_height >> FIELD_PICTURE(h); in decode_finish_row() local 2647 if ((top + height) >= pic_height) in decode_finish_row() 2652 if (top >= pic_height || (top + height) < 0) in decode_finish_row() 2655 height = FFMIN(height, pic_height - top); in decode_finish_row()
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 851 int pic_width, int pic_height, AVRational pic_sar) in calculate_display_rect() 859 aspect_ratio = av_mul_q(aspect_ratio, av_make_q(pic_width, pic_height)); in calculate_display_rect() 849 calculate_display_rect(SDL_Rect *rect, int scr_xleft, int scr_ytop, int scr_width, int scr_height, int pic_width, int pic_height, AVRational pic_sar) calculate_display_rect() argument
|