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

<<21222324252627282930>>

  /external/libxml2/
xinclude.c 58 xmlNodePtr ref; /* the node making the reference in the source */ member in struct:_xmlXIncludeRef
189 * @ref: the XInclude reference
194 xmlXIncludeFreeRef(xmlXIncludeRefPtr ref) {
195 if (ref == NULL)
198 xmlGenericError(xmlGenericErrorContext, "Freeing ref\n");
200 if (ref->doc != NULL) {
202 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
204 xmlFreeDoc(ref->doc);
206 if (ref->URI != NULL)
207 xmlFree(ref->URI)
490 xmlXIncludeRefPtr ref; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c 267 struct r600_stencil_ref ref; local
274 ref.ref_value[0] = state->ref_value[0];
275 ref.ref_value[1] = state->ref_value[1];
276 ref.valuemask[0] = dsa->valuemask[0];
277 ref.valuemask[1] = dsa->valuemask[1];
278 ref.writemask[0] = dsa->writemask[0];
279 ref.writemask[1] = dsa->writemask[1];
281 r600_set_stencil_ref(ctx, &ref);
289 struct r600_stencil_ref ref; local
297 ref.ref_value[0] = rctx->stencil_ref.ref_value[0]
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 140 struct pipe_video_buffer *ref[2]; member in struct:pipe_mpeg12_picture_desc
205 struct pipe_video_buffer *ref[2]; member in struct:pipe_mpeg4_picture_desc
242 struct pipe_video_buffer *ref[2]; member in struct:pipe_vc1_picture_desc
285 struct pipe_video_buffer *ref[16]; member in struct:pipe_h264_picture_desc
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.h 134 const struct brw_wm_ref *ref; member in struct:brw_wm_constref
304 struct brw_wm_ref *ref );
  /external/toybox/toys/pending/
netstat.c 520 int flags, ref, use, metric, mss, win, irtt; local
530 is_more_info ? " MSS Window irtt" : "Metric Ref Use");
537 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt);
572 else xprintf("%-6d %-2d %7d %s\n", metric, ref, use, iface);
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 571 ExternalReference ref = i.InputExternalReference(0); local
572 __ CallCFunction(ref, num_parameters, 0);
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 434 ExternalReference ref = i.InputExternalReference(0); local
435 __ CallCFunction(ref, num_parameters);
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 231 Node* ref = jsgraph()->ExternalConstant(ExternalReference(f, isolate())); local
234 node->InsertInput(zone(), nargs + 1, ref); local
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 567 ExternalReference ref = i.InputExternalReference(0); local
568 __ CallCFunction(ref, num_parameters);
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 577 ExternalReference ref = i.InputExternalReference(0); local
578 __ CallCFunction(ref, num_parameters);
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 763 ExternalReference ref = i.InputExternalReference(0); local
764 __ CallCFunction(ref, num_parameters);
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 675 ExternalReference ref = i.InputExternalReference(0); local
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 490 ExternalReference ref = i.InputExternalReference(0); local
491 __ CallCFunction(ref, num_parameters);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 184 // Read from ref file.
185 T* ref = new T[length]; variable
186 ASSERT_EQ(length, fread(ref, sizeof(T), length, input_fp_));
188 ASSERT_EQ(0, memcmp(&test_results, ref, sizeof(T) * length));
189 delete [] ref;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 907 ogg_reference ref; local
908 ref.buffer = &buf;
909 ref.begin = 0;
910 ref.length = size;
911 ref.next = NULL;
914 pack.packet = &ref;
915 pack.bytes = ref.length;
993 ogg_reference ref; local
994 ref.buffer = &buf;
995 ref.begin = 0
1082 ogg_reference ref; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 121 void eLumaMotionComp(uint8 *ref, int picpitch, int picheight,
141 ref += y_pos * picpitch + x_pos;
143 eFullPelMC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
149 ref += y_pos * picpitch + x_pos;
151 eHorzInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dx);
156 ref += y_pos * picpitch + x_pos;
158 eVertInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dy);
163 ref += y_pos * picpitch + x_pos - 2; /* move to the left 2 pixels */
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight);
172 ref += (y_pos - 2) * picpitch + x_pos; /* move to up 2 lines *
1838 uint8 *ref, *out; local
1931 uint8 *ref, *out; local
1981 uint8 *ref, *out; local
    [all...]
motion_est.cpp 963 uint8 *ref, *cand, *ncand; local
992 ref = video->RefPicList0[DEFAULT_REF_IDX]->Sl; /* origin of actual frame */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur,
774 UChar *ref, *cand, *ncand = NULL, *cur8; local
801 ref = video->forwardRefVop->yChan; /* origin of actual frame */
840 ncand = ref + imin + jmin * lx;
847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
849 ncand = ref + imin + jmin * lx;
864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh);
865 ncand = ref + imin + jmin * lx;
883 cand = ref + i + j * lx;
906 cand = ref + i + j * lx
1269 UChar *cand, *ref; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 608 * [in] pRefFrArr - Pointer to Ref array storing neighbouring MVs for MV prediction
917 * [in] pSrcRefBufList - Pointer to List of ref buffer of co-located reference MB
961 OMX_U32 x, y, i, j, ref, OffX, OffY, OffSrc, OffRef; local
971 for (ref = 0; ref < ARM_VCM4P10_MAX_FRAMES; ref++)
973 if (pSrcRefBufList [ref] == NULL)
990 pSrcRefBufList [ref] + OffRef,
1004 ref,
1025 pRefFrArr [2 + (OffY >> 1)][2 + (OffX >> 1)] = ref;
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 507 if (Reference* ref = valueCast<Reference>(processedItem.get())) {
508 transformReferenceFromNamespace(parser, u"", ref);
932 Reference ref; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 50 import java.lang.ref.SoftReference;
652 SoftReference<Bitmap> ref = map.get(value); local
653 if (ref != null) {
654 return ref.get();
658 SoftReference<Bitmap> ref = sFrameworkBitmapCache.get(value); local
659 if (ref != null) {
660 return ref.get();
700 SoftReference<NinePatchChunk> ref = map.get(value); local
701 if (ref != null) {
702 return ref.get()
706 SoftReference<NinePatchChunk> ref = sFramework9PatchCache.get(value); local
    [all...]
  /frameworks/native/vulkan/libvulkan/
api.cpp 371 LayerRef ref; member in struct:vulkan::api::__anon29301::LayerChain::ActiveLayer
562 const Layer& l = *instance_layers[i].ref;
595 const Layer& l = *instance_layers[i].ref;
635 if (!layer.ref) {
637 layer.ref.~LayerRef();
653 get_instance_proc_addr_ = layer.ref.GetGetInstanceProcAddr();
669 next.ref.GetGetInstanceProcAddr();
677 get_instance_proc_addr_ = layer.ref.GetGetInstanceProcAddr();
678 get_device_proc_addr_ = layer.ref.GetGetDeviceProcAddr();
697 next.ref.GetGetInstanceProcAddr()
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c 281 int ref, mode; local
285 for (ref = LAST_FRAME; ref < MAX_REF_FRAMES; ++ref) {
287 const int inter_lvl = lvl_seg + lf->ref_deltas[ref] * scale
289 lfi->lvl[seg_id][ref][mode] = clamp(inter_lvl, 0, MAX_LOOP_FILTER);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 547 // Read in loop filter deltas applied at the MB level based on mode or ref
1097 const int ref = vp9_rb_read_literal(rb, REF_FRAMES_LOG2); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 242 int skip, ref; local
315 for (ref = 0; ref < 1 + is_compound; ++ref)
316 vp9_encode_mv(cpi, w, &mi->bmi[j].as_mv[ref].as_mv,
317 &mbmi->ref_mvs[mbmi->ref_frame[ref]][0].as_mv,
324 for (ref = 0; ref < 1 + is_compound; ++ref)
325 vp9_encode_mv(cpi, w, &mbmi->mv[ref].as_mv
    [all...]

Completed in 737 milliseconds

<<21222324252627282930>>