Home
last modified time | relevance | path

Searched refs:pic_height (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_mb.c173 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 …]
Dindeo4.c152 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_YU… 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()
Divi.h204 uint16_t pic_height; member
276 return str1->pic_width != str2->pic_width || str1->pic_height != str2->pic_height || in ivi_pic_config_cmp()
Dindeo5.c93 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()
Dcavs.c410 const int pic_height = 16 * h->mb_height; in mc_dir_part() local
423 full_my + 16 /* FIXME */ > pic_height + extra_height) { in mc_dir_part()
429 pic_width, pic_height); in mc_dir_part()
442 pic_width >> 1, pic_height >> 1); in mc_dir_part()
452 pic_width >> 1, pic_height >> 1); in mc_dir_part()
Dhevcdec.c1488 int pic_height = s->ps.sps->height; in luma_mc_uni() local
1501 y_off >= pic_height - block_h - QPEL_EXTRA_AFTER) { in luma_mc_uni()
1511 pic_width, pic_height); in luma_mc_uni()
1549 int pic_height = s->ps.sps->height; in luma_mc_bi() local
1567 y_off0 >= pic_height - block_h - QPEL_EXTRA_AFTER) { in luma_mc_bi()
1577 pic_width, pic_height); in luma_mc_bi()
1584 y_off1 >= pic_height - block_h - QPEL_EXTRA_AFTER) { in luma_mc_bi()
1594 pic_width, pic_height); in luma_mc_bi()
1638 int pic_height = s->ps.sps->height >> s->ps.sps->vshift[1]; in chroma_mc_uni() local
1656 y_off >= pic_height - block_h - EPEL_EXTRA_AFTER) { in chroma_mc_uni()
[all …]
Dlibtheoraenc.c179 t_info.pic_height = avc_context->height; in encode_init()
Divi.c299 …if (av_image_check_size2(cfg->pic_width, cfg->pic_height, avctx->max_pixels, AV_PIX_FMT_YUV410P, 0… in ff_ivi_init_planes()
305 planes[0].height = cfg->pic_height; in ff_ivi_init_planes()
310 planes[1].height = planes[2].height = (cfg->pic_height + 3) >> 2; in ff_ivi_init_planes()
Dh264_slice.c2546 int pic_height = 16 * h->mb_height >> FIELD_PICTURE(h); in decode_finish_row() local
2551 if ((top + height) >= pic_height) in decode_finish_row()
2556 if (top >= pic_height || (top + height) < 0) in decode_finish_row()
2559 height = FFMIN(height, pic_height - top); in decode_finish_row()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoradec.c435 dec->info.pic_height, par_num, par_den); in theora_handle_type_packet()
437 dec->info.pic_width, dec->info.pic_height, in theora_handle_type_packet()
455 GST_VIDEO_INFO_HEIGHT (info) = dec->info.pic_height; in theora_handle_type_packet()
661 gint pic_width, pic_height; in theora_handle_image() local
677 pic_height = dec->info.pic_height; in theora_handle_image()
690 pic_height = dec->info.frame_height; in theora_handle_image()
693 dec->info.pic_height != dec->info.frame_height || in theora_handle_image()
721 cmeta->height = dec->info.pic_height; in theora_handle_image()
738 pic_height); in theora_handle_image()
743 src += ((height == pic_height) ? offset_y : offset_y / 2) in theora_handle_image()
Dgsttheoraparse.c760 parse->info.pic_height * parse->info.pic_width * 3); in theora_parse_src_convert()
771 scale = 3 * (parse->info.pic_width * parse->info.pic_height) / 2; in theora_parse_src_convert()
792 3 * parse->info.pic_width * parse->info.pic_height, 2); in theora_parse_src_convert()
Dgsttheoraenc.c580 enc->info.pic_height = enc->height; in theora_enc_set_format()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.h47 gint pic_height; member
Dgstavviddec.c533 ffmpegdec->pic_height = 0; in gst_ffmpegviddec_set_format()
1062 && ffmpegdec->pic_height == picture->height in picture_changed()
1099 ffmpegdec->pic_width, ffmpegdec->pic_height, in update_video_context()
1111 || ffmpegdec->pic_height != picture->height) { in update_video_context()
1123 ffmpegdec->pic_height = picture->height; in update_video_context()
1310 caps_height = ffmpegdec->pic_height; in gst_ffmpegviddec_negotiate()
1543 ffmpegdec->pic_height = 0; in gst_ffmpegviddec_negotiate()
2207 ffmpegdec->pic_height = 0; in gst_ffmpegviddec_stop()
/third_party/ffmpeg/fftools/
Dffplay.c865 int pic_width, int pic_height, AVRational pic_sar) in calculate_display_rect() argument
873 aspect_ratio = av_mul_q(aspect_ratio, av_make_q(pic_width, pic_height)); in calculate_display_rect()