OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boxwidth
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
scale.cc
663
int
boxwidth
;
local
669
boxwidth
= MIN1((x >> 16) - ix);
670
*dst_ptr++ = SumPixels(
boxwidth
, src_ptr + ix) * scaleptr[
boxwidth
] >> 16;
680
int
boxwidth
;
local
686
boxwidth
= MIN1((x >> 16) - ix);
688
SumPixels_16(
boxwidth
, src_ptr + ix) * scaleptr[
boxwidth
] >> 16;
704
int
boxwidth
= MIN1(dx >> 16);
local
705
int scaleval = 65536 / (
boxwidth
* boxheight)
716
int
boxwidth
= MIN1(dx >> 16);
local
[
all
...]
planar_functions.cc
1735
int
boxwidth
= radius * 4;
local
[
all
...]
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
11
set
boxwidth
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c
3365
int
boxwidth
;
local
3396
int
boxwidth
;
local
3406
int
boxwidth
= (dx >> 16);
local
[
all
...]
/external/libyuv/files/source/
planar_functions.cc
1331
int
boxwidth
= radius * 4;
local
[
all
...]
scale.cc
2569
int
boxwidth
= (x >> 16) - ix;
local
2594
int
boxwidth
= (x >> 16) - ix;
local
2601
int
boxwidth
= (dx >> 16);
local
[
all
...]
Completed in 233 milliseconds