/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | alpha_dec.c | 92 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()
|
D | vp8_dec.h | 98 int crop_left, crop_right, crop_top, crop_bottom; member
|
D | vp8l_dec.c | 718 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()
|
D | io_dec.c | 100 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()
|
D | frame_dec.c | 449 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/ |
D | alpha_dec.c | 92 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()
|
D | vp8_dec.h | 98 int crop_left, crop_right, crop_top, crop_bottom; member
|
D | vp8l_dec.c | 722 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()
|
D | frame_dec.c | 449 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()
|
D | io_dec.c | 95 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/ |
D | h264_ps.c | 530 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()
|
D | mediacodecdec_common.h | 61 int crop_bottom; member
|
D | mediacodecdec_common.c | 401 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()
|
D | h264_ps.h | 71 unsigned int crop_bottom; ///< frame_cropping_rect_bottom_offset member
|
D | h265_metadata_bsf.c | 58 int crop_bottom; member 460 OFFSET(crop_bottom), AV_OPT_TYPE_INT,
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.c | 240 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()
|
D | gstvideocrop.h | 79 gint crop_bottom; member
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamc.h | 63 gint crop_top, crop_bottom; member 70 gint crop_left, gint crop_right, gint crop_top, gint crop_bottom);
|
/third_party/ffmpeg/libavutil/ |
D | frame.c | 358 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/ |
D | gstvideobox.h | 72 gint crop_left, crop_right, crop_top, crop_bottom; member
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvpp.h | 127 guint crop_bottom; member
|
D | gstmsdkvpputil.c | 84 || (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/ |
D | radeon_vcn_enc.c | 57 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()
|
D | radeon_uvd_enc.c | 68 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/ |
D | vf_crop.c | 294 frame->crop_bottom = frame->height - frame->crop_top - frame->crop_bottom - s->h; in filter_frame()
|