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

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
frame.c 199 if (y_end > io->crop_bottom) {
200 y_end = io->crop_bottom; // make sure we don't overflow on last row.
332 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
io.c 143 if (io->crop_top + y_end < io->crop_bottom) {
207 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
209 *num_rows = io->crop_bottom - io->crop_top - start_y;
vp8l.c 572 if (y_end > io->crop_bottom) {
573 y_end = io->crop_bottom; // make sure we don't overflow on last row.
    [all...]
vp8.c 340 io->crop_bottom = io->height;
webp.c 773 io->crop_bottom = y + h;
  /external/libvpx/libvpx/nestegg/include/nestegg/
nestegg.h 121 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member in struct:__anon22913
  /external/webp/src/dec/
decode_vp8.h 98 int crop_left, crop_right, crop_top, crop_bottom; member in struct:VP8Io
frame.c 199 if (y_end > io->crop_bottom) {
200 y_end = io->crop_bottom; // make sure we don't overflow on last row.
332 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4;
io.c 143 if (io->crop_top + y_end < io->crop_bottom) {
207 if (io->crop_top + io->mb_y + io->mb_h == io->crop_bottom) {
209 *num_rows = io->crop_bottom - io->crop_top - start_y;
vp8l.c 572 if (y_end > io->crop_bottom) {
573 y_end = io->crop_bottom; // make sure we don't overflow on last row.
    [all...]
vp8.c 340 io->crop_bottom = io->height;
webp.c 756 io->crop_bottom = y + h;
  /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 338 milliseconds