/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 283 * adjustment can only be applied in multiples of the tile size, we will OR 410 * to multiples of 4. 468 * to multiples of 4.
|
brw_blorp_blit.cpp | [all...] |
/external/v8/src/ |
bignum.cc | 482 // Start by removing multiples of 'other' until both numbers have the same 489 // Remove the multiples of the first digit. 490 // Example this = 23 and other equals 9. -> Remove 2 multiples.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
RbnfSampleRuleSets.java | 370 // words for multiples of 10 (notice that the tens digit is separated 382 // words for multiples of 100 (must be stated because they're 426 // ords for the multiples of 10: %%alt-ones inserts "et" 527 // rules for the multiples of 10. Notice that the ones digit [all...] |
/bionic/libc/bionic/ |
pthread_create.cpp | 148 // Make sure the stack size and guard size are multiples of PAGE_SIZE.
|
/external/eigen/Eigen/src/Core/util/ |
BlasUtil.h | 149 * In particular it allows to pop out operator-, scalar multiples,
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_gemm_kernel.h | 21 * - lda and ldc must be multiples of the respective packet size
|
/external/icu/icu4c/source/i18n/ |
collationdatawriter.cpp | 190 // not automatically multiples of 8 bytes and which are placed before the CEs.
|
/external/libhevc/common/arm/ |
ihevc_inter_pred_chroma_copy_w16out.s | 118 tst r12,#7 @conditional check for wd (multiples)
|
/external/libhevc/common/arm64/ |
ihevc_inter_pred_chroma_copy_w16out.s | 125 tst x12,#7 //conditional check for wd (multiples)
|
ihevc_inter_pred_luma_copy_w16out.s | 98 tst x12,#7 //conditional check for wd (multiples)
|
/external/libnfc-nxp/inc/ |
phNfcConfig.h | 210 * in Multiples of the value provided to TIMER_RESOLUTION
|
/external/netperf/doc/examples/ |
packet_byte_script | 84 # and now multiples of the mss and that plus one
|
/external/vboot_reference/firmware/lib21/ |
common.c | 36 /* Make sure sizes are all multiples of 32 bits */
|
/packages/apps/Camera2/src/com/android/camera/util/ |
JpegUtilNative.java | 61 * rendered in scanline order. Only rotations which are multiples of
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Buffers.c | 431 /* multiples of the frame size */ [all...] |
/external/pdfium/third_party/libtiff/ |
tif_jpeg.c | [all...] |
/external/ImageMagick/ImageMagick/api/ |
morphology.html | 154 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd> 166 <dd> The 3x3 kernels (most of these) can be circularly rotated in multiples of 45 degrees to generate the 8 angled varients of each of the kernels. </dd> 272 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd> [all...] |
/external/ImageMagick/www/api/ |
morphology.html | 158 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd> 170 <dd> The 3x3 kernels (most of these) can be circularly rotated in multiples of 45 degrees to generate the 8 angled varients of each of the kernels. </dd> 276 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd> [all...] |
morphology.php | 154 <dd> Comet:{width},{sigma},{angle} Blur in one direction only, much like how a bright object leaves a comet like trail. The Kernel is actually half a gaussian curve, Adding two such blurs in opposite directions produces a Blur Kernel. Angle can be rotated in multiples of 90 degrees. </dd> 166 <dd> The 3x3 kernels (most of these) can be circularly rotated in multiples of 45 degrees to generate the 8 angled varients of each of the kernels. </dd> 272 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd> [all...] |
/art/tools/dmtracedump/ |
createtesttrace.cc | 356 /* Assign method ids in multiples of 4 */
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
YuvImageTest.java | 67 // mRects[2] : sides are not multiples of 16
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
native-media-jni.c | 277 * We want to read whole packets (integral multiples of MPEG2_TS_PACKET_SIZE).
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3bitset.c | 99 // in multiples of ANTLR3_UINT64.
|
/external/bison/lib/ |
obstack.c | 134 Objects start on multiples of ALIGNMENT (0 means use default).
|