HomeSort by relevance Sort by last modified time
    Searched full:flat (Results 76 - 100 of 1211) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/fio/examples/
ssd-steadystate.fio 5 # us a good idea of the ideal write performance, you should see flat graph
  /external/kernel-headers/original/uapi/linux/
flat.h 7 * support uClinux flat-format executables.
  /external/libjpeg-turbo/win/
jconfig.h.in 30 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 282 v16u8 mask, hev, flat; local
300 hev, mask, flat);
314 v16u8 mask, hev, flat; local
341 hev, mask, flat);
361 v16u8 mask, hev, flat, thresh, limit, b_limit; local
369 hev, mask, flat);
386 v16u8 mask, hev, flat, thresh, limit, b_limit; local
402 hev, mask, flat);
439 v16u8 mask, hev, flat, thresh, limit, b_limit; local
457 hev, mask, flat);
506 v16u8 mask, hev, flat, thresh, limit, b_limit; local
622 v16u8 mask, hev, flat, thresh, limit, b_limit; local
666 v16u8 mask, hev, flat, thresh, limit, b_limit; local
    [all...]
  /external/pdfium/third_party/libjpeg/
jconfig.h 20 #undef NEED_FAR_POINTERS /* we presume a 32-bit flat memory model */
  /external/skia/src/gpu/glsl/
GrGLSLVarying.h 106 this->internalAddVarying(name, varying, precision, false /*flat*/);
112 * Flat interpolation is not always supported and the user must check the caps before using.
118 this->internalAddVarying(name, varying, precision, true /*flat*/);
170 void internalAddVarying(const char* name, GrGLSLVarying*, GrSLPrecision, bool flat);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 7 * support uClinux flat-format executables.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 7 * support uClinux flat-format executables.
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2-sources.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
equ.s 30 mov eax, FLAT:[r]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afblue.dat 78 // round and flat curves.
259 // Characters in a blue string are automatically classified as having a flat
261 // up by the mean values of all flat extrema and all round extrema,
269 // Take the maximum flat and round coordinate values of the blue string
276 // Ignore round extrema and define the blue zone with flat values only.
281 // If not set, both round and flat extrema are taken into account.
320 // Take the maximum flat and round coordinate values of the blue string
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_mb_horiz_dspr2.c 29 uint32_t hev, flat, flat2; local
114 &hev, &mask, &flat);
119 if (((flat2 == 0) && (flat == 0) && (mask != 0)) ||
120 ((flat2 != 0) && (flat == 0) && (mask != 0))) {
136 } else if ((flat2 == 0XFFFFFFFF) && (flat == 0xFFFFFFFF) &&
187 } else if ((flat2 == 0) && (flat == 0xFFFFFFFF) && (mask == 0xFFFFFFFF)) {
215 } else if ((flat2 == 0) && (flat != 0) && (mask != 0)) {
230 if (mask & flat & 0x000000FF) {
279 if (mask & flat & 0x0000FF00) {
320 if (mask & flat & 0x00FF0000)
    [all...]
loopfilter_mb_vert_dspr2.c 28 uint32_t mask, hev, flat, flat2; local
252 &hev, &mask, &flat);
257 if (((flat2 == 0) && (flat == 0) && (mask != 0)) ||
258 ((flat2 != 0) && (flat == 0) && (mask != 0))) {
262 } else if ((flat2 == 0XFFFFFFFF) && (flat == 0xFFFFFFFF) &&
280 } else if ((flat2 == 0) && (flat == 0xFFFFFFFF) && (mask == 0xFFFFFFFF)) {
291 } else if ((flat2 == 0) && (flat != 0) && (mask != 0)) {
306 if (mask & flat & 0x000000FF) {
353 if (mask & flat & 0x0000FF00) {
392 if (mask & flat & 0x00FF0000)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_mblpf_horiz_loopfilter_dspr2.c 30 uint32_t hev, flat, flat2; local
115 &hev, &mask, &flat);
120 if (((flat2 == 0) && (flat == 0) && (mask != 0)) ||
121 ((flat2 != 0) && (flat == 0) && (mask != 0))) {
137 } else if ((flat2 == 0XFFFFFFFF) && (flat == 0xFFFFFFFF) &&
188 } else if ((flat2 == 0) && (flat == 0xFFFFFFFF) && (mask == 0xFFFFFFFF)) {
216 } else if ((flat2 == 0) && (flat != 0) && (mask != 0)) {
231 if (mask & flat & 0x000000FF) {
280 if (mask & flat & 0x0000FF00) {
321 if (mask & flat & 0x00FF0000)
    [all...]
vp9_mblpf_vert_loopfilter_dspr2.c 29 uint32_t mask, hev, flat, flat2; local
253 &hev, &mask, &flat);
258 if (((flat2 == 0) && (flat == 0) && (mask != 0)) ||
259 ((flat2 != 0) && (flat == 0) && (mask != 0))) {
263 } else if ((flat2 == 0XFFFFFFFF) && (flat == 0xFFFFFFFF) &&
281 } else if ((flat2 == 0) && (flat == 0xFFFFFFFF) && (mask == 0xFFFFFFFF)) {
292 } else if ((flat2 == 0) && (flat != 0) && (mask != 0)) {
307 if (mask & flat & 0x000000FF) {
354 if (mask & flat & 0x0000FF00) {
393 if (mask & flat & 0x00FF0000)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDKernelCodeT.h 145 /// the GPU flat scratch (SH_STATIC_MEM_CONFIG.ELEMENT_SIZE). This
292 /// compute the absolute and flat work-group and work-item id, and the dim
337 /// - Num records: Flat Scratch Work Item Size / Element Size (???)
369 /// Flat Scratch Init (enable_sgpr_flat_scratch_init):
377 /// SGPRn-4 for use as the FLAT SCRATCH BASE in flat memory instructions.
385 /// The kernel code must move to SGPRn-3 for use as the FLAT SCRATCH SIZE in
386 /// flat memory instructions. Having CP load it once avoids loading it at
404 /// the second SGPR of Flat Scratch Init. However, it is need for PI which
405 /// changes meaning of Flat Scratchg Init..
    [all...]
  /device/google/contexthub/firmware/src/drivers/window_orientation/
window_orientation.c 135 bool flat; member in struct:WindowOrientationTask
239 // The last flat state (time since picked up) must have been sufficiently
283 mTask.flat = false;
394 bool accelerating, flat, swinging; local
440 flat = false;
470 // Determine whether the device appears to be flat or swinging.
472 flat = true;
527 mTask.flat = flat;
  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_mb_neon.asm 62 ; flat && mask were not set for any of the channels. Just store the values
184 ; flat && mask were not set for any of the channels. Just store the values
353 vcge.u8 d20, d30, d20 ; flat
362 vand d16, d20, d19 ; flat && mask
392 vand d17, d18, d16 ; flat2 && flat && mask
445 ; mbfilter flat && mask branch
486 vbif d18, d5, d16 ; t_op2 |= p2 & ~(flat & mask)
487 vbif d19, d25, d16 ; t_op1 |= f_op1 & ~(flat & mask)
488 vbif d20, d24, d16 ; t_op0 |= f_op0 & ~(flat & mask)
489 vbif d21, d23, d16 ; t_oq0 |= f_oq0 & ~(flat & mask
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_mb_lpf_neon.asm 62 ; flat && mask were not set for any of the channels. Just store the values
184 ; flat && mask were not set for any of the channels. Just store the values
353 vcge.u8 d20, d30, d20 ; flat
362 vand d16, d20, d19 ; flat && mask
392 vand d17, d18, d16 ; flat2 && flat && mask
445 ; mbfilter flat && mask branch
486 vbif d18, d5, d16 ; t_op2 |= p2 & ~(flat & mask)
487 vbif d19, d25, d16 ; t_op1 |= f_op1 & ~(flat & mask)
488 vbif d20, d24, d16 ; t_op0 |= f_op0 & ~(flat & mask)
489 vbif d21, d23, d16 ; t_oq0 |= f_oq0 & ~(flat & mask
    [all...]
  /external/freetype/src/autofit/
afblue.dat 216 // Characters in a blue string are automatically classified as having a flat
218 // up by the mean values of all flat extrema and all round extrema,
226 // Take the maximum flat and round coordinate values of the blue string
233 // Ignore round extrema and define the blue zone with flat values only.
238 // If not set, both round and flat extrema are taken into account.
277 // Take the maximum flat and round coordinate values of the blue string
  /external/libcap/libcap/
cap_text.c 26 #define raise_cap_mask(flat, c) (flat)[CAP_TO_INDEX(c)] |= CAP_TO_MASK(c)
32 a->u[n].flat[set] |= b[n];
40 a->u[n].flat[set] &= ~b[n];
54 static void forceall(__u32 *flat, __u32 value, unsigned blks)
58 for (n = blks; n--; flat[n] = value);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp 85 /* threshold rearrangement for flat region adjacent to non-flat region */
139 /* threshold rearrangement for flat region adjacent to non-flat region */
201 /* threshold rearrangement for flat region adjacent to non-flat region */
  /external/mesa3d/docs/
perf.html 32 flat or smooth shading
39 flat shading
  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 93 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode);
94 assertEquals(classUnderTest + " string must must have same hashCode as the flat string",
  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 56 * The position of the item in the flat list (optional, used internally when
57 * the corresponding flat list position for the group or child is known)

Completed in 1050 milliseconds

1 2 34 5 6 7 8 91011>>