OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:low_bound
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/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) {
/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) {
/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:__anon32429
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
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
Completed in 53 milliseconds