Home
last modified time | relevance | path

Searched defs:crop_bottom (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dec/
Dvp8_dec.h98 int crop_left, crop_right, crop_top, crop_bottom; member
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h787 void set_crop_bottom(uint64_t crop_bottom) { crop_bottom_ = crop_bottom; } in set_crop_bottom()
788 uint64_t crop_bottom() const { return crop_bottom_; } in crop_bottom() function