/toolchain/binutils/binutils-2.25/gold/ |
aarch64-reloc-property.cc | 52 int64_t low_bound = -(L == 0 ? 0 : ((int64_t)1 << L)); local 54 return ((low_bound <= x && x < up_bound)
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
rate_control.h | 89 Int low_bound; /* bound for underflow detection, usually low_bound=-Bs/2, but could be changed in H.263 mode */ member in struct:__anon29035
|
rate_control.cpp | 119 rc[n]->low_bound = -rc[n]->Bs / 2; 122 else /* this part doesn't work in some cases, the low_bound is too high, Jan 4,2006 */ 129 rc[n]->low_bound = -rc[n]->Bs / 2 + video->encParams->maxFrameSize; /* too high */ 395 if (rc->VBV_fullness < rc->low_bound) 397 rc->VBV_fullness = rc->low_bound; // -rc->Bs/2; 398 rc->TMN_W = rc->VBV_fullness - rc->low_bound; 399 pMP->counter_BTsrc = pMP->counter_BTdst + (Int)((float)(rc->Bs / 2 - rc->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); [all...] |
/external/sfntly/cpp/src/sfntly/data/ |
readable_font_data.cc | 304 int32_t low_bound = checksum_range_[low_bound_index]; local 308 sum += ComputeCheckSum(low_bound, high_bound); 316 int64_t ReadableFontData::ComputeCheckSum(int32_t low_bound, 320 for (int32_t i = low_bound; i <= high_bound - 4; i += 4) {
|
readable_font_data.h | 297 int64_t ComputeCheckSum(int32_t low_bound, int32_t high_bound);
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
rate_control.cpp | 156 if (rateCtrl->VBV_fullness < rateCtrl->low_bound) 158 rateCtrl->VBV_fullness = rateCtrl->low_bound; // -rateCtrl->Bs/2; 159 rateCtrl->TMN_W = rateCtrl->VBV_fullness - rateCtrl->low_bound; 160 pMP->counter_BTsrc = pMP->counter_BTdst + (int)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); 238 rateCtrl->low_bound = -rateCtrl->Bs / 2; 683 if (rateCtrl->VBV_fullness < rateCtrl->low_bound) 685 rateCtrl->VBV_fullness = rateCtrl->low_bound; // -rateCtrl->Bs/2; 686 rateCtrl->TMN_W = rateCtrl->VBV_fullness - rateCtrl->low_bound; 687 pMP->counter_BTsrc = pMP->counter_BTdst + (int)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)); 883 pMP->counter_BTsrc -= (int)((OsclFloat)(rateCtrl->Bs / 2 - rateCtrl->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10)) [all...] |
avcenc_int.h | 315 int low_bound; /* bound for underflow detection, usually low_bound=-Bs/2, but could be changed in H.263 mode */ member in struct:tagAVCRateControl
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow-inline.h | 1274 tree low_bound, unit_size; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ecoff.c | 1065 int low_bound; 1082 qualifiers[i].low_bound = 0; 1062 int low_bound; member in struct:qual [all...] |