Searched refs:crop_bottom (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c485 int crop_bottom = get_ue_golomb(&h->gb); local
492 crop_left, crop_right, crop_top, crop_bottom);
497 sps->crop_bottom = 0;
517 crop_bottom> (unsigned)INT_MAX / 4 / step_y ||
519 (crop_top + crop_bottom) * step_y >= height
521 av_log(h->avctx, AV_LOG_ERROR, "crop values invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height);
528 sps->crop_bottom = crop_bottom * step_y;
534 sps->crop_bottom =
559 sps->crop_top, sps->crop_bottom,
[all...]
H A Dh264.h199 unsigned int crop_bottom; ///< frame_cropping_rect_bottom_offset member in struct:SPS
H A Dh264_slice.c1112 int height = h->height - (h->sps.crop_top + h->sps.crop_bottom);
1114 av_assert0(h->sps.crop_top + h->sps.crop_bottom < (unsigned)h->height);
1131 h->sps.crop_bottom = h->sps.crop_top = h->sps.crop_right = h->sps.crop_left = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c427 sps->crop_bottom= get_ue_golomb(&s->gb);
431 if(sps->crop_right >= crop_horizontal_limit || sps->crop_bottom >= crop_vertical_limit){
438 sps->crop_bottom= 0;
458 sps->crop_top, sps->crop_bottom,
H A Dh264.h176 unsigned int crop_bottom; ///< frame_cropping_rect_bottom_offset member in struct:SPS
H A Dh264.c2723 s->height= 16*s->mb_height - (1<<s->chroma_y_shift)*FFMIN(h->sps.crop_bottom, (16>>s->chroma_y_shift)-1);
2725 s->height= 16*s->mb_height - (2<<s->chroma_y_shift)*FFMIN(h->sps.crop_bottom, (16>>s->chroma_y_shift)-1);

Completed in 69 milliseconds