Searched defs:refs (Results 51 - 75 of 95) sorted by relevance

1234

/external/libvpx/libvpx/test/
H A Dsad_test.cc169 const uint8_t* refs[] = {GetReference(0), GetReference(1), local
173 refs, reference_stride_,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.h242 struct brw_wm_ref *refs; member in struct:brw_wm_compile
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c210 int refs; /* reference count */ member in struct:dlstatus
476 else if ((dls->module == 0) || (dls->refs == 0))
503 dls->refs = 0;
552 dls->refs++;
985 if ((dls = lookupStatus(sbuf)) && (dls->refs > 0))
1140 if (dls->refs == 1)
1159 dls->refs--;
/external/webp/src/enc/
H A Dhistogram.c65 void VP8LHistogramStoreRefs(const VP8LBackwardRefs* const refs, argument
67 VP8LRefsCursor c = VP8LRefsCursorInit(refs);
75 const VP8LBackwardRefs* const refs,
81 VP8LHistogramStoreRefs(refs, p);
680 const VP8LBackwardRefs* const refs,
715 HistogramBuild(xsize, histo_bits, refs, orig_histo);
74 VP8LHistogramCreate(VP8LHistogram* const p, const VP8LBackwardRefs* const refs, int palette_code_bits) argument
679 VP8LGetHistoImageSymbols(int xsize, int ysize, const VP8LBackwardRefs* const refs, int quality, int histo_bits, int cache_bits, VP8LHistogramSet* const image_histo, uint16_t* const histogram_symbols) argument
H A Dbackward_references.c80 static void ClearBackwardRefs(VP8LBackwardRefs* const refs) { argument
81 assert(refs != NULL);
82 if (refs->tail_ != NULL) {
83 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once
85 refs->free_blocks_ = refs->refs_;
86 refs->tail_ = &refs->refs_;
87 refs
91 VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) argument
101 VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) argument
109 VP8LRefsCursorInit(const VP8LBackwardRefs* const refs) argument
130 BackwardRefsNewBlock(VP8LBackwardRefs* const refs) argument
152 BackwardRefsCursorAdd(VP8LBackwardRefs* const refs, const PixOrCopy v) argument
317 PushBackCopy(VP8LBackwardRefs* const refs, int length) argument
327 BackwardReferencesRle(int xsize, int ysize, const uint32_t* const argb, VP8LBackwardRefs* const refs) argument
349 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
490 CostModelBuild(CostModel* const m, int xsize, int ysize, int recursion_level, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
560 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint32_t* const dist_array) argument
701 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
775 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
807 BackwardReferences2DLocality(int xsize, const VP8LBackwardRefs* const refs) argument
880 ComputeCacheEntropy(const uint32_t* const argb, int xsize, int ysize, const VP8LBackwardRefs* const refs, int cache_bits) argument
936 VP8LCalculateEstimateForCacheSize(const uint32_t* const argb, int xsize, int ysize, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, int* const best_cache_bits) argument
[all...]
H A Dvp8l.c432 VP8LBackwardRefs* const refs,
439 VP8LRefsCursor c = VP8LRefsCursorInit(refs);
490 VP8LBackwardRefs* refs; local
503 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, 1,
505 if (refs == NULL) {
510 VP8LHistogramStoreRefs(refs, histogram_image->histograms[0]);
544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols,
575 VP8LBackwardRefs refs; local
583 VP8LBackwardRefsInit(&refs, refs_array[0].block_size_);
590 // 'best_refs' is the reference to the best backward refs an
430 StoreImageToBitMask( VP8LBitWriter* const bw, int width, int histo_bits, VP8LBackwardRefs* const refs, const uint16_t* histogram_symbols, const HuffmanTreeCode* const huffman_codes) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Ddojo-1.6.1.js2493 var result = [], roots = [{cls: 0, refs: []}], nameMap = {}, clsCount = 1,
2494 l = bases.length, i = 0, j, lin, base, top, proto, rec, name, refs;
2514 nameMap[name] = {count: 0, refs: [], cls: lin[j]};
2519 rec.refs.push(top);
2525 roots[0].refs.push(top);
2534 while(refs = top.refs, refs.length == 1){
2535 top = refs[0];
2546 for(i = 0, l = refs
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp152 Buffer_pPick refs; // points to Pick member in class:SymbolTable
174 if (!refs[i]){ // exist name, no ref
178 *ref = refs[i];
194 refs.append(var_ref);
197 refs[i] = var_ref; // link definition with variable
201 refs[i] = var_ref;
213 if (refs[i] == NULL){
225 int s = refs.content_size();
227 delete refs[i]; // TOFIX: point alias/recursion problem
229 refs
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c80 static void ClearBackwardRefs(VP8LBackwardRefs* const refs) { argument
81 assert(refs != NULL);
82 if (refs->tail_ != NULL) {
83 *refs->tail_ = refs->free_blocks_; // recycle all blocks at once
85 refs->free_blocks_ = refs->refs_;
86 refs->tail_ = &refs->refs_;
87 refs
91 VP8LBackwardRefsClear(VP8LBackwardRefs* const refs) argument
101 VP8LBackwardRefsInit(VP8LBackwardRefs* const refs, int block_size) argument
109 VP8LRefsCursorInit(const VP8LBackwardRefs* const refs) argument
130 BackwardRefsNewBlock(VP8LBackwardRefs* const refs) argument
152 BackwardRefsCursorAdd(VP8LBackwardRefs* const refs, const PixOrCopy v) argument
317 PushBackCopy(VP8LBackwardRefs* const refs, int length) argument
327 BackwardReferencesRle(int xsize, int ysize, const uint32_t* const argb, VP8LBackwardRefs* const refs) argument
349 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
490 CostModelBuild(CostModel* const m, int xsize, int ysize, int recursion_level, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
560 BackwardReferencesHashChainDistanceOnly( int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, uint32_t* const dist_array) argument
701 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
775 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs) argument
807 BackwardReferences2DLocality(int xsize, const VP8LBackwardRefs* const refs) argument
880 ComputeCacheEntropy(const uint32_t* const argb, int xsize, int ysize, const VP8LBackwardRefs* const refs, int cache_bits) argument
936 VP8LCalculateEstimateForCacheSize(const uint32_t* const argb, int xsize, int ysize, int quality, VP8LHashChain* const hash_chain, VP8LBackwardRefs* const refs, int* const best_cache_bits) argument
[all...]
H A Dvp8l.c432 VP8LBackwardRefs* const refs,
439 VP8LRefsCursor c = VP8LRefsCursorInit(refs);
490 VP8LBackwardRefs* refs; local
503 refs = VP8LGetBackwardReferences(width, height, argb, quality, 0, 1,
505 if (refs == NULL) {
510 VP8LHistogramStoreRefs(refs, histogram_image->histograms[0]);
544 err = StoreImageToBitMask(bw, width, 0, refs, histogram_symbols,
575 VP8LBackwardRefs refs; local
583 VP8LBackwardRefsInit(&refs, refs_array[0].block_size_);
590 // 'best_refs' is the reference to the best backward refs an
430 StoreImageToBitMask( VP8LBitWriter* const bw, int width, int histo_bits, VP8LBackwardRefs* const refs, const uint16_t* histogram_symbols, const HuffmanTreeCode* const huffman_codes) argument
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h526 int standalone; /* standalone document (no external refs)
538 void *refs; /* Hash table for IDREFs attributes if any */ member in struct:_xmlDoc
/external/chromium_org/third_party/skia/tests/
H A DPictureTest.cpp367 // colors[], find the corresponding value in refs[] and append that ref into
372 static void gather_from_image(const SkBitmap& bm, SkPixelRef* const refs[], argument
414 *array->append() = refs[i];
458 static void create_textures(SkBitmap* bm, SkPixelRef** refs, int num, int w, int h) { argument
469 refs[i] = bm[i].pixelRef();
475 refs[num+i] = bm[num+i].pixelRef();
487 SkPixelRef* refs[2*N]; local
494 create_textures(bm, refs, N, IW, IH);
518 REPORTER_ASSERT(reporter, gatheredRefs[0] == refs[i]);
521 (gatheredRefs[0] == refs[
592 SkPixelRef* refs[2*N]; local
[all...]
/external/libxml2/include/libxml/
H A Dtree.h563 int standalone; /* standalone document (no external refs)
575 void *refs; /* Hash table for IDREFs attributes if any */ member in struct:_xmlDoc
/external/skia/tests/
H A DPictureTest.cpp367 // colors[], find the corresponding value in refs[] and append that ref into
372 static void gather_from_image(const SkBitmap& bm, SkPixelRef* const refs[], argument
414 *array->append() = refs[i];
458 static void create_textures(SkBitmap* bm, SkPixelRef** refs, int num, int w, int h) { argument
469 refs[i] = bm[i].pixelRef();
475 refs[num+i] = bm[num+i].pixelRef();
487 SkPixelRef* refs[2*N]; local
494 create_textures(bm, refs, N, IW, IH);
518 REPORTER_ASSERT(reporter, gatheredRefs[0] == refs[i]);
521 (gatheredRefs[0] == refs[
592 SkPixelRef* refs[2*N]; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar ... runtime.CoreException org.osgi.framework.ServiceReference[] refs org.eclipse.osgi.service.datalocation. ...
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... .Filter serviceFilter org.osgi.framework.ServiceReference[] refs int i public void stop (org.osgi.framework ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar ... serviceName Object service org.osgi.framework.ServiceReference[] refs org.osgi.framework.ServiceReference[] refs org. ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libcxx/src/
H A Dlocale.cpp147 explicit __imp(size_t refs = 0);
148 explicit __imp(const string& name, size_t refs = 0);
172 locale::__imp::__imp(size_t refs) argument
173 : facet(refs),
208 locale::__imp::__imp(const string& name, size_t refs) argument
209 : facet(refs),
654 collate_byname<char>::collate_byname(const char* n, size_t refs) argument
655 : collate<char>(refs),
665 collate_byname<char>::collate_byname(const string& name, size_t refs) argument
666 : collate<char>(refs),
706 collate_byname(const char* n, size_t refs) argument
717 collate_byname(const string& name, size_t refs) argument
901 ctype(const mask* tab, bool del, size_t refs) argument
1093 ctype_byname(const char* name, size_t refs) argument
1104 ctype_byname(const string& name, size_t refs) argument
1150 ctype_byname(const char* name, size_t refs) argument
1161 ctype_byname(const string& name, size_t refs) argument
1425 codecvt(size_t refs) argument
1431 codecvt(const char* nm, size_t refs) argument
4172 numpunct(size_t refs) argument
4179 numpunct(size_t refs) argument
4211 numpunct_byname(const char* nm, size_t refs) argument
4217 numpunct_byname(const string& nm, size_t refs) argument
4254 numpunct_byname(const char* nm, size_t refs) argument
4260 numpunct_byname(const string& nm, size_t refs) argument
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4627 mach_port_urefs_t refs; member in struct:__anon31718
4634 PRINT("got refs=%d", reply->refs);
4689 VG_(printf)("UNKNOWN remote port mod refs\n");
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2440 const int refs[2] = { mbmi->ref_frame[0], local
2458 ref_mv[ref] = mbmi->ref_mvs[refs[ref]][0];
2471 frame_mv[refs[ref]].as_int = single_newmv[refs[ref]].as_int;
2497 &frame_mv[refs[!id]].as_mv,
2509 tmp_mv = frame_mv[refs[id]].as_mv;
2547 frame_mv[refs[id]].as_mv = tmp_mv;
2564 *rate_mv += vp9_mv_bit_cost(&frame_mv[refs[ref]].as_mv,
2565 &mbmi->ref_mvs[refs[ref]][0].as_mv,
2605 int refs[ local
[all...]
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c115 xmlHashTablePtr refs; /* references */ member in struct:_xmlRelaxNGGrammar
166 xmlRelaxNGDefinePtr nextHash; /* next define in defs/refs hash tables */
185 xmlHashTablePtr refs; /* references */ member in struct:_xmlRelaxNG
870 if (grammar->refs != NULL) {
871 xmlHashFree(grammar->refs, NULL);
4668 tmp = xmlHashAddEntry(ctxt->grammar->refs, name, def);
4673 xmlHashLookup(ctxt->grammar->refs, def->name);
4677 "Error refs definitions '%s'\n",
4681 "Error refs definitions\n",
4705 if (grammar->refs
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2543 const int refs[2] = { mbmi->ref_frame[0], local
2561 ref_mv[ref] = mbmi->ref_mvs[refs[ref]][0];
2574 frame_mv[refs[ref]].as_int = single_newmv[refs[ref]].as_int;
2600 &frame_mv[refs[!id]].as_mv,
2612 tmp_mv.as_int = frame_mv[refs[id]].as_int;
2652 frame_mv[refs[id]].as_int = tmp_mv.as_int;
2669 *rate_mv += vp9_mv_bit_cost(&frame_mv[refs[ref]].as_mv,
2670 &mbmi->ref_mvs[refs[ref]][0].as_mv,
2710 int refs[ local
[all...]
/external/libxml2/
H A Drelaxng.c116 xmlHashTablePtr refs; /* references */ member in struct:_xmlRelaxNGGrammar
167 xmlRelaxNGDefinePtr nextHash; /* next define in defs/refs hash tables */
186 xmlHashTablePtr refs; /* references */ member in struct:_xmlRelaxNG
871 if (grammar->refs != NULL) {
872 xmlHashFree(grammar->refs, NULL);
4669 tmp = xmlHashAddEntry(ctxt->grammar->refs, name, def);
4674 xmlHashLookup(ctxt->grammar->refs, def->name);
4678 "Error refs definitions '%s'\n",
4682 "Error refs definitions\n",
4706 if (grammar->refs
[all...]

Completed in 888 milliseconds

1234