OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:source_width
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx_scale/win32/
scaleopt.c
48
* unsigned int
source_width
:
65
unsigned int
source_width
,
80
mov ecx,
source_width
181
* unsigned int
source_width
:
198
unsigned int
source_width
,
211
mov ecx,
source_width
1282
mov ecx,
source_width
;
local
1434
mov ecx,
source_width
;
local
[
all
...]
/external/chromium/chrome/browser/
aeropeek_manager.cc
389
float
source_width
= static_cast<float>(width);
local
391
DCHECK(
source_width
&& source_height);
393
float ratio_width = thumbnail_width /
source_width
;
396
thumbnail_width =
source_width
* ratio_height;
[
all
...]
Completed in 35 milliseconds