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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chv_filter.cpp 190 uint8 *ptr, *ptr_e; local
225 ptr_e = ptr + 8; /* pointer to where the loop ends */
283 while (++ptr < ptr_e);
322 while (++ptr < ptr_e);
341 ptr_e = ptr + (width << 3);
399 while ((ptr += width) < ptr_e);
438 while ((ptr += width) < ptr_e);
467 uint8 *ptr, *ptr_e; local
502 ptr_e = ptr + 8; /* pointer to where the loop ends */
560 while (++ptr < ptr_e);
    [all...]
  /external/opencv3/modules/calib3d/src/
fisheye.cpp     [all...]

Completed in 86 milliseconds