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

  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 120 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member in struct:__anon10886
  /external/webp/src/dec/
decode_vp8.h 96 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
frame.c 197 if (y_end > io->crop_bottom) {
198 y_end = io->crop_bottom; // make sure we don't overflow on last row.
330 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
io.c 141 if (io->crop_top + y_end < io->crop_bottom) {
205 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
207 *num_rows = io->crop_bottom - io->crop_top - start_y;
webp.c 736 io->crop_bottom = y + h;
vp8l.c 570 if (y_end > io->crop_bottom) {
571 y_end = io->crop_bottom; // make sure we don't overflow on last row.
    [all...]
vp8.c 338 io->crop_bottom = io->height;
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 252 int32_t crop_left, crop_top, crop_right, crop_bottom; local
255 &crop_left, &crop_top, &crop_right, &crop_bottom)) {
258 crop_bottom = height - 1;
268 frame->mHeight = crop_bottom - crop_top + 1;
293 crop_left, crop_top, crop_right, crop_bottom,
  /external/libvpx/libvpx/nestegg/test/
test.c 134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right);
  /external/libvpx/libvpx/nestegg/src/
nestegg.c     [all...]

Completed in 77 milliseconds