Home
last modified time | relevance | path

Searched refs:tmp_b (Results 1 – 3 of 3) sorted by relevance

/external/libyuv/files/source/
Dconvert.cc49 int tmp_r, tmp_g, tmp_b; in I420ToRGB24() local
61 tmp_b = (int32)((mapYc[y1[0]] + mapUcb[u[0]] + 128) >> 8); in I420ToRGB24()
62 out[0] = Clip(tmp_b); in I420ToRGB24()
68 tmp_b = (int32)((mapYc[y1[1]] + mapUcb[u[0]] + 128) >> 8); in I420ToRGB24()
69 out[3] = Clip(tmp_b); in I420ToRGB24()
75 tmp_b = (int32)((mapYc[y2[0]] + mapUcb[u[0]] + 128) >> 8); in I420ToRGB24()
76 out2[0] = Clip(tmp_b); in I420ToRGB24()
82 tmp_b = (int32)((mapYc[y2[1]] + mapUcb[u[0]] + 128) >> 8); in I420ToRGB24()
83 out2[3] = Clip(tmp_b); in I420ToRGB24()
117 int tmp_r, tmp_g, tmp_b; in I420ToARGB4444() local
[all …]
/external/sqlite/android/
DPhoneNumberUtils.cpp300 const char* tmp_b = NULL; in phone_number_compare_inter() local
305 int ccc_b = tryGetCountryCallingCode(b, len_b, &tmp_b, &tmp_len_b, accept_thailand_case); in phone_number_compare_inter()
329 tryGetTrunkPrefixOmittedStr(b, len_b, &tmp_b, &tmp_len_b); in phone_number_compare_inter()
338 if (tmp_b != NULL) { in phone_number_compare_inter()
339 b = tmp_b; in phone_number_compare_inter()
/external/valgrind/main/memcheck/
Dmc_translate.c4995 IRTemp tmp_b = findShadowTmpB(&mce, tmp_o); in MC_() local
4996 tl_assert(typeOfIRTemp(sb_out->tyenv, tmp_b) == Ity_I32); in MC_()
4997 assign( 'B', &mce, tmp_b, mkU32(0)/* UNKNOWN ORIGIN */); in MC_()