OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crop_bottom
(Results
1 - 10
of
10
) 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
291
if (y_end > io->
crop_bottom
) {
292
y_end = io->
crop_bottom
; // make sure we don't overflow on last row.
434
dec->br_mb_y_ = (io->
crop_bottom
+ 15 + extra_pixels) >> 4;
io.c
126
if (io->crop_top + y_end < io->
crop_bottom
) {
190
if (io->crop_top + io->mb_y + io->mb_h == io->
crop_bottom
) {
192
*num_rows = io->
crop_bottom
- io->crop_top - start_y;
vp8.c
315
io->
crop_bottom
= io->height;
vp8l.c
596
if (y_end > io->
crop_bottom
) {
597
y_end = io->
crop_bottom
; // make sure we don't overflow on last row.
[
all
...]
webp.c
792
io->
crop_bottom
= y + h;
/external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc
80
uint64
crop_bottom
= 0;
local
84
crop_bottom
= 1;
92
video_track->set_crop_bottom(
crop_bottom
);
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h
132
unsigned int
crop_bottom
; /**< Pixels to crop from the bottom of the frame. */
member in struct:__anon4379
/external/libvpx/libvpx/third_party/nestegg/test/
test.c
136
vparams.crop_top, vparams.crop_left, vparams.
crop_bottom
, vparams.crop_right);
/external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c
[
all
...]
Completed in 835 milliseconds