Home
last modified time | relevance | path

Searched refs:crop_right (Results 1 – 7 of 7) 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()
592 dec->br_mb_x_ = (io->crop_right + 15 + extra_pixels) >> 4; in VP8EnterCritical()
Dvp8_dec.c329 io->crop_right = io->width; in VP8GetHeaders()
Dvp8l_dec.c665 assert(io->crop_left < io->crop_right); in SetCropWindow()
679 io->mb_w = io->crop_right - io->crop_left; in SetCropWindow()
Dwebp_dec.c809 io->crop_right = x + w; in WebPIoInitFromOptions()
/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