HomeSort by relevance Sort by last modified time
    Searched full:prediction (Results 51 - 75 of 556) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
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.
omxVCM4P10_SubAndTransformQDQResidual.c 27 * This function subtracts the prediction signal from the original signal to
37 * pSrcPred - Pointer to prediction signal. 4-byte alignment required.
40 * iSrcPredStep - Step of the prediction signal buffer; must be a multiple
  /frameworks/av/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...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
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...]
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageTester.java 20 import android.gesture.Prediction;
73 ArrayList<Prediction> predictions = mFixture.recognize(newLineGesture);
GestureStoreTest.java 21 import android.gesture.Prediction;
66 public ArrayList<Prediction> recognize(Gesture gesture) {
  /external/valgrind/main/
README 24 and branch-prediction profiler, a call-graph generating cache abd
25 branch-prediction profiler, and a heap profiler. It also includes
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def 1 /* Definitions for the branch prediction routines in the GNU compiler.
48 DEF_PREDICTOR (PRED_NO_PREDICTION, "no prediction", PROB_ALWAYS, 0)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
FailedPredicateException.as 33 * a prediction decision.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
FailedPredicateException.java 33 * a prediction decision.
  /external/llvm/lib/Target/Sparc/
README.txt 11 * Emit the 'Branch on Integer Register with Prediction' instructions. It's
  /external/speex/libspeex/
lpc.h 4 @brief Functions for LPC (Linear Prediction Coefficients) analysis
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 65 int predictionType; /* VOP prediction type */
137 uint8 pred_block[384]; /* prediction block, Aug 3,2005 */
189 /* prediction data. If the compiler is smart */
255 int intra_acdcPredDisable; /* VOL disable INTRA DC prediction */
mb_motion_comp.cpp 55 that perform luminance and chrominance prediction and it initializes the
58 chrominance prediction functions to call and determines how the post
116 /** modified 3 August 2005 to do prediction and put the results in
249 /* Call function that performs luminance prediction */
289 /* Compute prediction values over current luminance MB */
325 /* Compute prediction values over current luminance MB */
361 /* Compute prediction values over current luminance MB */
453 /* x position in prediction data offset by motion vector */
458 /* y position in prediction data offset by motion vector */
466 /* Call function that performs chrominance prediction */
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
78 * to the function call, prediction direction (predDir) should be selected
94 * [in] predDir indicates the prediction direction which takes one
98 * [in] ACPredFlag a flag indicating if AC prediction should be
104 * calculate PQF (set 1, prediction) or QF (set 0, reconstruction)
139 * Performs detecting the prediction direction
152 * [out] predDir indicates the prediction direction which takes one
185 * [in] predDir AC prediction direction, which is used to decide
188 * OMX_VIDEO_NONE AC prediction not used.
191 * OMX_VIDEO_HORIZONTAL Horizontal prediction
    [all...]
omxVC.h 491 /* The direction enumerator is used with functions that perform AC/DC prediction and zig-zag scan. */
602 OMXVCMotionVector pMVPred[2][2]; /* motion vector prediction, represented using 1/2-pel units,
605 OMX_U8 pPredDir[2][2]; /* AC prediction direction:
619 * the set of three MV candidates used for prediction is also returned,
637 * prediction candidate MVs are not returned and pDstMVPredME will
647 * used for prediction as specified in [ISO14496-2], subclause
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
78 * to the function call, prediction direction (predDir) should be selected
94 * [in] predDir indicates the prediction direction which takes one
98 * [in] ACPredFlag a flag indicating if AC prediction should be
104 * calculate PQF (set 1, prediction) or QF (set 0, reconstruction)
139 * Performs detecting the prediction direction
152 * [out] predDir indicates the prediction direction which takes one
185 * [in] predDir AC prediction direction, which is used to decide
188 * OMX_VIDEO_NONE AC prediction not used.
191 * OMX_VIDEO_HORIZONTAL Horizontal prediction
    [all...]
omxVC.h 491 /* The direction enumerator is used with functions that perform AC/DC prediction and zig-zag scan. */
602 OMXVCMotionVector pMVPred[2][2]; /* motion vector prediction, represented using 1/2-pel units,
605 OMX_U8 pPredDir[2][2]; /* AC prediction direction:
619 * the set of three MV candidates used for prediction is also returned,
637 * prediction candidate MVs are not returned and pDstMVPredME will
647 * used for prediction as specified in [ISO14496-2], subclause
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
78 * to the function call, prediction direction (predDir) should be selected
94 * [in] predDir indicates the prediction direction which takes one
98 * [in] ACPredFlag a flag indicating if AC prediction should be
104 * calculate PQF (set 1, prediction) or QF (set 0, reconstruction)
139 * Performs detecting the prediction direction
152 * [out] predDir indicates the prediction direction which takes one
185 * [in] predDir AC prediction direction, which is used to decide
188 * OMX_VIDEO_NONE AC prediction not used.
191 * OMX_VIDEO_HORIZONTAL Horizontal prediction
    [all...]
  /frameworks/base/core/java/android/gesture/
Learner.java 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector);
  /external/oprofile/events/mips/25K/
events 25 # Branch/Jump Prediction:
29 event:0xf counters:0,1 um:zero minimum:500 name:JR_RPD_MISSPREDICTED : JR instructions that mispredicted using the Return Prediction Stack
71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 133 /* Setting the AC prediction direction and prediction direction */
185 /* AC DC prediction */
omxVCM4P2_FindMVpred.c 30 * the set of three MV candidates used for prediction is also returned,
48 * prediction candidate MVs are not returned and pDstMVPredME will
58 * used for prediction as specified in [ISO14496-2], subclause
  /external/quake/quake/src/QW/
qwchangelog.txt 7 - fixed prediction bug in spectator/camera view, camera will no longer
86 is noted and the clients are updated with the change so that their prediction
95 differences in movement prediction
151 - add other player clip hulls to player prediction and local prediction
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 201 Perform intra 16x16 prediction mode for luma pixels and add
202 residual into prediction. The resulting luma pixels are
255 Perform intra 4x4 prediction for luma pixels and add residual
256 into prediction. The resulting luma pixels are stored in
257 macroblock array 'data'. The intra 4x4 prediction mode for each
368 Perform intra prediction for chroma pixels and add residual
369 into prediction. The resulting chroma pixels are stored in 'data'.
450 Processes one intra macroblock. Performs intra prediction using
451 specified prediction mode. Writes the final macroblock
452 (prediction + residual) into the output image (image
    [all...]

Completed in 993 milliseconds

1 23 4 5 6 7 8 91011>>