Home
last modified time | relevance | path

Searched refs:rp_end (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c658 int32_t count, rp_end; in png_read_filter_row_paeth4_msa() local
683 rp_end = row_info->rowbytes - 4; in png_read_filter_row_paeth4_msa()
685 for (count = 0; count < rp_end; count += 16) in png_read_filter_row_paeth4_msa()
729 int32_t count, rp_end; in png_read_filter_row_paeth3_msa() local
760 rp_end = row_info->rowbytes - 3; in png_read_filter_row_paeth3_msa()
762 for (count = 0; count < rp_end; count += 12) in png_read_filter_row_paeth3_msa()
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c658 int32_t count, rp_end; in png_read_filter_row_paeth4_msa() local
683 rp_end = row_info->rowbytes - 4; in png_read_filter_row_paeth4_msa()
685 for (count = 0; count < rp_end; count += 16) in png_read_filter_row_paeth4_msa()
729 int32_t count, rp_end; in png_read_filter_row_paeth3_msa() local
760 rp_end = row_info->rowbytes - 3; in png_read_filter_row_paeth3_msa()
762 for (count = 0; count < rp_end; count += 12) in png_read_filter_row_paeth3_msa()
/third_party/ffmpeg/libavcodec/
Dilbcdec.c1215 int16_t *rp_beg, *rp_end; in xcorr_coeff() local
1233 rp_end = &regressor[subl]; in xcorr_coeff()
1237 rp_end = &regressor[subl - 1]; in xcorr_coeff()
1306 energy += (unsigned)step * ((*rp_end * *rp_end - *rp_beg * *rp_beg) >> shifts); in xcorr_coeff()
1309 rp_end += step; in xcorr_coeff()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngrutil.c3995 png_bytep rp_end = row + row_info->rowbytes; in png_read_filter_row_paeth_1byte_pixel() local
4004 while (row < rp_end) in png_read_filter_row_paeth_1byte_pixel()
4047 png_bytep rp_end = row + bpp; in png_read_filter_row_paeth_multibyte_pixel() local
4052 while (row < rp_end) in png_read_filter_row_paeth_multibyte_pixel()
4059 rp_end = rp_end + (row_info->rowbytes - bpp); in png_read_filter_row_paeth_multibyte_pixel()
4061 while (row < rp_end) in png_read_filter_row_paeth_multibyte_pixel()
/third_party/skia/third_party/externals/libpng/
Dpngrutil.c3995 png_bytep rp_end = row + row_info->rowbytes; in png_read_filter_row_paeth_1byte_pixel() local
4004 while (row < rp_end) in png_read_filter_row_paeth_1byte_pixel()
4047 png_bytep rp_end = row + bpp; in png_read_filter_row_paeth_multibyte_pixel() local
4052 while (row < rp_end) in png_read_filter_row_paeth_multibyte_pixel()
4059 rp_end = rp_end + (row_info->rowbytes - bpp); in png_read_filter_row_paeth_multibyte_pixel()
4061 while (row < rp_end) in png_read_filter_row_paeth_multibyte_pixel()