Searched refs:crop_left (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c482 int crop_left = get_ue_golomb(&h->gb); local
492 crop_left, crop_right, crop_top, crop_bottom);
494 sps->crop_left =
505 if (crop_left & (0x1F >> (sps->bit_depth_luma > 8)) &&
507 crop_left &= ~(0x1F >> (sps->bit_depth_luma > 8));
511 crop_left);
514 if (crop_left > (unsigned)INT_MAX / 4 / step_x ||
518 (crop_left + crop_right ) * step_x >= width ||
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);
525 sps->crop_left
[all...]
H A Dh264_picture.c120 dst->crop_left = src->crop_left;
H A Dh264.h196 unsigned int crop_left; ///< frame_cropping_rect_left_offset member in struct:SPS
332 int crop_left; member in struct:H264Picture
H A Dh264_slice.c265 pic->crop_left= h->sps.crop_left;
1111 int width = h->width - (h->sps.crop_right + h->sps.crop_left);
1113 av_assert0(h->sps.crop_right + h->sps.crop_left < (unsigned)h->width);
1131 h->sps.crop_bottom = h->sps.crop_top = h->sps.crop_right = h->sps.crop_left = 0;
H A Dh264.c1812 int off = ((srcp->crop_left >> hshift) << h->pixel_shift) +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c424 sps->crop_left = get_ue_golomb(&s->gb);
428 if(sps->crop_left || sps->crop_top){
435 sps->crop_left =
457 sps->crop_left, sps->crop_right,
H A Dh264.h173 unsigned int crop_left; ///< frame_cropping_rect_left_offset member in struct:SPS

Completed in 67 milliseconds