Searched refs:out_n (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/gdx/jni/gdx2d/ |
D | stb_image.h | 4006 static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__uint32 raw_len, int out_n, … in stbi__create_png_image_raw() argument 4009 stbi__uint32 i,j,stride = x*out_n; in stbi__create_png_image_raw() 4014 STBI_ASSERT(out_n == s->img_n || out_n == s->img_n+1); in stbi__create_png_image_raw() 4015 if (x == 0 || y == 0 || out_n <= 0 || (out_n > (INT_MAX / x / y))) in stbi__create_png_image_raw() 4017 a->out = (stbi_uc *) stbi__malloc(x * y * out_n); // extra bytes to write off the end into in stbi__create_png_image_raw() 4039 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw() 4061 if (img_n != out_n) in stbi__create_png_image_raw() 4064 cur += out_n; in stbi__create_png_image_raw() 4065 prior += out_n; in stbi__create_png_image_raw() 4073 if (depth < 8 || img_n == out_n) { in stbi__create_png_image_raw() [all …]
|
/external/opencv/ml/src/ |
D | ml_inner_functions.cpp | 1752 int old_n, new_n, out_n; in cvCombineResponseMaps() local 1785 for (i = 0, j = 0, out_n = 0; i < old_n && j < new_n; out_n++) in cvCombineResponseMaps() 1797 out_n += old_n - i + new_n - j; in cvCombineResponseMaps() 1800 CV_CALL (*out_response_map = cvCreateMat (1, out_n, CV_32SC1)); in cvCombineResponseMaps() 1827 CV_ASSERT (free_response == out_n); in cvCombineResponseMaps()
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 2720 int d, clz_a, out_n; in IsImmLogical() local 2732 out_n = 0; in IsImmLogical() 2753 out_n = 1; in IsImmLogical() 2832 *n = out_n; in IsImmLogical()
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.cc | 5174 int d, clz_a, out_n; in IsImmLogical() local 5186 out_n = 0; in IsImmLogical() 5207 out_n = 1; in IsImmLogical() 5283 *n = out_n; in IsImmLogical()
|