• Home
  • Raw
  • Download

Lines Matching refs:src_rowstride

989                                   const uint8_t *src, int src_rowstride,  in get_average_luminance_alpha_unorm()  argument
1001 src += src_rowstride - width * 4; in get_average_luminance_alpha_unorm()
1010 const uint8_t *src, int src_rowstride, in get_rgba_endpoints_unorm() argument
1050 p += src_rowstride - width * 4; in get_rgba_endpoints_unorm()
1108 const uint8_t *src, int src_rowstride, in write_rgb_indices_unorm() argument
1153 src += src_rowstride - src_width * 4; in write_rgb_indices_unorm()
1164 const uint8_t *src, int src_rowstride, in write_alpha_indices_unorm() argument
1198 src += src_rowstride - src_width * 4; in write_alpha_indices_unorm()
1208 const uint8_t *src, int src_rowstride, in compress_rgba_unorm_block() argument
1216 get_average_luminance_alpha_unorm(src_width, src_height, src, src_rowstride, in compress_rgba_unorm_block()
1218 get_rgba_endpoints_unorm(src_width, src_height, src, src_rowstride, in compress_rgba_unorm_block()
1241 src, src_rowstride, in compress_rgba_unorm_block()
1245 src, src_rowstride, in compress_rgba_unorm_block()
1251 const uint8_t *src, int src_rowstride, in compress_rgba_unorm() argument
1266 src + x * 4 + y * src_rowstride, in compress_rgba_unorm()
1267 src_rowstride, in compress_rgba_unorm()
1322 const float *src, int src_rowstride) in get_average_luminance_float() argument
1332 src += (src_rowstride - width * 3 * sizeof (float)) / sizeof (float); in get_average_luminance_float()
1359 const float *src, int src_rowstride, in get_endpoints_float() argument
1390 p += (src_rowstride - width * 3 * sizeof (float)) / sizeof (float); in get_endpoints_float()
1436 const float *src, int src_rowstride, in write_rgb_indices_float() argument
1481 src += (src_rowstride - src_width * 3 * sizeof (float)) / sizeof (float); in write_rgb_indices_float()
1521 const float *src, int src_rowstride, in compress_rgb_float_block() argument
1532 get_average_luminance_float(src_width, src_height, src, src_rowstride); in compress_rgb_float_block()
1533 get_endpoints_float(src_width, src_height, src, src_rowstride, in compress_rgb_float_block()
1553 src, src_rowstride, in compress_rgb_float_block()
1559 const float *src, int src_rowstride, in compress_rgb_float() argument
1576 y * src_rowstride / sizeof (float), in compress_rgb_float()
1577 src_rowstride, in compress_rgb_float()