/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
tns.h | 37 Word16 threshOn; /* min. prediction gain for using tns TABUL * 100*/ 71 Word16 threshold; /* min. prediction gain for using tns TABUL * 100 */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 17 ; * Performs detecting the prediction direction 30 ; * [out]predDir indicates the prediction direction which takes one
|
omxVCM4P2_DecodeBlockCoef_Intra.c | 54 * no effect to the intra-prediction process. Refer to subclause "7.4.3.3 Adaptive 55 * ac coefficient prediction" of ISO/IEC 14496-2(MPEG4 Part2) for accurate description. 122 /* Setting the AC prediction direction and prediction direction */ 173 /* AC DC prediction */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
armVCM4P2_SetPredDir_s.s | 17 ; * Performs detecting the prediction direction 30 ; * [out]predDir indicates the prediction direction which takes one
|
omxVCM4P2_DecodeBlockCoef_Intra.c | 60 * no effect to the intra-prediction process. Refer to subclause "7.4.3.3 Adaptive 61 * ac coefficient prediction" of ISO/IEC 14496-2(MPEG4 Part2) for accurate description. 128 /* Setting the AC prediction direction and prediction direction */ 179 /* AC DC prediction */
|
/frameworks/base/docs/html/resources/articles/ |
gestures.jd | 92 Prediction instances, each with a name - the same name you entered in 96 demonstrates how to retrieve the name of the first prediction:</p> 99 ArrayList<prediction> predictions = mLibrary.recognize(gesture); 101 // We want at least one prediction 103 Prediction prediction = predictions.get(0); 105 if (prediction.score > 1.0) { 107 Toast.makeText(this, prediction.name, Toast.LENGTH_SHORT).show(); 112 <p>In this example, the first prediction is taken into account only if it's 182 ArrayList<Prediction> predictions = mLibrary.recognize(gesture) [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock.c | 12 * MPEG4 motion compensation prediction for an 8x8 block using 178 * If prediction residuals are added then output intensities 205 * and the results of the inverse transformation (prediction residuals). 212 * [in] pSrcResidue pointer to a buffer containing the 16-bit prediction 213 * residuals. If the pointer is NULL,then no prediction 219 * If prediction residuals are added then output intensities 250 * Performs motion compensation prediction for an 8x8 block using 260 * pSrcResidue - pointer to a buffer containing the 16-bit prediction 262 * no prediction is done, only motion compensation, i.e., the block 271 * prediction residuals are added then output intensities are [all...] |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c | 50 * predDir - AC prediction direction; used to select the zigzag scan 52 * - OMX_VC_NONE - AC prediction not used; 54 * - OMX_VC_HORIZONTAL - Horizontal prediction; 56 * - OMX_VC_VERTICAL - Vertical prediction;
|
/external/chromium/chrome/browser/autofill/ |
autofill_metrics.h | 30 HEURISTIC_TYPE_UNKNOWN = 0, // Our heuristics offered no prediction. 36 SERVER_TYPE_UNKNOWN = 0, // The server offered no prediction. 43 // prediction.
|
/external/libvpx/vpx/ |
vp8.h | 15 * compensated prediction, Discrete Cosine Transform (DCT) coding of the 16 * prediction error signal and context dependent entropy coding techniques 20 * - 1/4 (1/8) pixel accuracy motion compensated prediction
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureLibraryTest.java | 22 import android.gesture.Prediction; 65 public ArrayList<Prediction> recognize(Gesture gesture) {
|
/external/oprofile/events/mips/20K/ |
events | 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays. 18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_PredictIntraDC4x4.c | 13 * H.264 4x4 intra prediction module 26 * Perform DC style intra prediction, averaging upper and left block
|
omxVCM4P10_PredictIntraChroma_8x8.c | 13 * H.264 Chroma 8x8 intra prediction module 26 * Perform DC style intra prediction, upper block has priority 88 * Perform DC style intra prediction, left block has priority 152 * Performs intra prediction for chroma samples. 163 * predMode - Intra chroma prediction mode, please refer to section 3.4.3. 194 * they are not used by intra prediction implied in predMode. 196 * prediction.
|
omxVCM4P10_PredictIntra_16x16.c | 13 * H.264 16x16 intra prediction module 28 * Perform Intra_16x16 prediction for luma samples. If the upper-right block 41 * predMode - Intra_16x16 prediction mode, please refer to section 3.4.1. 74 * they are not used by intra prediction implied in predMode. 76 * OMX_VC_UPPER_RIGHT is not used in intra_16x16 luma prediction.
|
/dalvik/vm/mterp/armv5te/ |
OP_AGET_WIDE.S | 22 @ branch prediction (if any) handles conditional forward branches vs.
|
OP_APUT_WIDE.S | 23 @ branch prediction (if any) handles conditional forward branches vs.
|
/external/oprofile/events/mips/vr5500/ |
events | 16 event:0xa counters:0,1 um:zero minimum:500 name:BRANCHES_MISPREDICTED : Branch prediction miss
|
/external/oprofile/module/ |
compat.h | 48 /* branch prediction */
|
/external/speex/libspeex/ |
modes.c | 65 /* Parameters for Long-Term Prediction (LTP)*/ 72 /* Parameters for Long-Term Prediction (LTP)*/ 79 /* Parameters for Long-Term Prediction (LTP)*/ 86 /* Parameters for Long-Term Prediction (LTP)*/
|
/external/valgrind/main/cachegrind/tests/ |
filter_stderr | 8 sed "/^Cachegrind, a cache and branch-prediction profiler/ , /./ d" |
|
/frameworks/base/core/java/android/gesture/ |
GestureLibrary.java | 63 public ArrayList<Prediction> recognize(Gesture gesture) {
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
ltp_common_internal.h | 93 which can use lt prediction with long windows. 94 Explanation: Bands 0..MAX_LT_PRED_SFB-1 can use lt prediction. */ 99 which can use lt prediction with short windows. 100 Explanation: Bands 0..MAX_LT_PRED_SFB-1 can use lt prediction. */
|
long_term_synthesis.cpp | 88 win_prediction_used = buffer (Int) containing the prediction flag 90 buffer toggles prediction on(1)/off(0) for each 92 sfb_prediction_used = buffer (Int) containing the prediction flag 94 toggle prediction on(1)/off(0) on each scalefactor 120 current_frame contents are the dequantized spectrum with a prediction 121 vector added when prediction is turned on. 138 Long term synthesis is part of long term prediction (LTP) which is used to 142 spectral error when prediction is turned on. 154 Subpart 4.6.6 Long Term Prediction (LTP) 583 /* Pointer to prediction flag for each scalefactor band * [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 156 Mode of prediction of partition or sub-partition. PV Created. 157 Do not change the order!!! Used in table look-up mode prediction in 171 Mode of intra 4x4 prediction. Table 8-2 188 Mode of intra 16x16 prediction. Table 8-3 201 Mode of intra chroma prediction. Table 8-4 582 AVCMBMode mbMode; /* type of MB prediction */ 589 AVCPredMode MBPartPredMode[4][4]; /* prediction mode [MBPartIndx][subMBPartIndx] */ 615 uint8 *pred_block; /* pointer to prediction block, could point to a frame */ 617 uint8 pred[688]; /* for prediction */ 622 /* temporary buffers for intra prediction */ [all...] |