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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
xcorr_coef.c 43 int16_t *rp_beg, *rp_end; local
60 rp_end = &regressor[subl];
64 rp_end = &regressor[subl-1];
135 ((int32_t)(*rp_end)*(*rp_end)) - ((int32_t)(*rp_beg)*(*rp_beg)),
138 rp_end+=step;
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 509 Index *rp_end ; /* a pointer to the end of a row */ local
682 rp_end = rp + Row [row].length ;
683 while (rp < rp_end)
973 Index *rp_end ; \/* pointer to the end of a row *\/ local
1576 Index *rp_end ; \/* pointer to the end of the row *\/ local
    [all...]
  /external/libpng/
pngrutil.c 3817 png_bytep rp_end = row + row_info->rowbytes; local
3866 png_bytep rp_end = row + bpp; local
    [all...]

Completed in 59 milliseconds