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

  /external/libyuv/files/source/
convert.cc 49 int tmp_r, tmp_g, tmp_b; local
61 tmp_b = (int32)((mapYc[y1[0]] + mapUcb[u[0]] + 128) >> 8);
62 out[0] = Clip(tmp_b);
68 tmp_b = (int32)((mapYc[y1[1]] + mapUcb[u[0]] + 128) >> 8);
69 out[3] = Clip(tmp_b);
75 tmp_b = (int32)((mapYc[y2[0]] + mapUcb[u[0]] + 128) >> 8);
76 out2[0] = Clip(tmp_b);
82 tmp_b = (int32)((mapYc[y2[1]] + mapUcb[u[0]] + 128) >> 8);
83 out2[3] = Clip(tmp_b);
117 int tmp_r, tmp_g, tmp_b; local
194 int tmp_r, tmp_g, tmp_b; local
261 int32 tmp_r, tmp_g, tmp_b; local
554 int32 tmp_r, tmp_g, tmp_b; local
    [all...]
  /external/sqlite/android/
PhoneNumberUtils.cpp 300 const char* tmp_b = NULL; local
305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case);
329 tryGetTrunkPrefixOmittedStr(b, len_b, &tmp_b, &tmp_len_b);
338 if (tmp_b != NULL) {
339 b = tmp_b;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 64 int tmp_r = 0,tmp_g=0,tmp_b=0; local
72 tmp_b += b;
82 if ((tmp_b > sum_b/20) && (tmp_b < sum_b/5)) {
  /external/valgrind/main/memcheck/
mc_translate.c 4995 IRTemp tmp_b = findShadowTmpB(&mce, tmp_o); local
    [all...]

Completed in 234 milliseconds