OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScaleOp
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h
84
// A
ScaleOp
represents a pass in a scaler pipeline, in one dimension.
88
struct
ScaleOp
{
89
ScaleOp
(int factor, bool x, int size)
93
// Calculate a set of
ScaleOp
needed to convert an image of size
103
std::deque<
ScaleOp
>* ops) {
109
ops->push_back(
ScaleOp
(3, scale_x, dst));
116
ops->push_back(
ScaleOp
(0, scale_x, dst << num_downscales));
120
ops->push_back(
ScaleOp
(2, scale_x, dst << num_downscales));
172
// Take two queues of
ScaleOp
structs and generate a
182
std::deque<GLHelperScaling::
ScaleOp
>* x_ops
[
all
...]
gl_helper_unittest.cc
[
all
...]
gl_helper_scaling.cc
267
// create one scaler stage for each
ScaleOp
. However, if |quality|
281
std::deque<GLHelperScaling::
ScaleOp
>* x_ops,
282
std::deque<GLHelperScaling::
ScaleOp
>* y_ops,
286
std::deque<
ScaleOp
>* current_queue = NULL;
415
std::deque<GLHelperScaling::
ScaleOp
> x_ops, y_ops;
416
GLHelperScaling::
ScaleOp
::AddOps(src_subrect.width(),
421
GLHelperScaling::
ScaleOp
::AddOps(src_subrect.height(),
[
all
...]
gl_helper_benchmark.cc
114
std::deque<GLHelperScaling::
ScaleOp
> x_ops_, y_ops_;
/external/qemu/android/skin/
scaler.c
72
}
ScaleOp
;
114
ScaleOp
op;
argb.h
223
ARGB_SCALE_GENERIC(
ScaleOp
* op )
319
scale_05_to_10(
ScaleOp
* op )
458
scale_up_bilinear(
ScaleOp
* op )
545
ARGB_SCALE_UP_QUICK_4x4(
ScaleOp
* op )
799
ARGB_SCALE_NEAREST(
ScaleOp
* op )
/frameworks/base/libs/hwui/
DisplayListRenderer.cpp
143
addStateOp(new (alloc())
ScaleOp
(sx, sy));
DisplayListOp.h
436
class
ScaleOp
: public StateOp {
438
ScaleOp
(float sx, float sy)
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 470 milliseconds