/frameworks/av/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/av/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) {
|
/external/libmpeg2/decoder/ |
impeg2d_globals.c | 46 /* frame prediction in P frame picture */ 49 /* field prediction in P frame picture */ 52 /* frame prediction in B frame picture */ 55 /* field prediction in B frame picture */ 58 /* dual prime prediction in P frame picture */ 62 /* field prediction in P field picture */ 64 /* 16x8 prediction in P field picture */ 66 /* field prediction in B field picture */ 68 /* 16x8 prediction in B field picture */ 70 /* dual prime prediction in P field picture * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.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);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 27 ; * Contains module for DC/AC coefficient prediction 33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 34 ; * to the function call, prediction direction (predDir) should be selected 53 ; * [in] predDir indicates the prediction direction which takes one 57 ; * [in] ACPredFlag a flag indicating if AC prediction should be 139 ;// DC Prediction 143 M_LDR predDir,predDironStack ;// Load Prediction direction 157 CMP predDir,#2 ;// Check if the Prediction direction is vertical 161 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer 162 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_TransRecBlockCoef_intra.c | 45 * prediction, and reconstructs the current intra block texture for prediction 56 * below (Internal Prediction Coefficient Update Procedures). The 66 * pPredBufCol - pointer to the prediction coefficient column buffer 70 * pSumErr - pointer to a flag indicating whether or not AC prediction is 71 * required; AC prediction is enabled if *pSumErr >=0, but the 72 * value is not used for coefficient prediction, i.e., the sum of 74 * function. Otherwise AC prediction is disabled if *pSumErr < 0 . 85 * the intra prediction process, as described in [ISO14496-2], 86 * sub-clause 7.4.3.3, Adaptive AC Coefficient Prediction. [all...] |
armVCM4P2_ACDCPredict.c | 28 * Contains module for DC/AC coefficient prediction 42 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 43 * to the function call, prediction direction (predDir) should be selected 59 * [in] predDir indicates the prediction direction which takes one 63 * [in] ACPredFlag a flag indicating if AC prediction should be 69 * calculate PQF (set 1, prediction) or QF (set 0, reconstruction) 208 /* Sum of absolute values of AC prediction error, this can 210 AC prediction */ 213 after AC prediction */ 241 /* Sum of absolute values of AC prediction error, this ca [all...] |
omxVCM4P2_PredictReconCoefIntra.c | 28 * Description: Contains modules for AC DC prediction 43 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 44 * to the function call, prediction direction (predDir) should be selected as 61 * predDir - indicates the prediction direction which takes one of the 64 * ACPredFlag - a flag indicating if AC prediction should be performed. It 75 * Buffer update: Update the AC prediction buffer (both row and
|
armVCM4P2_SetPredDir.c | 28 * Contains module for detecting the prediction direction 42 * Performs detecting the prediction direction 55 * [out] predDir indicates the prediction direction which takes one
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 27 ; * Contains module for DC/AC coefficient prediction 33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 34 ; * to the function call, prediction direction (predDir) should be selected 53 ; * [in] predDir indicates the prediction direction which takes one 57 ; * [in] ACPredFlag a flag indicating if AC prediction should be 171 ;// DC Prediction 175 M_LDR predDir,predDironStack ;// Load Prediction direction 183 CMP predDir,#2 ;// Check if the Prediction direction is vertical 187 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer 188 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffe [all...] |
/external/libhevc/common/ |
ihevc_recon.c | 62 * Performs reconstruction of 4x4 input block by adding adding prediction 69 * Prediction 4x4 block 78 * Prediction stride 141 * Performs reconstruction of 4x4 input block by adding adding prediction 148 * Prediction 4x4 block 157 * Prediction stride 223 * Performs reconstruction of 8x8 input block by adding adding prediction 230 * Prediction 8x8 block 239 * Prediction stride 305 * Performs reconstruction of 16x16 input block by adding adding prediction [all...] |
ihevc_chroma_recon.c | 67 * Performs reconstruction of 4x4 input block by adding adding prediction 74 * Prediction 4x4 block 83 * Prediction stride 150 * Performs reconstruction of 8x8 input block by adding adding prediction 157 * Prediction 8x8 block 166 * Prediction stride 233 * Performs reconstruction of 16x16 input block by adding adding prediction 240 * Prediction 16x16 block 249 * Prediction stride
|
/external/libmpeg2/common/ |
impeg2_defs.h | 116 * MPEG2 Prediction types 287 /* frame prediction in P frame picture */ 289 /* field prediction in P frame picture */ 291 /* frame prediction in B frame picture */ 293 /* field prediction in B frame picture */ 295 /* dual prime prediction in P frame picture */ 297 /* frame prediction in P field picture */ 299 /* 16x8 prediction in P field picture */ 301 /* field prediction in B field picture */ 303 /* 16x8 prediction in B field picture * [all...] |
/external/libopus/silk/float/ |
SigProc_FLP.h | 51 /* compute inverse of LPC prediction gain, and */ 54 silk_float silk_LPC_inverse_pred_gain_FLP( /* O return inverse prediction gain, energy domain */ 55 const silk_float *A, /* I prediction coefficients [order] */ 56 opus_int32 order /* I prediction order */ 66 silk_float *A, /* O prediction coefficients [order] */ 68 opus_int32 order /* I prediction order */ 72 silk_float silk_levinsondurbin_FLP( /* O prediction error energy */ 73 silk_float A[], /* O prediction coefficients [order] */ 75 const opus_int order /* I prediction order */ 110 silk_float A[], /* O prediction coefficients (length order) * [all...] |
k2a_FLP.c | 34 /* step up function, converts reflection coefficients to prediction coefficients */ 36 silk_float *A, /* O prediction coefficients [order] */ 38 opus_int32 order /* I prediction order */
|
LPC_inv_pred_gain_FLP.c | 37 /* compute inverse of LPC prediction gain, and */ 40 silk_float silk_LPC_inverse_pred_gain_FLP( /* O return inverse prediction gain, energy domain */ 41 const silk_float *A, /* I prediction coefficients [order] */ 42 opus_int32 order /* I prediction order */
|
LPC_analysis_filter_FLP.c | 57 /* short-term prediction */ 75 /* prediction error */ 95 /* short-term prediction */ 109 /* prediction error */ 129 /* short-term prediction */ 141 /* prediction error */ 161 /* short-term prediction */ 171 /* prediction error */ 191 /* short-term prediction */ 199 /* prediction error * [all...] |
/external/libopus/silk/ |
LPC_inv_pred_gain.c | 39 /* Compute inverse of LPC prediction gain, and */ 41 static opus_int32 LPC_inverse_pred_gain_QA( /* O Returns inverse prediction gain in energy domain, Q30 */ 42 opus_int32 A_QA[ 2 ][ SILK_MAX_ORDER_LPC ], /* I Prediction coefficients */ 43 const opus_int order /* I Prediction order */ 109 opus_int32 silk_LPC_inverse_pred_gain( /* O Returns inverse prediction gain in energy domain, Q30 */ 110 const opus_int16 *A_Q12, /* I Prediction coefficients, Q12 [order] */ 111 const opus_int order /* I Prediction order */ 136 opus_int32 silk_LPC_inverse_pred_gain_Q24( /* O Returns inverse prediction gain in energy domain, Q30 */ 137 const opus_int32 *A_Q24, /* I Prediction coefficients [order] */ 138 const opus_int order /* I Prediction order * [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
Learning_MulticlassPA.java | 69 // This implementation, combines training and prediction in one step. 70 // The return value is the prediction value for the supplied sample. It 84 int prediction = mMulticlassPA_learner.sparseGetClass(splited.indexArray, local 86 return 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
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStorageAccessor.java | 19 import android.gesture.Prediction; 42 ArrayList<Prediction> recognize(Gesture gesture);
|
/external/libvpx/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 */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 */
|