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

  /system/core/include/utils/
LinearTransform.h 49 bool doForwardTransform(int64_t a_in, int64_t* b_out) const;
  /external/chromium_org/third_party/qcms/src/
transform-sse2.c 75 const int b_out = output_format.b; local
122 dest[b_out] = otdata_b[output[2]];
145 dest[b_out] = otdata_b[output[2]];
189 const int b_out = output_format.b; local
242 dest[b_out] = otdata_b[output[2]];
267 dest[b_out] = otdata_b[output[2]];
transform-sse1.c 75 const int b_out = output_format.b; local
124 dest[b_out] = otdata_b[output[2]];
149 dest[b_out] = otdata_b[output[2]];
195 const int b_out = output_format.b; local
250 dest[b_out] = otdata_b[output[2]];
277 dest[b_out] = otdata_b[output[2]];
transform.c 245 const int b_out = output_format.b;
268 dest[b_out] = clamp_u8(out_device_b*255);
277 const int b_out = output_format.b; local
292 dest[b_out] = clamp_u8(out_device_b*255);
306 const int b_out = output_format.b; local
322 dest[b_out] = clamp_u8(out_device_b*255);
332 const int b_out = output_format.b; local
346 dest[b_out] = transform->output_table_b->data[gray];
355 const int b_out = output_format.b; local
370 dest[b_out] = transform->output_table_b->data[gray]
379 const int b_out = output_format.b; local
416 const int b_out = output_format.b; local
519 const int b_out = output_format.b; local
639 const int b_out = output_format.b; local
756 const int b_out = output_format.b; local
795 const int b_out = output_format.b; local
    [all...]
  /system/core/libutils/
LinearTransform.cpp 187 bool LinearTransform::doForwardTransform(int64_t a_in, int64_t* b_out) const {
197 b_out);
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 954 Environment b_out = owner_->VisitStmt(b, a_out); local
955 Environment c_out = owner_->VisitStmt(c, b_out);
961 Environment b_out = owner_->VisitStmt(b, a_out); local
962 MergeOut(b_out);
    [all...]

Completed in 104 milliseconds