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

  /external/dng_sdk/source/
dng_pixel_buffer.cpp 44 uint32 &count0,
61 uint32 sRange = Abs_int32 (sStep0) * (count0 - 1) +
65 uint32 dRange = Abs_int32 (dStep0) * (count0 - 1) +
76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
79 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
127 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
130 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
171 if (count0 == 1) step0 = 0xFFFFFFFF;
233 count [0] = count0;
237 count0 = count [index0]
    [all...]
dng_utils.cpp 455 uint32 count0 = 1; local
465 count0,
472 DNG_ASSERT (count0 == 1, "OptimizeOrder logic error");
588 uint32 count0 = tile.H (); local
612 count0,
630 for (uint32 index0 = 0; index0 < count0; index0++)
dng_pixel_buffer.h 38 uint32 &count0,
50 uint32 &count0,
59 uint32 &count0,
dng_bottlenecks.h 559 uint32 count0,
    [all...]
dng_reference.h 509 uint32 count0,
dng_reference.cpp     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 242 const int count0 = temporal_predictor_count[i][0]; local
245 t_nopred_prob[i] = get_binary_prob(count0, count1);
248 t_pred_cost += count0 * vp9_cost_zero(t_nopred_prob[i]) +
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 408 GLuint count0 = curProg->Instructions[j][i].ArgCount[0]; local
410 fprintf(stderr, "%2d %04X %s %d %04X %s %d\n", i, op0, op0_enum, count0,
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 181 OutputCountPatternSpec (int count0, int count1);
191 OutputCountPatternSpec::OutputCountPatternSpec (int count0, int count1)
193 pattern.push_back(count0);
    [all...]

Completed in 168 milliseconds