OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extract
(Results
1301 - 1325
of
4593
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/external/libhevc/common/arm64/
ihevc_intra_pred_filters_luma_mode_19_to_25.s
265
umov w14, v5.2s[0] //(i row)
extract
idx to the r register
311
umov w14, v5.2s[1] //
extract
idx to the r register
388
umov w14, v3.2s[0] //(i)
extract
idx to the r register
430
umov w14, v3.2s[1] //
extract
idx to the r register
501
umov w14, v3.2s[0] //(i)
extract
idx to the r register
ihevc_intra_pred_luma_mode_27_to_33.s
153
umov w14, v5.2s[0] //(i row)
extract
idx to the r register
202
umov w14, v5.2s[1] //
extract
idx to the r register
282
umov w14, v3.2s[0] //(i)
extract
idx to the r register
322
umov w14, v3.2s[1] //
extract
idx to the r register
393
umov w14, v3.2s[0] //(i)
extract
idx to the r register
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
log2_norm.cpp
157
i = extract_h (L_x); //
Extract
b25-b31
159
a = extract_l (L_x); //
Extract
b10-b24 of fraction
217
/* Shift L_x to the right by 10 to
extract
bits 10-31, */
220
i = (Word16)(L_x >> 15); /*
Extract
b25-b31 */
221
a = L_x & 0x7fff; /*
Extract
b10-b24 of fraction */
/system/core/libpixelflinger/codeflinger/
blending.cpp
119
// see if we need to
extract
'component' from the destination (fb)
123
extract
(fb, pixel, component);
348
extract
(factor, dst_pixel, GGLFormat::ALPHA);
390
// no need to
extract
'component' from the destination
425
// no need to
extract
'component' from the source
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb
88
#
extract
nodes matching a pattern
94
# iterate through the tree and
extract
nodes with pattern labels
278
to validate tree structures as well as to
extract
nodes that match the pattern.
/external/ceres-solver/internal/ceres/
polynomial.cc
200
LOG(WARNING) << "Trying to
extract
roots from a constant "
204
// there, but that we have failed to
extract
them.
235
LOG(ERROR) << "Failed to
extract
eigenvalues from companion matrix.";
/external/chromium_org/chrome/browser/chromeos/
mobile_config.cc
71
//
Extract
list of deal locales.
160
//
Extract
list of external IDs for this carrier.
173
//
Extract
list of deals for this carrier.
/external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.cc
250
DVLOG(1) << "Could not
extract
domain from link: " << full_url;
285
DVLOG(1) << "Could not
extract
domain from form action: " << full_url;
307
DVLOG(1) << "Could not
extract
domain from image src: " << full_url;
/external/chromium_org/media/filters/
audio_renderer_algorithm.cc
24
// 1)
Extract
|target_block_| as input frames at indices
28
// 2)
Extract
|search_block_| as input frames at indices
351
// Translate |index| w.r.t. the beginning of |audio_buffer_| and
extract
the
/external/chromium_org/third_party/icu/source/i18n/
ucal.cpp
69
len = id.
extract
(result, resultCapacity, *ec);
232
return id.
extract
(result, resultLength, *status);
535
reslen = canonical.
extract
(result, resultCapacity, *status);
umsg.cpp
341
return res.
extract
(result, resultLength, *status);
479
return resultStr.
extract
(result, resultLength, *status);
579
temp.
extract
(0,len,aString);
uspoof_wsconf.cpp
71
//
Extract
a regular expression match group into a char * string.
86
s.
extract
(0, len, destBuf, destCapacity, US_INV);
191
//
Extract
the two script names from the source line. We need these in an 8 bit
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c
235
/* bit positon for
extract
from acc */
258
/* bit positon for
extract
from acc */
373
/* bit positon for
extract
from acc */
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h
234
#define VPX_VERSION_MAJOR(v) ((v>>16)&0xff) /**<
extract
major from packed version */
235
#define VPX_VERSION_MINOR(v) ((v>>8)&0xff) /**<
extract
minor from packed version */
236
#define VPX_VERSION_PATCH(v) ((v>>0)&0xff) /**<
extract
patch from packed version */
/external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor_pool.py
459
desc_protos: The protos to
extract
symbols from.
481
enum_protos: The protos to
extract
symbols from.
500
desc_protos: The protos to
extract
symbols from.
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
15
/* TODO
extract
L,
extract
U, compute det, etc... */
360
//
extract
/external/icu/icu4c/source/i18n/
umsg.cpp
360
return res.
extract
(result, resultLength, *status);
483
return resultStr.
extract
(result, resultLength, *status);
583
temp.
extract
(0,len,aString);
uspoof_wsconf.cpp
71
//
Extract
a regular expression match group into a char * string.
86
s.
extract
(0, len, destBuf, destCapacity, US_INV);
190
//
Extract
the two script names from the source line. We need these in an 8 bit
/external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c
235
/* bit positon for
extract
from acc */
258
/* bit positon for
extract
from acc */
373
/* bit positon for
extract
from acc */
/external/libvpx/libvpx/vpx/
vpx_codec.h
234
#define VPX_VERSION_MAJOR(v) ((v>>16)&0xff) /**<
extract
major from packed version */
235
#define VPX_VERSION_MINOR(v) ((v>>8)&0xff) /**<
extract
minor from packed version */
236
#define VPX_VERSION_PATCH(v) ((v>>0)&0xff) /**<
extract
patch from packed version */
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp
55
ObjectContainerBSDArchive::Object::
Extract
(const DataExtractor& data, lldb::offset_t offset)
137
offset = obj.
Extract
(data, offset);
212
// information if we go and
extract
the file data, so we should
/external/lzma/CPP/7zip/UI/Console/
Main.cpp
25
#include "../Common/
Extract
.h"
72
" e:
Extract
files from archive (without using directory names)\n"
80
" x:
eXtract
files with full paths\n"
/external/ppp/pppd/plugins/radius/
avpair.c
168
*
Extract
attribute-value pairs
283
/*
Extract
vendor_id */
510
* Purpose: parses the buffer to
extract
the attribute-value pairs.
/external/skia/tests/
BitmapCopyTest.cpp
224
//
Extract
a subset which has the same width as the original. This
390
if (isExtracted[copyCase]) { // A larger image to
extract
from.
401
// Either copy src or
extract
into 'subset', which is used
/external/tcpdump/
INSTALL.txt
68
cpack.c - functions to
extract
packed data
69
cpack.h - declarations of functions to
extract
packed data
82
extract
.h - alignment definitions
Completed in 579 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>