Home
last modified time | relevance | path

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

/external/webp/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
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()
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()
865 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()
1544 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()
1725 io->crop_bottom, ProcessRows)) { in VP8LDecodeImage()
Dvp8_dec.c333 io->crop_bottom = io->height; in VP8GetHeaders()
Dwebp_dec.c812 io->crop_bottom = y + h; in WebPIoInitFromOptions()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchToSpace.pbtxt19 crops = [[crop_top, crop_bottom], [crop_left, crop_right]]
27 height = height_pad - crop_top - crop_bottom
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.cpp467 int32_t crop_bottom = height - 1; in GetOutputFormat() local
470 &crop_right, &crop_bottom)) { in GetOutputFormat()
475 crop_bottom = height - 1; in GetOutputFormat()
498 Size(crop_right - crop_left + 1, crop_bottom - crop_top + 1), color_format); in GetOutputFormat()
/external/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()
114 enc->enc_pic.crop_bottom = pic->seq.conf_win_bottom_offset; in radeon_vcn_enc_get_param()
119 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()
Dradeon_vcn_enc_2_0.c147 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps_hevc()
152 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom); in radeon_enc_nalu_sps_hevc()
Dradeon_uvd_enc.h342 unsigned crop_bottom; member
Dradeon_vcn_enc_1_2.c328 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps()
333 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom); in radeon_enc_nalu_sps()
401 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps_hevc()
406 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom); in radeon_enc_nalu_sps_hevc()
Dradeon_vcn_enc.h420 unsigned crop_bottom; member
Dradeon_uvd_enc_1_1.c427 int conformance_window_flag = (enc->enc_pic.crop_top > 0) || (enc->enc_pic.crop_bottom > 0) || in radeon_uvd_enc_nalu_sps_hevc()
437 radeon_uvd_enc_code_ue(enc, enc->enc_pic.crop_bottom); in radeon_uvd_enc_nalu_sps_hevc()
/external/openscreen/cast/standalone_receiver/
Dsdl_video_player.cc146 static_cast<int>(picture.crop_top + picture.crop_bottom)}; in RenderNextFrame()
/external/openscreen/cast/standalone_sender/
Dlooping_file_sender.cc118 frame.height = av_frame.height - av_frame.crop_top - av_frame.crop_bottom; in OnVideoFrame()
/external/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom() argument
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom() argument
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom() argument
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-ops.mlir3888 …imension 1) * block_size - crop_top - crop_bottom, but got output height 8, input height 8, crop_t…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td1002 crops = [[crop_top, crop_bottom], [crop_left, crop_right]]}]>:$crops,
1010 height = height_pad - crop_top - crop_bottom