OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_size
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.c
28
static int get_fixed_point_scale_factor(int
other_size
, int this_size) {
33
return (
other_size
<< REF_SCALE_SHIFT) / this_size;
/external/v8/src/compiler/
branch-elimination.cc
199
size_t
other_size
= other.condition_count_;
local
201
while (
other_size
> condition_count_) {
203
other_size
--;
205
while (condition_count_ >
other_size
) {
/external/libvpx/libvpx/vp9/common/
vp9_scale.c
29
static int get_fixed_point_scale_factor(int
other_size
, int this_size) {
34
return (
other_size
<< REF_SCALE_SHIFT) / this_size;
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
tsig.py
141
(original_id, error,
other_size
) = \
144
other_data = wire[current:current +
other_size
]
145
current +=
other_size
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h
1484
int
other_size
= other.current_size_;
local
[
all
...]
Completed in 226 milliseconds