OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_bits
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh
302
x86_64)
TARGET_BITS
=64;;
303
i686)
TARGET_BITS
=32;;
308
log "Target bits: $
TARGET_BITS
"
635
run ln -s lib lib$
TARGET_BITS
build.sh
195
x86_64)
TARGET_BITS
=64;;
196
i686)
TARGET_BITS
=32;;
201
log "Target bits: $
TARGET_BITS
"
422
run ln -s lib lib$
TARGET_BITS
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp
239
pMP->
target_bits
= rc->T = rc->TMN_TH = (Int)(rc->TMN_TH * (1.0 + pMP->counter_BTdst * 0.1));
244
pMP->
target_bits
= rc->T;
331
rc->T = pMP->
target_bits
= rc->TMN_TH - rc->TMN_W;
[
all
...]
mp4lib_int.h
264
Int
target_bits
; /* target bits for current frame, = rc->T */
member in struct:tagMultiPass
Completed in 542 milliseconds