/external/webp/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 | 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()
|
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() 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()
|
D | vp8_dec.c | 333 io->crop_bottom = io->height; in VP8GetHeaders()
|
D | webp_dec.c | 812 io->crop_bottom = y + h; in WebPIoInitFromOptions()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchToSpace.pbtxt | 19 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/ |
D | mediacodec_decoder.cpp | 467 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/ |
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() 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()
|
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()
|
D | radeon_vcn_enc_2_0.c | 147 (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()
|
D | radeon_uvd_enc.h | 342 unsigned crop_bottom; member
|
D | radeon_vcn_enc_1_2.c | 328 (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()
|
D | radeon_vcn_enc.h | 420 unsigned crop_bottom; member
|
D | radeon_uvd_enc_1_1.c | 427 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/ |
D | sdl_video_player.cc | 146 static_cast<int>(picture.crop_top + picture.crop_bottom)}; in RenderNextFrame()
|
/external/openscreen/cast/standalone_sender/ |
D | looping_file_sender.cc | 118 frame.height = av_frame.height - av_frame.crop_top - av_frame.crop_bottom; in OnVideoFrame()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 787 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/ |
D | mkvmuxer.h | 787 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/ |
D | mkvmuxer.h | 787 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/ |
D | tf-ops.mlir | 3888 …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/ |
D | tf_generated_ops.td | 1002 crops = [[crop_top, crop_bottom], [crop_left, crop_right]]}]>:$crops, 1010 height = height_pad - crop_top - crop_bottom
|