OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size0
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/enc/
syntax.c
41
static int PutHeader(int profile, size_t
size0
, size_t total_size,
49
if (
size0
>= MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
62
| (
size0
<< 5); // partition length (19b)
270
const size_t
size0
= VP8BitWriterSize(bw);
local
271
ok = ok && PutHeader(enc->profile_,
size0
, coded_size, pic)
272
&& pic->writer(part0,
size0
, pic)
/external/opencv/cxcore/src/
cxnorm.cpp
1036
int
size0
= size.width *= cn;
local
1072
int
size0
= size.width *= cn;
local
[
all
...]
cxdxt.cpp
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
[
all
...]
Completed in 354 milliseconds