Home
last modified time | relevance | path

Searched refs:crop_bottom (Results 1 – 7 of 7) sorted by relevance

/external/webp/include/webp/
Ddecode_vp8.h93 int crop_left, crop_right, crop_top, crop_bottom; member
/external/libvpx/nestegg/include/nestegg/
Dnestegg.h120 unsigned int crop_bottom; /**< Pixels to crop from the bottom of the frame. */ member
/external/webp/src/dec/
Dframe.c278 if (y_end > io->crop_bottom) { in VP8FinishRow()
279 y_end = io->crop_bottom; // make sure we don't overflow on last row. in VP8FinishRow()
367 dec->br_mb_y_ = (io->crop_bottom + 15 + extra_pixels) >> 4; in VP8FinishFrameSetup()
Dio.c353 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()
753 io->crop_bottom = y + h; in InitFromOptions()
Dvp8.c352 io->crop_bottom = io->height; in VP8GetHeaders()
/external/libvpx/nestegg/test/
Dtest.c134 vparams.crop_top, vparams.crop_left, vparams.crop_bottom, vparams.crop_right); in main()
/external/libvpx/nestegg/src/
Dnestegg.c1785 params->crop_bottom = value; in nestegg_track_video_params()