OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_vector
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
lossless_enc_mips32.c
302
#define
ADD_VECTOR
(A, B, OUT, SIZE, EXTRA_SIZE) do { \
342
ADD_VECTOR
(a->literal_, b->literal_, out->literal_,
344
ADD_VECTOR
(a->distance_, b->distance_, out->distance_,
346
ADD_VECTOR
(a->red_, b->red_, out->red_, NUM_LITERAL_CODES, 0);
347
ADD_VECTOR
(a->blue_, b->blue_, out->blue_, NUM_LITERAL_CODES, 0);
348
ADD_VECTOR
(a->alpha_, b->alpha_, out->alpha_, NUM_LITERAL_CODES, 0);
360
#undef
ADD_VECTOR
/external/opencv3/modules/photo/src/
contrast_preserve.hpp
67
void
add_vector
(vector < vector <int> > &comb, int &idx, int r,int g,int b);
211
void Decolor::
add_vector
(vector < vector <int> > &comb, int &idx, int r,int g,int b)
function in class:Decolor
330
add_vector
(comb,idx,r,g,b);
Completed in 483 milliseconds