Searched refs:tmp_b (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 49 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/ |
D | PhoneNumberUtils.cpp | 300 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/ |
D | mc_translate.c | 4995 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_()
|