OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COST
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
array-operator-delete-call.cpp
22
struct
COST
24
S *
cost
;
member in struct:COST
28
~
COST
();
29
COST
();
33
COST
::
COST
()
35
cost
= new S[3];
40
COST
::~
COST
()
42
if (
cost
) {
[
all
...]
/external/libhevc/encoder/
hme_err_compute.h
59
#define
COST
(a, b, c, d, e) (a)
89
* Note : The function is replicated for CLIPing the
cost
to 16bit to make
161
* @brief MV
cost
for coarse explicit search in coarsest layer
163
* @param[in] ps_node: search node having mv and ref id for which to eval
cost
169
* @return
Cost
value
182
* @brief MV
cost
for coarse explicit search in coarsest layer
184
* @param[in] ps_node: search node having mv and ref id for which to eval
cost
190
* @return
Cost
value
203
* @brief MV
cost
for coarse explicit search in coarsest layer
205
* @param[in] ps_node: search node having mv and ref id for which to eval
cost
[
all
...]
Completed in 1970 milliseconds