Home
last modified time | relevance | path

Searched refs:crop_bottom (Results 1 – 25 of 56) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dalpha_dec.c92 io->crop_bottom = src_io->crop_bottom; in ALPHInit()
113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()
152 const int height = io->crop_bottom; in AllocateAlphaPlane()
181 const int height = io->crop_bottom; in VP8DecompressAlphaRows()
218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dvp8l_dec.c718 if (y_end > io->crop_bottom) { in SetCropWindow()
719 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()
784 assert(row <= dec->io_->crop_bottom); in ProcessRows()
866 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
1545 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()
1726 io->crop_bottom, ProcessRows)) { in VP8LDecodeImage()
Dio_dec.c100 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()
171 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow()
173 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
Dframe_dec.c449 if (y_end > io->crop_bottom) { in FinishRow()
450 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()
588 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dalpha_dec.c92 io->crop_bottom = src_io->crop_bottom; in ALPHInit()
113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()
152 const int height = io->crop_bottom; in AllocateAlphaPlane()
181 const int height = io->crop_bottom; in VP8DecompressAlphaRows()
218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dvp8l_dec.c722 if (y_end > io->crop_bottom) { in SetCropWindow()
723 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()
788 assert(row <= dec->io_->crop_bottom); in ProcessRows()
870 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
1549 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()
1729 io->crop_bottom, ProcessRows)) { in VP8LDecodeImage()
Dframe_dec.c449 if (y_end > io->crop_bottom) { in FinishRow()
450 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()
588 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8EnterCritical()
Dio_dec.c95 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()
166 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) { in GetAlphaSourceRow()
168 *num_rows = io->crop_bottom - io->crop_top - start_y; in GetAlphaSourceRow()
/third_party/ffmpeg/libavcodec/
Dh264_ps.c530 unsigned int crop_bottom = get_ue_golomb(gb); in ff_h264_decode_seq_parameter_set() local
537 crop_left, crop_right, crop_top, crop_bottom); in ff_h264_decode_seq_parameter_set()
542 sps->crop_bottom = 0; in ff_h264_decode_seq_parameter_set()
553 crop_bottom> (unsigned)INT_MAX / 4 / step_y || in ff_h264_decode_seq_parameter_set()
555 (crop_top + crop_bottom) * step_y >= height in ff_h264_decode_seq_parameter_set()
557 …alues invalid %d %d %d %d / %d %d\n", crop_left, crop_right, crop_top, crop_bottom, width, height); in ff_h264_decode_seq_parameter_set()
564 sps->crop_bottom = crop_bottom * step_y; in ff_h264_decode_seq_parameter_set()
570 sps->crop_bottom = in ff_h264_decode_seq_parameter_set()
617 sps->crop_top, sps->crop_bottom, in ff_h264_decode_seq_parameter_set()
Dmediacodecdec_common.h61 int crop_bottom; member
Dmediacodecdec_common.c401 s->crop_top, s->crop_bottom, s->crop_left, s->crop_right, s->codec_name, in mediacodec_wrap_sw_buffer()
498 AMEDIAFORMAT_GET_INT32(s->crop_bottom, "crop-bottom", 0); in mediacodec_dec_parse_format()
503 height = s->crop_bottom + 1 - s->crop_top; in mediacodec_dec_parse_format()
532 s->crop_top, s->crop_bottom, s->crop_left, s->crop_right, in mediacodec_dec_parse_format()
Dh264_ps.h71 unsigned int crop_bottom; ///< frame_cropping_rect_bottom_offset member
Dh265_metadata_bsf.c58 int crop_bottom; member
460 OFFSET(crop_bottom), AV_OPT_TYPE_INT,
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c240 vcrop->crop_bottom = 0; in gst_video_crop_init()
479 crop_bottom) == 0) { in gst_video_crop_decide_allocation()
763 crop->crop_bottom = crop->prop_bottom; in gst_video_crop_set_info()
782 if (crop->crop_top == -1 && crop->crop_bottom == -1) { in gst_video_crop_set_info()
784 crop->crop_bottom = dy / 2 + (dy & 1); in gst_video_crop_set_info()
786 if (G_UNLIKELY (crop->crop_bottom > dy)) in gst_video_crop_set_info()
788 crop->crop_top = dy - crop->crop_bottom; in gst_video_crop_set_info()
789 } else if (crop->crop_bottom == -1) { in gst_video_crop_set_info()
792 crop->crop_bottom = dy - crop->crop_top; in gst_video_crop_set_info()
797 || (crop->crop_top + crop->crop_bottom) >= in gst_video_crop_set_info()
Dgstvideocrop.h79 gint crop_bottom; member
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.h63 gint crop_top, crop_bottom; member
70 gint crop_left, gint crop_right, gint crop_top, gint crop_bottom);
/third_party/ffmpeg/libavutil/
Dframe.c358 dst->crop_bottom = src->crop_bottom; in frame_copy_props()
901 frame->crop_top >= INT_MAX - frame->crop_bottom || in av_frame_apply_cropping()
903 (frame->crop_top + frame->crop_bottom) >= frame->height) in av_frame_apply_cropping()
916 frame->height -= frame->crop_bottom; in av_frame_apply_cropping()
918 frame->crop_bottom = 0; in av_frame_apply_cropping()
950 frame->height -= (frame->crop_top + frame->crop_bottom); in av_frame_apply_cropping()
954 frame->crop_bottom = 0; in av_frame_apply_cropping()
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.h72 gint crop_left, crop_right, crop_top, crop_bottom; member
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvpp.h127 guint crop_bottom; member
Dgstmsdkvpputil.c84 || (thiz->crop_top + thiz->crop_bottom >= from_h - 1)) { in fixate_output_frame_size()
88 from_h -= thiz->crop_top + thiz->crop_bottom; in fixate_output_frame_size()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.c57 enc->enc_pic.crop_bottom = pic->pic_ctrl.enc_frame_crop_bottom_offset; in radeon_vcn_enc_get_param()
62 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2; in radeon_vcn_enc_get_param()
120 enc->enc_pic.crop_bottom = pic->seq.conf_win_bottom_offset; in radeon_vcn_enc_get_param()
125 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2; in radeon_vcn_enc_get_param()
Dradeon_uvd_enc.c68 enc->enc_pic.crop_bottom = pic->seq.conf_win_bottom_offset; in radeon_uvd_enc_get_param()
73 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2; in radeon_uvd_enc_get_param()
/third_party/ffmpeg/libavfilter/
Dvf_crop.c294 frame->crop_bottom = frame->height - frame->crop_top - frame->crop_bottom - s->h; in filter_frame()

123