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.c332 io->crop_right = io->width; in VP8GetHeaders()
Dwebp_dec.c811 io->crop_right = x + w; in WebPIoInitFromOptions()
Dvp8l_dec.c717 assert(io->crop_left < io->crop_right); in SetCropWindow()
731 io->mb_w = io->crop_right - io->crop_left; in SetCropWindow()
/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.cpp417 int32_t crop_right = width - 1; in GetOutputFormat() local
421 &crop_right, &crop_bottom)) { in GetOutputFormat()
425 crop_right = width - 1; in GetOutputFormat()
449 Size(crop_right - crop_left + 1, crop_bottom - crop_top + 1), color_format); in GetOutputFormat()
/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/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_enc.c55 enc->enc_pic.crop_right = pic->pic_ctrl.enc_frame_crop_right_offset; in radeon_vcn_enc_get_param()
60 enc->enc_pic.crop_right = (align(enc->base.width, 16) - enc->base.width) / 2; in radeon_vcn_enc_get_param()
112 enc->enc_pic.crop_right = pic->seq.conf_win_right_offset; in radeon_vcn_enc_get_param()
117 enc->enc_pic.crop_right = (align(enc->base.width, 16) - enc->base.width) / 2; in radeon_vcn_enc_get_param()
Dradeon_uvd_enc.c66 enc->enc_pic.crop_right = pic->seq.conf_win_right_offset; in radeon_uvd_enc_get_param()
71 enc->enc_pic.crop_right = (align(enc->base.width, 16) - enc->base.width) / 2; in radeon_uvd_enc_get_param()
Dradeon_vcn_enc_2_0.c146 if ((enc->enc_pic.crop_left != 0) || (enc->enc_pic.crop_right != 0) || in radeon_enc_nalu_sps_hevc()
150 radeon_enc_code_ue(enc, enc->enc_pic.crop_right); in radeon_enc_nalu_sps_hevc()
Dradeon_uvd_enc.h340 unsigned crop_right; member
Dradeon_vcn_enc_1_2.c327 if ((enc->enc_pic.crop_left != 0) || (enc->enc_pic.crop_right != 0) || in radeon_enc_nalu_sps()
331 radeon_enc_code_ue(enc, enc->enc_pic.crop_right); in radeon_enc_nalu_sps()
400 if ((enc->enc_pic.crop_left != 0) || (enc->enc_pic.crop_right != 0) || in radeon_enc_nalu_sps_hevc()
404 radeon_enc_code_ue(enc, enc->enc_pic.crop_right); in radeon_enc_nalu_sps_hevc()
Dradeon_vcn_enc.h418 unsigned crop_right; member
Dradeon_uvd_enc_1_1.c428 (enc->enc_pic.crop_left > 0) || (enc->enc_pic.crop_right > 0) in radeon_uvd_enc_nalu_sps_hevc()
435 radeon_uvd_enc_code_ue(enc, enc->enc_pic.crop_right); in radeon_uvd_enc_nalu_sps_hevc()
/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/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/v4l2_codec2/accel/
Dh264_parser.cc166 int crop_right = crop_unit_x * frame_crop_right_offset; in GetVisibleRect() local
173 if (coded_size->width() - crop_left <= crop_right || in GetVisibleRect()
180 coded_size->width() - crop_left - crop_right, in GetVisibleRect()