/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC_s.h | 70 OMX_16X16_VERT EQU 0; /** Intra_16x16_Vertical (prediction mode) */ 71 OMX_16X16_HOR EQU 1; /** Intra_16x16_Horizontal (prediction mode) */ 72 OMX_16X16_DC EQU 2; /** Intra_16x16_DC (prediction mode) */ 73 OMX_16X16_PLANE EQU 3; /** Intra_16x16_Plane (prediction mode) */ 77 OMX_4x4_VERT EQU 0; /** Intra_4x4_Vertical (prediction mode) */ 78 OMX_4x4_HOR EQU 1; /** Intra_4x4_Horizontal (prediction mode) */ 79 OMX_4x4_DC EQU 2; /** Intra_4x4_DC (prediction mode) */ 80 OMX_4x4_DIAG_DL EQU 3; /** Intra_4x4_Diagonal_Down_Left (prediction mode) */ 81 OMX_4x4_DIAG_DR EQU 4; /** Intra_4x4_Diagonal_Down_Right (prediction mode) */ 82 OMX_4x4_VR EQU 5; /** Intra_4x4_Vertical_Right (prediction mode) * [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC_s.h | 70 OMX_16X16_VERT EQU 0; /** Intra_16x16_Vertical (prediction mode) */ 71 OMX_16X16_HOR EQU 1; /** Intra_16x16_Horizontal (prediction mode) */ 72 OMX_16X16_DC EQU 2; /** Intra_16x16_DC (prediction mode) */ 73 OMX_16X16_PLANE EQU 3; /** Intra_16x16_Plane (prediction mode) */ 77 OMX_4x4_VERT EQU 0; /** Intra_4x4_Vertical (prediction mode) */ 78 OMX_4x4_HOR EQU 1; /** Intra_4x4_Horizontal (prediction mode) */ 79 OMX_4x4_DC EQU 2; /** Intra_4x4_DC (prediction mode) */ 80 OMX_4x4_DIAG_DL EQU 3; /** Intra_4x4_Diagonal_Down_Left (prediction mode) */ 81 OMX_4x4_DIAG_DR EQU 4; /** Intra_4x4_Diagonal_Down_Right (prediction mode) */ 82 OMX_4x4_VR EQU 5; /** Intra_4x4_Vertical_Right (prediction mode) * [all...] |
/frameworks/base/core/java/android/gesture/ |
InstanceLearner.java | 29 private static final Comparator<Prediction> sComparator = new Comparator<Prediction>() { 30 public int compare(Prediction object1, Prediction object2) { 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { 45 ArrayList<Prediction> predictions = new ArrayList<Prediction>(); 76 predictions.add(new Prediction(name, score)); 80 // for (Prediction prediction : predictions) [all...] |
Prediction.java | 19 public class Prediction { 24 Prediction(String label, double predictionScore) {
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
predict.h | 1 /* Definitions for branch prediction routines in the GNU compiler. 32 enum prediction enum 38 extern void predict_insn_def (rtx, enum br_predictor, enum prediction); 42 extern tree build_predict_expr (enum br_predictor, enum prediction);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
predict.h | 1 /* Definitions for branch prediction routines in the GNU compiler. 32 enum prediction enum 38 extern void predict_insn_def (rtx, enum br_predictor, enum prediction); 42 extern tree build_predict_expr (enum br_predictor, enum prediction);
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
predict.h | 1 /* Definitions for branch prediction routines in the GNU compiler. 32 enum prediction enum 38 extern void predict_insn_def (rtx, enum br_predictor, enum prediction); 42 extern tree build_predict_expr (enum br_predictor, enum prediction);
|
/packages/inputmethods/OpenWnn/ |
README.txt | 34 Index 0: English dictionary for normal prediction (high priority) 35 Index 1: English dictionary for normal prediction (middle priority) 36 Index 2: English dictionary for normal prediction (low priority) 37 Index 3: English dictionary for relative prediction #1 38 Index 4: English dictionary for relative prediction #2 41 Index 0: Japanese dictionary for normal prediction (high priority) 42 Index 1: Japanese dictionary for normal prediction (low priority) 43 Index 2: Japanese dictionary for relative prediction #1 44 Index 3: Japanese dictionary for relative prediction #2
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 13 ; * Contains module for DC/AC coefficient prediction 19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 20 ; * to the function call, prediction direction (predDir) should be selected 39 ; * [in] predDir indicates the prediction direction which takes one 43 ; * [in] ACPredFlag a flag indicating if AC prediction should be 125 ;// DC Prediction 129 M_LDR predDir,predDironStack ;// Load Prediction direction 143 CMP predDir,#2 ;// Check if the Prediction direction is vertical 147 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer 148 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_TransRecBlockCoef_intra.c | 30 * prediction, and reconstructs the current intra block texture for prediction 41 * below (Internal Prediction Coefficient Update Procedures). The 51 * pPredBufCol - pointer to the prediction coefficient column buffer 55 * pSumErr - pointer to a flag indicating whether or not AC prediction is 56 * required; AC prediction is enabled if *pSumErr >=0, but the 57 * value is not used for coefficient prediction, i.e., the sum of 59 * function. Otherwise AC prediction is disabled if *pSumErr < 0 . 70 * the intra prediction process, as described in [ISO14496-2], 71 * sub-clause 7.4.3.3, Adaptive AC Coefficient Prediction. [all...] |
armVCM4P2_ACDCPredict.c | 13 * Contains module for DC/AC coefficient prediction 27 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 28 * to the function call, prediction direction (predDir) should be selected 44 * [in] predDir indicates the prediction direction which takes one 48 * [in] ACPredFlag a flag indicating if AC prediction should be 54 * calculate PQF (set 1, prediction) or QF (set 0, reconstruction) 193 /* Sum of absolute values of AC prediction error, this can 195 AC prediction */ 198 after AC prediction */ 226 /* Sum of absolute values of AC prediction error, this ca [all...] |
armVCM4P2_SetPredDir.c | 13 * Contains module for detecting the prediction direction 27 * Performs detecting the prediction direction 40 * [out] predDir indicates the prediction direction which takes one
|
omxVCM4P2_PredictReconCoefIntra.c | 13 * Description: Contains modules for AC DC prediction 28 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 29 * to the function call, prediction direction (predDir) should be selected as 46 * predDir - indicates the prediction direction which takes one of the 49 * ACPredFlag - a flag indicating if AC prediction should be performed. It 60 * Buffer update: Update the AC prediction buffer (both row and
|
armVCM4P2_DecodeVLCZigzag_intra.c | 43 * [in] predDir AC prediction direction which is used to decide 46 * OMX_VC_NONE AC prediction not used; 48 * OMX_VC_HORIZONTAL Horizontal prediction; 51 * OMX_VC_VERTICAL Vertical prediction;
|
armVCM4P2_EncodeVLCZigzag_intra.c | 44 * [in] predDir AC prediction direction, which is used to decide 47 * OMX_VC_NONE AC prediction not used. 50 * OMX_VC_HORIZONTAL Horizontal prediction. 53 * OMX_VC_VERTICAL Vertical prediction.
|
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c | 41 * predDir - AC prediction direction, which is used to decide the zigzag 43 * - OMX_VC_NONE - AC prediction not used. 45 * - OMX_VC_HORIZONTAL - Horizontal prediction. 47 * - OMX_VC_VERTICAL - Vertical prediction.
|
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c | 45 * predDir - AC prediction direction; used to select the zigzag scan 47 * prediction not used; performs classical zigzag scan. 48 * OMX_VC_HORIZONTAL - Horizontal prediction; performs 50 * prediction; performs alternate-horizontal zigzag scan.
|
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c | 46 * predDir - AC prediction direction, which is used to decide the zigzag 48 * - OMX_VC_NONE - AC prediction not used. 50 * - OMX_VC_HORIZONTAL - Horizontal prediction. 52 * - OMX_VC_VERTICAL - Vertical prediction.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 13 ; * Contains module for DC/AC coefficient prediction 19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 20 ; * to the function call, prediction direction (predDir) should be selected 39 ; * [in] predDir indicates the prediction direction which takes one 43 ; * [in] ACPredFlag a flag indicating if AC prediction should be 157 ;// DC Prediction 161 M_LDR predDir,predDironStack ;// Load Prediction direction 169 CMP predDir,#2 ;// Check if the Prediction direction is vertical 173 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer 174 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe [all...] |
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStorageAccessor.java | 19 import android.gesture.Prediction; 42 ArrayList<Prediction> recognize(Gesture gesture);
|
/external/libvpx/vp8/common/ |
blockd.h | 77 V_PRED, /* vertical prediction */ 78 H_PRED, /* horizontal prediction */ 79 TM_PRED, /* Truemotion prediction */ 80 B_PRED, /* block based prediction, each block has its own prediction mode */ 114 B_VE_PRED, /* vertical prediction */ 115 B_HE_PRED, /* horizontal prediction */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_InvTransformResidualAndAdd.c | 28 * the difference signal and then adds the difference to the prediction to get 33 * pSrcPred - Pointer to prediction signal. 4-byte alignment required. 36 * iSrcPredStep - Step of the prediction buffer; must be a multiple of 4.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 2 * To support deadlock prediction, this version of MONITOR_ENTER
|
/external/iptables/extensions/ |
libipt_SAME.man | 17 port prediction (kernel >= 2.6.21).
|
/packages/inputmethods/LatinIME/dictionaries/ |
sample.xml | 5 Highest frequency words get more weight in the prediction algorithm.
|