Home
last modified time | relevance | path

Searched refs:y_end (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dec/
Dframe.c276 int y_end = MACROBLOCK_VPOS(mb_y + 1); in FinishRow() local
289 y_end -= extra_y_rows; in FinishRow()
291 if (y_end > io->crop_bottom) { in FinishRow()
292 y_end = io->crop_bottom; // make sure we don't overflow on last row. in FinishRow()
295 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow()
298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start); in FinishRow()
315 if (y_start < y_end) { in FinishRow()
324 io->mb_h = y_end - y_start; in FinishRow()
Dio.c99 const int y_end = io->mb_y + io->mb_h; in EmitFancyRGB() local
113 for (; y + 2 < y_end; y += 2) { in EmitFancyRGB()
126 if (io->crop_top + y_end < io->crop_bottom) { in EmitFancyRGB()
136 if (!(y_end & 1)) { in EmitFancyRGB()
Dvp8l.c593 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument
595 assert(y_start < y_end); in SetCropWindow()
597 if (y_end > io->crop_bottom) { in SetCropWindow()
598 y_end = io->crop_bottom; // make sure we don't overflow on last row. in SetCropWindow()
605 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow()
611 io->mb_h = y_end - y_start; in SetCropWindow()
/external/webp/src/dsp/
Dlossless.c739 int y_start, int y_end, uint32_t* data) { in PredictorInverseTransform() argument
762 while (y < y_end) { in PredictorInverseTransform()
1154 int y_start, int y_end, uint32_t* data) { in ColorSpaceInverseTransform() argument
1165 while (y < y_end) { in ColorSpaceInverseTransform()
1189 int y_start, int y_end, const TYPE* src, TYPE* dst) { \
1198 for (y = y_start; y < y_end; ++y) { \
1212 for (y = y_start; y < y_end; ++y) { \
Dlossless.h94 const struct VP8LTransform* const transform, int y_start, int y_end,
/external/libvncserver/VisualNaCro/
Dnacro.c144 int x_start,y_start,x_end=x+w-1,y_end=y+h-1; in do_visual_grep() local
155 if(y_end+image->height>cl->height) y_end=cl->height-image->height; in do_visual_grep()
158 for(y=y_start;y<y_end;y++) in do_visual_grep()