/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_reader.h | 98 const vp9_prob *probs) { 101 while ((i = tree[i + vp9_read(r, probs[i >> 1])]) > 0)
|
/external/opencv3/apps/traincascade/ |
old_ml_inner_functions.cpp | 184 where Pr{xi = k} == probs[k], 0 < k < len - 1. */ 185 static void cvRandSeries( float probs[], int len, int sample[], int amount ) 195 knots[0] = probs[0]; 197 knots[i] = knots[i - 1] + probs[i]; [all...] |
old_ml_precomp.hpp | 257 /* Fills the <labels> using <probs> by choosing the maximal probability. Outliers are 262 void icvFindClusterLabels( const CvMat* probs, float outlier_thresh, float r, 314 (labels and/or centers and/or probs) back to the output arrays */ 318 const CvMat* probs, CvMat* dst_probs,
|
/external/lzma/xz-embedded/ |
xz_dec_lzma2.c | 520 uint16_t *probs, uint32_t limit) 525 if (rc_bit(rc, &probs[symbol])) 536 uint16_t *probs, 543 if (rc_bit(rc, &probs[symbol])) { 583 uint16_t *probs; local 590 probs = lzma_literal_probs(s); 593 symbol = rc_bittree(&s->rc, probs, 0x100); 604 if (rc_bit(&s->rc, &probs[i])) { 622 uint16_t *probs; local 626 probs = l->low[pos_state] 648 uint16_t *probs; local 769 uint16_t *probs; local [all...] |
/external/opencv/ml/src/ |
mlem.cpp | 74 means = weights = probs = inv_eigen_values = log_weight_div_det = 0; 81 means = weights = probs = inv_eigen_values = log_weight_div_det = 0; 100 cvReleaseMat( &probs ); 138 if( !params.probs ) 154 if( params.probs ) 342 CV_CALL( probs = cvCreateMat( nsamples, nclusters, CV_64FC1 )); 376 prob.data.ptr = probs->data.ptr + probs->step*i; 415 cvGetRow( params.probs, &prob, i ); 509 cvSetIdentity( probs ); [all...] |
ml_inner_functions.cpp | 184 where Pr{xi = k} == probs[k], 0 < k < len - 1. */ 185 CV_IMPL void cvRandSeries( float probs[], int len, int sample[], int amount ) 195 knots[0] = probs[0]; 197 knots[i] = knots[i - 1] + probs[i]; [all...] |
_ml.h | 261 /* Fills the <labels> using <probs> by choosing the maximal probability. Outliers are 266 void icvFindClusterLabels( const CvMat* probs, float outlier_thresh, float r, 318 (labels and/or centers and/or probs) back to the output arrays */ 322 const CvMat* probs, CvMat* dst_probs,
|
mlcnn.cpp | 51 CvMat* probs CV_DEFAULT(0) ); 316 CvMat* probs ) 345 cvPreparePredictData( _image, img_size, 0, nclasses, probs, &img_data ); 362 probs_data = probs ? probs->data.fl : 0; 372 if( probs ) 376 if( probs ) 378 cvExp( probs, probs ); 379 CvScalar sum = cvSum( probs ); [all...] |
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
LzmaSpec.cpp | 223 unsigned BitTreeReverseDecode(CProb *probs, unsigned numBits, CRangeDecoder *rc)
229 unsigned bit = rc->DecodeBit(&probs[m]);
240 CProb Probs[(unsigned)1 << NumBits];
246 INIT_PROBS(Probs);
253 m = (m << 1) + rc->DecodeBit(&Probs[m]);
259 return BitTreeReverseDecode(Probs, NumBits, rc);
380 CProb *probs = &LitProbs[(UInt32)0x300 * litState];
local 389 unsigned bit = RangeDec.DecodeBit(&probs[((1 + matchBit) << 8) + symbol]);
397 symbol = (symbol << 1) | RangeDec.DecodeBit(&probs[symbol]);
|
/external/llvm/lib/CodeGen/ |
MachineBasicBlock.cpp | 323 if (!Probs.empty()) 513 for (auto Prob : Probs) 519 Probs.size() && 528 if (!(Probs.empty() && !Successors.empty())) 529 Probs.push_back(Prob); 538 Probs.clear(); 555 if (!Probs.empty()) { 557 Probs.erase(WI); 598 if (!Probs.empty()) { 624 if (!FromMBB->Probs.empty()) [all...] |
/external/libvpx/libvpx/vpx_dsp/ |
bitreader.h | 127 const vpx_prob *probs) { 130 while ((i = tree[i + vpx_read(r, probs[i >> 1])]) > 0)
|
prob.h | 94 const unsigned int *counts, vpx_prob *probs);
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
LZMACoder.java | 109 final short[] probs = new short[0x300]; field in class:LZMACoder.LiteralCoder.LiteralSubcoder 112 RangeCoder.initProbs(probs);
|
LZMADecoder.java | 161 symbol = (symbol << 1) | rc.decodeBit(probs, symbol); 173 bit = rc.decodeBit(probs, offset + matchBit + symbol);
|
/external/libvpx/libvpx/vp8/common/ |
entropymode.h | 74 /* Key frame default mode probs */
|
onyxc_int.h | 44 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
entropymode.h | 74 /* Key frame default mode probs */
|
onyxc_int.h | 44 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
|
/external/lzma/C/ |
LzmaDec.h | 13 but memory usage for CLzmaDec::probs will be doubled in that case */
51 CLzmaProb *probs;
member in struct:__anon19150 69 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
|
LzmaEnc.c | 585 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol)
590 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
596 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte)
603 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1);
646 static UInt32 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices)
652 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1);
659 static UInt32 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices)
667 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
676 static void RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol)
685 RangeEnc_EncodeBit(rc, probs + m, bit); 1025 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); local 1238 const CLzmaProb *probs = LIT_PROBS(position, *(data - 1)); local 1795 CLzmaProb *probs; local 1991 CLzmaProb *probs = p->posSlotEncoder[i]; local [all...] |
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
NekoService.java | 79 final int[] probs = getResources().getIntArray(R.array.food_new_cat_prob); local 80 final float new_cat_prob = (float)((food < probs.length) ? probs[food] : 50) / 100f;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_prob.h | 84 unsigned int max_update_factor, vp9_prob *probs);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 49 const vpx_prob *probs) { 50 vp9_write_token(w, vp9_intra_mode_tree, probs, &intra_mode_encodings[mode]); 54 const vpx_prob *probs) { 56 vp9_write_token(w, vp9_inter_mode_tree, probs, 66 vpx_prob probs[/*n - 1*/], 77 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]); 409 const vpx_prob *const probs = xd->partition_probs[ctx]; local 414 vp9_write_token(w, vp9_partition_tree, probs, &partition_encodings[p]); 417 vpx_write(w, p == PARTITION_SPLIT, probs[1]); 420 vpx_write(w, p == PARTITION_SPLIT, probs[2]) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_bitstream.c | 51 const vp9_prob *probs) { 52 vp9_write_token(w, vp9_intra_mode_tree, probs, &intra_mode_encodings[mode]); 56 const vp9_prob *probs) { 58 vp9_write_token(w, vp9_inter_mode_tree, probs, 68 vp9_prob probs[/*n - 1*/], 79 vp9_cond_prob_diff_update(w, &probs[i], branch_ct[i]); 399 const vp9_prob *const probs = get_partition_probs(cm, ctx); local 404 vp9_write_token(w, vp9_partition_tree, probs, &partition_encodings[p]); 407 vp9_write(w, p == PARTITION_SPLIT, probs[1]); 410 vp9_write(w, p == PARTITION_SPLIT, probs[2]) [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_detokenize.c | 41 static INLINE int read_coeff(const vpx_prob *probs, int n, vpx_reader *r) { 44 val = (val << 1) | vpx_read(r, probs[i]);
|