Home
last modified time | relevance | path

Searched refs:target_bits (Results 1 – 5 of 5) sorted by relevance

/external/qemu/target-arm/
Dhelper.c2274 int target_bits = 0; in vfp_exceptbits_from_host() local
2277 target_bits |= 1; in vfp_exceptbits_from_host()
2279 target_bits |= 2; in vfp_exceptbits_from_host()
2281 target_bits |= 4; in vfp_exceptbits_from_host()
2283 target_bits |= 8; in vfp_exceptbits_from_host()
2285 target_bits |= 0x10; in vfp_exceptbits_from_host()
2286 return target_bits; in vfp_exceptbits_from_host()
2303 static inline int vfp_exceptbits_to_host(int target_bits) in vfp_exceptbits_to_host() argument
2307 if (target_bits & 1) in vfp_exceptbits_to_host()
2309 if (target_bits & 2) in vfp_exceptbits_to_host()
[all …]
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Davcenc_int.h162 int target_bits; /* target bits for current frame, = rc->T */ member
Drate_control.cpp371 …pMP->target_bits = rateCtrl->T = rateCtrl->TMN_TH = (int)(rateCtrl->TMN_TH * (1.0 + pMP->counter_B… in RCInitFrameQP()
376 pMP->target_bits = rateCtrl->T; in RCInitFrameQP()
831 rateCtrl->T = pMP->target_bits = rateCtrl->TMN_TH - rateCtrl->TMN_W; in RCUpdateFrame()
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Drate_control.cpp239 … pMP->target_bits = rc->T = rc->TMN_TH = (Int)(rc->TMN_TH * (1.0 + pMP->counter_BTdst * 0.1)); in RC_VopQPSetting()
244 pMP->target_bits = rc->T; in RC_VopQPSetting()
331 rc->T = pMP->target_bits = rc->TMN_TH - rc->TMN_W; in RC_VopUpdateStat()
Dmp4lib_int.h265 Int target_bits; /* target bits for current frame, = rc->T */ member