Searched refs:y_start (Results 1 - 7 of 7) sorted by relevance

/external/webp/src/dec/
H A Dframe.c275 int y_start = MACROBLOCK_VPOS(mb_y); local
278 y_start -= extra_y_rows;
295 if (dec->alpha_data_ != NULL && y_start < y_end) {
298 io->a = VP8DecompressAlphaRows(dec, y_start, y_end - y_start);
304 if (y_start < io->crop_top) {
305 const int delta_y = io->crop_top - y_start;
306 y_start = io->crop_top;
315 if (y_start < y_end) {
322 io->mb_y = y_start
[all...]
H A Dvp8l.c593 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, argument
595 assert(y_start < y_end);
600 if (y_start < io->crop_top) {
601 const int delta = io->crop_top - y_start;
602 y_start = io->crop_top;
605 if (y_start >= y_end) return 0; // Crop window is empty.
609 io->mb_y = y_start - io->crop_top;
611 io->mb_h = y_end - y_start;
/external/webp/src/dsp/
H A Dlossless.c739 int y_start, int y_end, uint32_t* data) {
741 if (y_start == 0) { // First Row follows the L (mode=1) mode.
750 ++y_start;
754 int y = y_start;
1154 int y_start, int y_end, uint32_t* data) {
1161 int y = y_start;
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) { \
738 PredictorInverseTransform(const VP8LTransform* const transform, int y_start, int y_end, uint32_t* data) argument
1153 ColorSpaceInverseTransform(const VP8LTransform* const transform, int y_start, int y_end, uint32_t* data) argument
H A Dlossless.h94 const struct VP8LTransform* const transform, int y_start, int y_end,
/external/libvncserver/VisualNaCro/
H A Dnacro.c144 int x_start,y_start,x_end=x+w-1,y_end=y+h-1; local
151 y_start=y-image->height;
153 if(y_start<0) y_start=0;
158 for(y=y_start;y<y_end;y++)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c324 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
328 y0_16 = (y_start + y) << SUBPEL_BITS;
337 y0 = sf->scale_value_y(y_start + y, sf);
/external/libvncserver/x11vnc/
H A Duserinput.c884 int y_start, y_stop, y_step; local
894 y_start = y0+lw;
898 y_start = y0 - s*lw;
899 y_stop = y_start + lw;
902 for (yu = y_start; yu < y_stop; yu++) {
915 src = save[i]->data + (yu-y_start)*y_step;
953 int y_start, y_stop, y_step; local
969 y_start = y0+lw;
988 y_start = y0 - s*lw;
989 y_stop = y_start
[all...]

Completed in 164 milliseconds