Home
last modified time | relevance | path

Searched refs:crop_right (Results 1 – 22 of 22) 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/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/v4l2_codec2/tests/c2_e2e_test/jni/
Dmediacodec_decoder.cpp466 int32_t crop_right = width - 1; in GetOutputFormat() local
470 &crop_right, &crop_bottom)) { in GetOutputFormat()
474 crop_right = width - 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/
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/openscreen/cast/standalone_receiver/
Dsdl_video_player.cc144 picture.width - static_cast<int>(picture.crop_left + picture.crop_right), in RenderNextFrame()
/external/openscreen/cast/standalone_sender/
Dlooping_file_sender.cc117 frame.width = av_frame.width - av_frame.crop_left - av_frame.crop_right; in OnVideoFrame()
/external/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/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/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-ops.mlir3905 …imension 2) * block_size - crop_left - crop_right, but got output width 8, input width 8, crop_lef…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td1002 crops = [[crop_top, crop_bottom], [crop_left, crop_right]]}]>:$crops,
1011 width = width_pad - crop_left - crop_right