HomeSort by relevance Sort by last modified time
    Searched refs:ScaleOp (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 78 // A ScaleOp represents a pass in a scaler pipeline, in one dimension.
82 struct ScaleOp {
83 ScaleOp(int factor, bool x, int size)
87 // Calculate a set of ScaleOp needed to convert an image of size
97 std::deque<ScaleOp>* ops) {
103 ops->push_back(ScaleOp(3, scale_x, dst));
110 ops->push_back(ScaleOp(0, scale_x, dst << num_downscales));
114 ops->push_back(ScaleOp(2, scale_x, dst << num_downscales));
166 // Take two queues of ScaleOp structs and generate a
176 std::deque<GLHelperScaling::ScaleOp>* x_ops
    [all...]
gl_helper_unittests.cc 924 std::deque<GLHelperScaling::ScaleOp> ops;
925 GLHelperScaling::ScaleOp::AddOps(src, dst, scale_x, allow3, &ops);
    [all...]
gl_helper_scaling.cc 282 // create one scaler stage for each ScaleOp. However, if |quality|
296 std::deque<GLHelperScaling::ScaleOp>* x_ops,
297 std::deque<GLHelperScaling::ScaleOp>* y_ops,
301 std::deque<ScaleOp>* current_queue = NULL;
431 std::deque<GLHelperScaling::ScaleOp> x_ops, y_ops;
432 GLHelperScaling::ScaleOp::AddOps(src_subrect.width(),
437 GLHelperScaling::ScaleOp::AddOps(src_subrect.height(),
    [all...]
gl_helper_benchmark.cc 115 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 )
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 165 const MCOperand &ScaleOp = MI->getOperand(OpNum);
167 O << '#' << (64 - ScaleOp.getImm());
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 203 addStateOp(new (alloc()) ScaleOp(sx, sy));
DisplayListOp.h 417 class ScaleOp : public StateOp {
419 ScaleOp(float sx, float sy)
    [all...]

Completed in 420 milliseconds