HomeSort by relevance Sort by last modified time
    Searched defs:ref (Results 351 - 375 of 1346) sorted by null

<<11121314151617181920>>

  /external/libdrm/nouveau/
nouveau.c 782 struct nouveau_bo *ref = *pref; local
786 if (ref) {
787 if (atomic_dec_and_test(&nouveau_bo(ref)->refcnt))
788 nouveau_bo_del(ref);
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 602 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT local
611 pos[j] += ref[j];
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 484 const int ref = is_inter_block(mbmi); local
486 td->rd_counts.coef_counts[tx_size][type][ref];
488 cpi->common.fc->coef_probs[tx_size][type][ref];
490 td->counts->eob_branch[tx_size][type][ref];
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 14 #define CALC_MSE_B(src, ref, var) { \
18 ILVRL_B2_UB(src, ref, src_l0_m, src_l1_m); \
23 #define CALC_MSE_AVG_B(src, ref, var, sub) { \
27 ILVRL_B2_UB(src, ref, src_l0_m, src_l1_m); \
47 v16u8 ref = { 0 }; local
58 INSERT_W4_UB(ref0, ref1, ref2, ref3, ref);
59 CALC_MSE_AVG_B(src, ref, var, avg);
99 v16u8 src, ref; local
106 ref = LD_UB(ref_ptr);
108 CALC_MSE_AVG_B(src, ref, var, avg)
342 v16u8 ref = { 0 }; local
386 v16u8 src, ref; local
495 v16i8 ref = { 0 }; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 488 uint8_t *src, *dst, *con, *res, *ref; local
493 ref = align_malloc(stride, stride);
516 write_vec(type, ref, fref);
525 if(!compare_vec(type, res, ref)) {
548 fprintf(stderr, " Ref: ");
549 dump_vec(stderr, type, ref);
557 align_free(ref);
560 uint8_t *src, *dst, *con, *res, *ref; local
565 ref = align_malloc(4*stride, stride);
595 write_elem(type, ref + j*stride, k, fref[j])
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 335 * \param ref the stencil reference value
337 * values and ref value are to be used.
343 unsigned ref, unsigned valMask)
353 refs[j] = ref & valMask;
419 * \param ref the stencil reference value
425 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask)
436 refs[j] = ref;
614 ubyte ref, wrtMask, valMask; local
631 ref = softpipe->stencil_ref.ref_value[face];
638 passMask = do_stencil_test(data, func, ref, valMask)
    [all...]
  /external/skia/tools/
create_test_font.cpp 183 unsigned ref = 10; local
184 while (ref <= num) {
186 ref *= 10;
  /external/toybox/toys/pending/
route.c 107 int flags, ref, use, metric, mss, win, irtt, items; local
114 (toys.optflags & FLAG_e)? " MSS Window irtt" : "Metric Ref Use");
118 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11)
137 else xprintf("%-6d %-2d %7d %s\n", metric, ref, use, iface);
404 "%-43s%-40s Flags Metric Ref Use Iface\n", "Destination", "Next Hop");
  /external/tremolo/Tremolo/
ogg.h 97 ogg_reference *ref; member in struct:oggbyte_buffer
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 219 ExternalReference ref = ExternalReference( local
221 __ Mov(api_function_address, ref);
696 ExternalReference ref = ExternalReference(&fun, type, isolate()); local
697 __ Mov(getter_address_reg, ref);
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 32 UINT ref; member in struct:ndis_events_data
121 events->ref = 1;
172 return ++events->ref;
180 if (--events->ref != 0)
181 return events->ref;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 297 image (ref) is read at correct position and the predicted part
303 u8 *ref,
326 ASSERT(ref);
331 h264bsdFillBlock(ref, block, x0, y0, width, height,
333 ref += width * height;
334 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1),
338 ref = block;
351 ptrA = ref + (comp * height + (u32)y0) * width + x0;
430 u8 *ref; local
450 ref = refPic->data + 256 * refPic->width * refPic->height
1985 u8 *partData, *ref; local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityTransitionState.java 27 import java.lang.ref.WeakReference;
116 WeakReference<ExitTransitionCoordinator> ref = new WeakReference(exitTransitionCoordinator); local
126 mExitTransitionCoordinators.append(newKey, ref);
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 282 SkPixelRef* ref = nativeBitmap.pixelRef(); local
283 if (ref == NULL) {
288 SkSafeRef(ref);
289 ref->lockPixels();
297 pixmap.data = (uint8_t*)ref->pixels();
305 _env->SetLongField(out_sur, gSurface_NativePixelRefFieldID, reinterpret_cast<jlong>(ref));
307 ref->unlockPixels();
308 SkSafeUnref(ref);
452 SkPixelRef* ref = (SkPixelRef*)(_env->GetLongField(surface, local
454 if (ref) {
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoDeserializer.cpp 163 const pb::Reference& pbRef = pbItem.ref();
164 std::unique_ptr<Reference> ref = util::make_unique<Reference>(); local
165 if (!deserializeReferenceFromPb(pbRef, ref.get())) {
168 return std::move(ref);
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 60 auto ref = getStringOperand(m); local
61 char *c = new char[ref.size() + 1];
62 memcpy(c, ref.data(), ref.size());
63 c[ref.size()] = '\0';
  /frameworks/multidex/library/test/src/android/support/multidex/
ZipUtilTest.java 94 Enumeration<? extends ZipEntry> ref = zip.entries(); local
95 while (ref.hasMoreElements()) {
96 ZipEntry refEntry = ref.nextElement();
114 Enumeration<? extends ZipEntry> ref = zip.entries(); local
116 while (ref.hasMoreElements()) {
117 ZipEntry refEntry = ref.nextElement();
144 Enumeration<? extends ZipEntry> ref = zip.entries(); local
146 while (ref.hasMoreElements()) {
147 ZipEntry refEntry = ref.nextElement();
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 418 VAPictureH264 *ref = sliceParam->RefPicList0; local
425 for (int32_t j = 0; j <= activeMinus1; j++, ref++) {
426 if (!(ref->flags & VA_PICTURE_H264_INVALID)) {
427 ref->picture_id = findSurface(ref);
428 if (ref->picture_id == VA_INVALID_SURFACE) {
434 WTRACE("Reference frame %d is missing. Use last reference", getPOC(ref));
435 ref->picture_id = mLastReference->renderBuffer.surface;
437 ETRACE("Reference frame %d is missing. Stop decoding.", getPOC(ref));
444 ref = sliceParam->RefPicList1
453 VAPictureH264 *ref = picParam->ReferenceFrames; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 344 uint8_t ref[kOutputStride * kMaxDimension]; local
354 ref, kOutputStride,
377 ASSERT_EQ(ref[y * kOutputStride + x], out[y * kOutputStride + x])
389 uint8_t ref[kOutputStride * kMaxDimension]; local
391 // Populate ref and out with some random data
398 ref[y * kOutputStride + x] = r;
413 ref, kOutputStride,
436 ASSERT_EQ(ref[y * kOutputStride + x], out[y * kOutputStride + x])
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_postproc.c 437 char *ref = (char *)(noise + (rand() & 0xff)); // NOLINT local
446 pos[j] += ref[j];
vp9_reconinter.c 71 int w, int h, int ref,
74 sf->predict[subpel_x != 0][subpel_y != 0][ref](
83 int w, int h, int ref,
97 sf, w, h, ref, kernel, sf->x_step_q4, sf->y_step_q4);
150 int ref; local
152 for (ref = 0; ref < 1 + is_compound; ++ref) {
153 const struct scale_factors *const sf = &xd->block_refs[ref]->sf;
154 struct buf_2d *const pre_buf = &pd->pre[ref];
254 int ref; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 228 const int ref = is_inter_block(mbmi); local
230 cpi->coef_counts[tx_size][type][ref];
232 cpi->common.fc.coef_probs[tx_size][type][ref];
234 cpi->common.counts.eob_branch[tx_size][type][ref];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceQueueTest.java 18 package org.apache.harmony.tests.java.lang.ref;
20 import java.lang.ref.PhantomReference;
21 import java.lang.ref.Reference;
22 import java.lang.ref.ReferenceQueue;
23 import java.lang.ref.SoftReference;
24 import java.lang.ref.WeakReference;
26 import libcore.java.lang.ref.FinalizationTester;
58 * java.lang.ref.ReferenceQueue#poll()
105 * java.lang.ref.ReferenceQueue#remove()
152 * java.lang.ref.ReferenceQueue#remove(long
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
Util.java 29 import java.lang.ref.SoftReference;
261 SoftReference<SelectorWrapper> ref = localSelector.get(); local
264 if (ref == null
265 || ((selWrapper = ref.get()) == null)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc.h 47 __u32 ref; member in struct:tipc_portid

Completed in 1165 milliseconds

<<11121314151617181920>>