OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_bits
(Results
1 - 6
of
6
) sorted by null
/ndk/build/tools/
build-mingw64-toolchain.sh
301
x86_64)
TARGET_BITS
=64;;
302
i686)
TARGET_BITS
=32;;
307
log "Target bits: $
TARGET_BITS
"
596
run ln -s lib lib$
TARGET_BITS
/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
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
367
pMP->
target_bits
= rateCtrl->T = rateCtrl->TMN_TH = (int)(rateCtrl->TMN_TH * (1.0 + pMP->counter_BTdst * 0.1));
372
pMP->
target_bits
= rateCtrl->T;
827
rateCtrl->T = pMP->
target_bits
= rateCtrl->TMN_TH - rateCtrl->TMN_W;
[
all
...]
avcenc_int.h
164
int
target_bits
; /* target bits for current frame, = rc->T */
member in struct:tagMultiPass
/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
263
Int
target_bits
; /* target bits for current frame, = rc->T */
member in struct:tagMultiPass
Completed in 301 milliseconds