Searched refs:crop_bottom (Results 1 – 14 of 14) sorted by relevance
/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 | vp8l_dec.c | 721 if (y_end > io->crop_bottom) { in SetCropWindow() 722 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow() 787 assert(row <= dec->io_->crop_bottom); in ProcessRows() 869 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows() 1548 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows() 1729 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()
|
D | vp8_dec.c | 330 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/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/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/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc.h | 345 unsigned crop_bottom; member
|
D | radeon_vcn_enc.c | 54 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2; in radeon_vcn_enc_get_param()
|
D | radeon_vcn_enc_1_2.c | 410 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) { in radeon_enc_nalu_sps() 415 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom); in radeon_enc_nalu_sps()
|
/external/v4l2_codec2/vda/ |
D | h264_parser.cc | 107 int crop_bottom = crop_unit_y * frame_crop_bottom_offset; in GetVisibleRect() local 113 coded_size->height() - crop_top <= crop_bottom) { in GetVisibleRect() 120 coded_size->height() - crop_top - crop_bottom); in GetVisibleRect()
|