OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minboxwidth
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
scale.cc
657
int
minboxwidth
= (dx >> 16);
local
658
int* scaleptr = scaletbl -
minboxwidth
;
660
scaletbl[0] = 65536 / (
minboxwidth
* boxheight);
661
scaletbl[1] = 65536 / ((
minboxwidth
+ 1) * boxheight);
674
int
minboxwidth
= (dx >> 16);
local
675
int* scaleptr = scaletbl -
minboxwidth
;
677
scaletbl[0] = 65536 / (
minboxwidth
* boxheight);
678
scaletbl[1] = 65536 / ((
minboxwidth
+ 1) * boxheight);
[
all
...]
/external/chromium_org/third_party/libyuv/source/
scale.cc
657
int
minboxwidth
= (dx >> 16);
local
658
int* scaleptr = scaletbl -
minboxwidth
;
660
scaletbl[0] = 65536 / (
minboxwidth
* boxheight);
661
scaletbl[1] = 65536 / ((
minboxwidth
+ 1) * boxheight);
674
int
minboxwidth
= (dx >> 16);
local
675
int* scaleptr = scaletbl -
minboxwidth
;
677
scaletbl[0] = 65536 / (
minboxwidth
* boxheight);
678
scaletbl[1] = 65536 / ((
minboxwidth
+ 1) * boxheight);
[
all
...]
/external/libyuv/files/source/
scale.cc
2587
int
minboxwidth
= (dx >> 16);
local
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
scale.c
3387
int
minboxwidth
= (dx >> 16);
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c
3387
int
minboxwidth
= (dx >> 16);
local
[
all
...]
Completed in 2058 milliseconds