/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_PutVLCBits.c | 45 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra) 47 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra) 52 * (considering last and inter/intra status) for last = 0 56 * (considering last and inter/intra status) for last = 1
|
omxVCM4P2_DecodeBlockCoef_Inter.c | 44 * short_video_header; shortVideoHeader==1 selects linear intra DC 45 * mode, and shortVideoHeader==0 selects non linear intra DC mode.
|
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c | 14 * for intra block. 36 * for one intra block. Two versions of the function (DCVLC and ACVLC) are 38 * coefficients, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
|
armVCM4P2_DecodeVLCZigzag_intra.c | 33 * Performs VLC decoding and inverse zigzag scan for one intra coded block.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
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. 195 * Note: OMX_VC_UPPER_RIGHT is not used in intra chroma
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4lib_int.h | 110 int loadIntraQuantMat; /* Load intra quantization matrix */ 112 int iqmat[64]; /* Intra quant.matrix */ 113 int niqmat[64]; /* Non-intra quant.matrix */ 150 uint8 *Mode; /* Modes INTRA/INTER/etc. */ 255 int intra_acdcPredDisable; /* VOL disable INTRA DC prediction */
|
dec_pred_intra_dc.cpp | 58 /* negative delta INTRA DC */ 63 { /* positive delta INTRA DC */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | 146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream); 168 void RunLevel(VideoEncData *video, Int intra, Int intraDC_decision, Int ncoefblck[]); 269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) 274 if ((intra == 0)) 959 (*BlockCodeCoeff)(&(RLB[i]), bs3, 1 - intraDC_decision, ncoefblck[i], Mode);/* Code Intra AC*/ 984 Int intra, intraDC_decision, DC; local 991 intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); 995 if (intra) 1008 RunLevel(video, intra, intraDC_decision, ncoefblck); 1026 if (CBP == 0 && intra == 0) /* Determine if Skipped MB * 1258 Int intra, intraDC_decision; local 1438 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); local 1580 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); local [all...] |
mp4lib_int.h | 102 Int loadIntraQuantMat; /* Load intra quantization matrix */ 104 Int iqmat[64]; /* Intra quant.matrix */ 105 Int niqmat[64]; /* Non-intra quant.matrix */ 146 UChar *Mode; /* Modes INTRA/INTER/etc. */ 204 /* Intra Refresh Parameters */ 205 Int IntraPeriod; /* Intra update period */ 356 UChar *intraArray; /* Intra Update Arrary */ 412 Int numIntra; /* So far number of Intra MB */
|
fastcodemb.cpp | 59 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); local 97 if (intra) 166 if (intra) 185 if (intra) 194 if (sad < DctTh1 && !(shortHeader && intra)) /* all-zero */ 195 { /* For shortHeader intra block, DC value cannot be zero */ 236 BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra); 288 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); local 322 if (intra) 393 if (intra) [all...] |
vlc_encode.h | 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 222 int intraMBRate; /* intra MB refresh rate per frame */ 264 /*If the macroblock is intra coded, the original spatial pixel values are summed.*/ 397 /********* intra prediction scratch memory **********************/ 417 /* need for intra refresh rate */ 418 uint8 *intraSearch; /* Intra Array for MBs to be intra searched */ 419 uint firstIntraRefreshMBIndx; /* keep track for intra refresh */ 439 int numIntraMB; /* keep track of number of intra MB */
|
/external/libvpx/vp8/encoder/ |
segmentation.c | 40 // else if using non 0,0 motion or intra modes then clear flag if it is currently set
|
onyx_int.h | 80 vp8_prob ymode_prob[4], uv_mode_prob[3]; /* interframe intra mode probs */ 83 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */ 360 int last_q[2]; // Separate values for Intra/Inter 454 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */ 455 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */ 683 int force_next_frame_intra; /* force next frame to intra when kf_auto says so */
|
/external/webkit/Source/WebCore/editing/ |
FindOptions.h | 35 // an uppercase letter followed by a lowercase or non-letter. Accepts several other intra-word matches.
|
/external/libvpx/vp8/common/ |
blockd.h | 136 /* For keyframes, intra block modes are predicted by the (already decoded) 263 signed char last_ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */ 264 signed char ref_lf_deltas[MAX_REF_LF_DELTAS]; /* 0 = Intra, Last, GF, ARF */
|
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 125 /* intra */ 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 578 uint mb_intra; /* intra flag */ 622 /* temporary buffers for intra prediction */ 625 uint8 *intra_pred_top; /* a row of pixel for intra prediction */ 626 uint8 intra_pred_left[17]; /* a column of pixel for intra prediction */ 632 /* pointer to the prediction area for intra prediction */ 633 uint8 *pintra_pred_top; /* pointer to the top intra prediction value * [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
armVC.h | 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 175 * Performs zigzag scanning and VLC encoding for one intra block. 227 * Performs VLC decoding and inverse zigzag scan for one intra coded block. 402 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra) 404 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra) 409 * (considering last and inter/intra status) for last = 0 413 * (considering last and inter/intra status) for last = 1 485 * (considering last and inter/intra status) 530 * [in] maxStoreRun Max store possible (considering last and inter/intra) 534 * (considering last and inter/intra status [all...] |
omxVC.h | [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
armVC.h | 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 175 * Performs zigzag scanning and VLC encoding for one intra block. 227 * Performs VLC decoding and inverse zigzag scan for one intra coded block. 402 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra) 404 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra) 409 * (considering last and inter/intra status) for last = 0 413 * (considering last and inter/intra status) for last = 1 485 * (considering last and inter/intra status) 530 * [in] maxStoreRun Max store possible (considering last and inter/intra) 534 * (considering last and inter/intra status [all...] |
omxVC.h | [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
armVC.h | 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior 175 * Performs zigzag scanning and VLC encoding for one intra block. 227 * Performs VLC decoding and inverse zigzag scan for one intra coded block. 402 * [in] maxStoreRunL0 Max store possible (considering last and inter/intra) 404 * [in] maxStoreRunL1 Max store possible (considering last and inter/intra) 409 * (considering last and inter/intra status) for last = 0 413 * (considering last and inter/intra status) for last = 1 485 * (considering last and inter/intra status) 530 * [in] maxStoreRun Max store possible (considering last and inter/intra) 534 * (considering last and inter/intra status [all...] |
omxVC.h | [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Video.h | 149 @brief OMX_VIDEO_PARAM_AVCNALUCONTROLTYPE : to configure what NALU need to send along the frames of different types (Intra,IDR...etc) 153 @param nIntraPicture to to configure the different NALU (specified via enabling/disabling (1/0) the bit positions) that need to send along with the Intra frame 154 @param nNonIntraPicture to to configure the different NALU (specified via enabling/disabling (1/0) the bit positions) that need to send along with the Non Intra frame 223 * @brief to select the chroma component used for Intra Prediction 226 OMX_Video_Chroma_Component_Cr_Only=0, //!< consider only Cr chroma component for Intra prediction 227 OMX_Video_Chroma_Component_Cb_Cr_Both, //!< consider both (Cb & Cr) chroma components for Intra prediction 233 @brief OMX_VIDEO_PARAM_INTRAPREDTYPE : to configure the Modes for the different block sizes during Intra Prediction 234 @param nLumaIntra4x4Enable to configure the Modes for 4x4 block size during luma intra prediction: bit position specifies the modes that are enabled/disabled 236 @param nLumaIntra8x8Enable to configure the Modes for 4x4 block size during luma intra prediction 238 @param nLumaIntra16x16Enable to configure the Modes for 4x4 block size during luma intra predictio [all...] |
/external/tcpdump/ |
ospf6.h | 55 #define LS_TYPE_INTRA_AP 9 /* Intra-Area-Prefix */ 189 /* Intra-Area-Prefix */
|