Searched defs:rp_end (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dxcorr_coef.c43 int16_t *rp_beg, *rp_end; local
60 rp_end = regressor + subl;
64 rp_end = regressor + subl - 1;
134 Energy += step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts);
136 rp_end+=step;
/external/libpng/mips/
H A Dfilter_msa_intrinsics.c657 int32_t count, rp_end; local
682 rp_end = row_info->rowbytes - 4;
684 for (count = 0; count < rp_end; count += 16)
728 int32_t count, rp_end; local
759 rp_end = row_info->rowbytes - 3;
761 for (count = 0; count < rp_end; count += 12)
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h502 IndexType *rp_end ; /* a pointer to the end of a row */ local
675 rp_end = rp + Row [row].length ;
676 while (rp < rp_end)
966 IndexType *rp_end ; /* pointer to the end of a row */ local
1074 rp_end = rp + Row [row].length ;
1075 while (rp < rp_end)
1156 rp_end = rp + pivot_row_length ;
1157 while (rp < rp_end)
1235 rp_end = rp + pivot_row_length ;
1236 while (rp < rp_end)
1569 IndexType *rp_end ; /* pointer to the end of the row */ local
[all...]
/external/libpng/
H A Dpngrutil.c3851 png_bytep rp_end = row + row_info->rowbytes; local
3860 while (row < rp_end)
3900 png_bytep rp_end = row + bpp; local
3905 while (row < rp_end)
3912 rp_end += row_info->rowbytes - bpp;
3914 while (row < rp_end)
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c3849 png_bytep rp_end = row + row_info->rowbytes; local
3858 while (row < rp_end)
3898 png_bytep rp_end = row + bpp; local
3903 while (row < rp_end)
3910 rp_end += row_info->rowbytes - bpp;
3912 while (row < rp_end)
/external/skia/third_party/libpng/
H A Dpngrutil.c3849 png_bytep rp_end = row + row_info->rowbytes; local
3858 while (row < rp_end)
3898 png_bytep rp_end = row + bpp; local
3903 while (row < rp_end)
3910 rp_end += row_info->rowbytes - bpp;
3912 while (row < rp_end)

Completed in 176 milliseconds