/external/webp/src/dec/ |
D | alpha_dec.c | 91 io->crop_top = src_io->crop_top; in ALPHInit() 214 uint8_t* const alpha = dec->alpha_plane_ + io->crop_top * width in VP8DecompressAlphaRows() 218 io->crop_bottom - io->crop_top, in VP8DecompressAlphaRows()
|
D | frame_dec.c | 461 if (y_start < io->crop_top) { in FinishRow() 462 const int delta_y = io->crop_top - y_start; in FinishRow() 463 y_start = io->crop_top; in FinishRow() 479 io->mb_y = y_start - io->crop_top; in FinishRow() 583 dec->tl_mb_y_ = (io->crop_top - extra_pixels) >> 4; in VP8EnterCritical()
|
D | vp8_dec.h | 98 int crop_left, crop_right, crop_top, crop_bottom; member
|
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 | vp8l_dec.c | 724 if (y_start < io->crop_top) { in SetCropWindow() 725 const int delta = io->crop_top - y_start; in SetCropWindow() 726 y_start = io->crop_top; in SetCropWindow() 733 io->mb_y = y_start - io->crop_top; in SetCropWindow() 866 alph_dec->filter_ == WEBP_FILTER_HORIZONTAL) ? dec->io_->crop_top in ExtractPalettedAlphaRows()
|
D | webp_dec.c | 800 y = options->crop_top; in WebPIoInitFromOptions() 810 io->crop_top = y; in WebPIoInitFromOptions()
|
D | buffer_dec.c | 190 const int y = options->crop_top & ~1; in WebPAllocateDecBuffer()
|
D | vp8_dec.c | 327 io->crop_top = 0; in VP8GetHeaders()
|
/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/vda/ |
D | h264_parser.cc | 106 int crop_top = crop_unit_y * frame_crop_top_offset; in GetVisibleRect() local 113 coded_size->height() - crop_top <= crop_bottom) { in GetVisibleRect() 118 return Rect(crop_left, crop_top, in GetVisibleRect() 120 coded_size->height() - crop_top - crop_bottom); in GetVisibleRect()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument 786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 785 void set_crop_top(uint64_t crop_top) { crop_top_ = crop_top; } in set_crop_top() argument 786 uint64_t crop_top() const { return crop_top_; } in crop_top() function
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc.h | 344 unsigned crop_top; member
|
D | radeon_vcn_enc.c | 53 enc->enc_pic.crop_top = 0; 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() 414 radeon_enc_code_ue(enc, enc->enc_pic.crop_top); in radeon_enc_nalu_sps()
|
/external/webp/include/webp/ |
D | decode.h | 452 int crop_left, crop_top; // top-left position for cropping. member
|
/external/webp/src/webp/ |
D | decode.h | 452 int crop_left, crop_top; // top-left position for cropping. member
|
/external/skia/src/codec/ |
D | SkWebpCodec.cpp | 431 config.options.crop_top = subset.y(); in onGetPixels()
|
/external/skqp/src/codec/ |
D | SkWebpCodec.cpp | 431 config.options.crop_top = subset.y(); in onGetPixels()
|