HomeSort by relevance Sort by last modified time
    Searched full:addr_v (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_chroma.cpp 43 int32 addr_v; local
69 addr_v = (int32)v_pel * width;
70 ptr = &Rec_C[addr_v + h0 - 1];
135 addr_v = v_pel * width;
136 ptr = &Rec_C[addr_v];
adaptive_smooth_no_mmx.cpp 239 int32 addr_v; local
248 addr_v = (int32)(y_start + 1) * width; /* y coord of 1st element in the row /
250 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* initializing pointer to
353 addr_v = (y_start + 2) * width; /* advance addr_v to the next row
358 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* advance pointer to
360 addr_v += width; /* move addr_v down 1 row */
  /external/opencv3/modules/videoio/src/
cap_xine.cpp 144 uint8_t * addr_V = addr_U + size_UV;
155 addr_U++; addr_V++;
160 addr_V += one_zero;
164 yuv->imageData[ offset + 2 ] = *addr_V;
170 addr_V -= w_UV;

Completed in 2815 milliseconds