Home
last modified time | relevance | path

Searched refs:crop_right (Results 1 – 18 of 18) sorted by relevance

/external/webp/src/dec/
Dalpha_dec.c90 io->crop_right = src_io->crop_right; in ALPHInit()
217 io->crop_right - io->crop_left, in VP8DecompressAlphaRows()
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
Dframe_dec.c480 io->mb_w = io->crop_right - io->crop_left; in FinishRow()
589 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4; in VP8EnterCritical()
Dvp8_dec.c329 io->crop_right = io->width; in VP8GetHeaders()
Dwebp_dec.c811 io->crop_right = x + w; in WebPIoInitFromOptions()
Dvp8l_dec.c720 assert(io->crop_left < io->crop_right); in SetCropWindow()
734 io->mb_w = io->crop_right - io->crop_left; in SetCropWindow()
/external/libxcam/modules/soft/
Dcv_capi_feature_match.cpp181 CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right, in detect_and_match() argument
217 adjust_stitch_area (dst_width, x_offset, crop_left, crop_right); in detect_and_match()
222 _fm_idx, crop_left.pos_x, crop_left.width, crop_right.pos_x, crop_right.width); in detect_and_match()
Dcv_capi_feature_match.h70 void detect_and_match (CvArr* img_left, CvArr* img_right, Rect &crop_left, Rect &crop_right,
/external/libxcam/modules/ocl/
Dcv_feature_match.cpp183 cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &crop_right, in detect_and_match() argument
210 adjust_stitch_area (dst_width, x_offset, crop_left, crop_right); in detect_and_match()
215 _fm_idx, crop_left.pos_x, crop_left.width, crop_right.pos_x, crop_right.width); in detect_and_match()
Dcv_feature_match.h69 …ct_and_match (cv::InputArray img_left, cv::InputArray img_right, Rect &crop_left, Rect &crop_right,
Dcl_image_360_stitch.cpp811 Rect crop_left, crop_right; in sub_handler_execute_done() local
817 convert_to_stitch_rect (_img_merge_info[idx_next].left, crop_right); in sub_handler_execute_done()
820 _fisheye[i].buf, _fisheye[idx_next].buf, crop_left, crop_right, _fisheye[i].width); in sub_handler_execute_done()
823 convert_to_xcam_rect (crop_right, _img_merge_info[idx_next].left); in sub_handler_execute_done()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchToSpace.pbtxt19 crops = [[crop_top, crop_bottom], [crop_left, crop_right]]
28 width = width_pad - crop_left - crop_right
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h783 void set_crop_right(uint64_t crop_right) { crop_right_ = crop_right; } in set_crop_right() argument
784 uint64_t crop_right() const { return crop_right_; } in crop_right() function
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h783 void set_crop_right(uint64_t crop_right) { crop_right_ = crop_right; } in set_crop_right() argument
784 uint64_t crop_right() const { return crop_right_; } in crop_right() function
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.h343 unsigned crop_right; member
Dradeon_vcn_enc.c52 enc->enc_pic.crop_right = (align(enc->base.width, 16) - enc->base.width) / 2; in radeon_vcn_enc_get_param()
Dradeon_vcn_enc_1_2.c409 if ((enc->enc_pic.crop_left != 0) || (enc->enc_pic.crop_right != 0) || in radeon_enc_nalu_sps()
413 radeon_enc_code_ue(enc, enc->enc_pic.crop_right); in radeon_enc_nalu_sps()
/external/v4l2_codec2/vda/
Dh264_parser.cc105 int crop_right = crop_unit_x * frame_crop_right_offset; in GetVisibleRect() local
112 if (coded_size->width() - crop_left <= crop_right || in GetVisibleRect()
119 coded_size->width() - crop_left - crop_right, in GetVisibleRect()