HomeSort by relevance Sort by last modified time
    Searched refs:crop_bottom (Results 1 - 14 of 14) sorted by null

  /external/webp/src/dec/
alpha_dec.c 92 io->crop_bottom = src_io->crop_bottom;
113 const int height = alph_dec->io_.crop_bottom;
152 const int height = io->crop_bottom;
181 const int height = io->crop_bottom;
218 io->crop_bottom - io->crop_top,
vp8_dec.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
vp8l_dec.c 721 if (y_end > io->crop_bottom) {
722 y_end = io->crop_bottom; // make sure we don't overflow on last row.
787 assert(row <= dec->io_->crop_bottom);
869 assert(last_row <= dec->io_->crop_bottom);
    [all...]
frame_dec.c 449 if (y_end > io->crop_bottom) {
450 y_end = io->crop_bottom; // make sure we don't overflow on last row.
588 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
io_dec.c 100 if (io->crop_top + y_end < io->crop_bottom) {
171 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
173 *num_rows = io->crop_bottom - io->crop_top - start_y;
vp8_dec.c 330 io->crop_bottom = io->height;
webp_dec.c 812 io->crop_bottom = y + h;
  /frameworks/av/media/libstagefright/
FrameDecoder.cpp 514 int32_t crop_left, crop_top, crop_right, crop_bottom; local
515 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
518 crop_bottom = height - 1;
524 (crop_bottom - crop_top + 1),
549 crop_left, crop_top, crop_right, crop_bottom,
552 crop_left, crop_top, crop_right, crop_bottom);
734 int32_t crop_left, crop_top, crop_right, crop_bottom; local
735 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
738 crop_bottom = height - 1;
748 crop_bottom = mHeight - dstTop - 1
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vcn_enc.h 345 unsigned crop_bottom; member in struct:radeon_enc_h264_enc_pic
radeon_vcn_enc.c 54 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2;
radeon_vcn_enc_1_2.c 410 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) {
415 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom);
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.h 787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; }
788 uint64_t crop_bottom() const { return crop_bottom_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; }
788 uint64_t crop_bottom() const { return crop_bottom_; } function in class:mkvmuxer::VideoTrack
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.cc 107 int crop_bottom = crop_unit_y * frame_crop_bottom_offset; local
113 coded_size->height() - crop_top <= crop_bottom) {
120 coded_size->height() - crop_top - crop_bottom);
    [all...]

Completed in 336 milliseconds