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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 36 y_start = value of y coordinate of type int that specifies the first
87 of pelc0 is specified by x_start and y_start in the 1-D array "Rec_Y" as
90 location of pelc0 = [(y_start+1) * width] + x_start
98 (y_start,x_start) may be specified independently of (y_blk_start, x_blk_start).
100 (y_start,x_start)
214 int y_start, /* i */
248 addr_v = (int32)(y_start + 1) * width; /* y coord of 1st element in the row /
353 addr_v = (y_start + 2) * width; /* advance addr_v to the next row
356 for (row_cntr = (y_blk_start + BLKSIZE) - (y_start + 2); row_cntr > 0; row_cntr--)
  /external/webp/src/dec/
frame.c 275 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 - io->crop_top
    [all...]
vp8l.c 593 static int SetCropWindow(VP8Io* const io, int y_start, int y_end,
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;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 72 uint8_t *y_start, *uv_start, *_y_start, *_uv_start; local
73 y_start = dataOut;
79 memcpy(y_start + h * width, _y_start + h * stride, width);
  /external/webp/src/dsp/
lossless.c 739 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;
    [all...]
lossless.h 94 const struct VP8LTransform* const transform, int y_start, int y_end,
  /external/libvncserver/VisualNaCro/
nacro.c 144 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/
vp9_reconinter.c 324 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 300 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); local
304 y0_16 = (y_start + y) << SUBPEL_BITS;
313 y0 = sf->scale_value_y(y_start + y, sf);
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1001 unsigned char *y_start, *uv_start; local
    [all...]
  /external/libvncserver/x11vnc/
userinput.c 884 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 + lw
    [all...]

Completed in 597 milliseconds