/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_SubAndTransformQDQResidual.c | 47 * bIntra - Indicates whether this is an INTRA block, either 1-INTRA or
|
omxVCM4P10_TransformQuant_LumaDC.c | 101 Two_f = (1 << QbitsPlusOne) / 3; /* 3->INTRA, 6->INTER */
|
omxVCM4P10_PredictIntra_16x16.c | 13 * H.264 16x16 intra prediction module 74 * they are not used by intra prediction implied in predMode.
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 21 #define TH_Intra 0 /* threshold biasing toward INTER mode instead of intra mode */ 44 bool intra = true; local 100 intra = false; 104 return intra; 123 bool intra = true; local 130 /* now perform intra prediction search */ 131 /* need to add the check for encvid->intraSearch[video->mbNum] to skip intra 135 /* Decide whether intra search is necessary or not */ 138 intra = IntraDecisionABE(encvid, min_cost, curL, picPitch); 141 if (intra == true || video->slice_type == AVC_I_SLICE [all...] |
motion_est.cpp | 30 #define PREF_INTRA 3024//512 /* bias for INTRA coding */ 193 bool intra = true; local 218 intra = false; // no possibility of intra, just use inter 224 *min_cost = (*min_cost + (int)(SBE * 8)) >> 1; // possibility of intra, averaging the cost 232 return intra; 303 /* Random INTRA update */ 336 NumIntraSearch = 0; // to be intra searched in the encoding loop. 380 /* make a decision whether it should be tested for intra or not */ 393 else // boundary MBs, always do intra searc [all...] |
avcenc_lib.h | 293 /** This function performs intra/inter decision based on ABE. 298 \return "Boolean for intra mode." 305 This function performs intra prediction mode search. 383 This function performs chroma intra search. Each mode is saved in encvid->pred_ic. 500 The goal is to find the best MB partition for inter and find out if intra search is needed for 501 any MBs. This intra MB tendency can be used for scene change detection. 516 This function keeps track of intra refresh macroblock locations. 520 \param "numRefresh" "Number of MB to be intra refresh in a single frame." [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_intra_prediction.c | 201 Perform intra 16x16 prediction mode for luma pixels and add 255 Perform intra 4x4 prediction for luma pixels and add residual 257 macroblock array 'data'. The intra 4x4 prediction mode for each 368 Perform intra prediction for chroma pixels and add residual 450 Processes one intra macroblock. Performs intra prediction using 460 macroblocks are used in intra prediction 470 HANTRO_NOK error in intra prediction 616 Perform intra 16x16 prediction mode for luma pixels and add 689 Perform intra 4x4 prediction for luma pixels and add residua [all...] |
/dalvik/vm/oo/ |
AccessCheck.cpp | 41 /* quick test for intra-class access */
|
/external/libvpx/examples/ |
vp8_scalable_patterns.txt | 31 * Frame 0 Intra, use none, update L&G&A
|
/external/libvpx/vp8/common/ |
extend.c | 99 /* note the extension is only for the last row, for intra prediction purpose */
|
onyxc_int.h | 41 vp8_prob ymode_prob [VP8_YMODES-1]; /* interframe intra mode probs */
|
/external/llvm/lib/CodeGen/ |
CodePlacementOpt.cpp | 28 STATISTIC(NumIntraElim, "Number of intra loop branches eliminated"); 29 STATISTIC(NumIntraMoved, "Number of intra loop branches moved"); 336 /// intra-loop branching and to form contiguous loops. 358 /// intra-loop branching and to form contiguous loops.
|
/external/srec/tools/grxmlcompile/ |
sub_phon.cpp | 218 std::cout << "Intra sil search " << intraId << std::endl; 224 std::cout << "Intra sil: " << arc[ii]->GetFromId() << " " << arc[ii]->GetToId() << std::endl; 386 // Finally, special case for intra-word silence 391 std::cout << "Intra silence: " << currId << " " << arc[ii]->GetFromId() << std::endl;
|
/external/webkit/Tools/Scripts/webkitpy/ |
style_references.py | 29 # With this module, the only intra-package references (i.e.
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 174 /** Specifies the maximum number of P-frames between 2 INTRA frames. An INTRA mode is 179 /** According to iIFrameInterval setting, the minimum number of intra MB per frame is 181 iNumIntraMBRefresh must be specified to guarantee the minimum number of intra
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_DeblockChroma_I.c | 13 * H.264 intra chroma deblock
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 21 ; * Performs VLC decoding and inverse zigzag scan for one intra coded block.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_DeblockChroma_I.c | 13 * H.264 intra chroma deblock
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s | 21 ; * Performs VLC decoding and inverse zigzag scan for one intra coded block.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_FillVLCBuffer.c | 47 * (considering last and inter/intra status)
|
omxVCM4P2_MotionEstimationMB.c | 190 * strategy from among inter-1MV, inter-4MV, and intra modes. Supports 500 /* finding the error in intra mode */ 509 /* Intra SAD calculation */ 515 /* Using the MPEG4 VM formula for intra/inter mode decision
|
omxVCM4P2_PredictReconCoefIntra.c | 28 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
|
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Video.h | 288 * Enumeration of possible methods to use for Intra Refresh 301 * Structure for configuring intra refresh mode 308 * nAirMBs : Number of intra macroblocks to refresh in a frame when 311 * intra coded 312 * nCirMBs : Number of consecutive macroblocks to be coded as "intra" 642 * nIDCVLCThreshold : Value of intra DC VLC threshold [all...] |
/external/freetype/src/base/ |
ftlcdfil.c | 164 /* intra-pixel filter used by the legacy filter */ 184 /* horizontal in-place intra-pixel filter */
|
/frameworks/base/include/media/stagefright/openmax/ |
OMX_Video.h | 306 * Enumeration of possible methods to use for Intra Refresh 319 * Structure for configuring intra refresh mode 326 * nAirMBs : Number of intra macroblocks to refresh in a frame when 329 * intra coded 330 * nCirMBs : Number of consecutive macroblocks to be coded as "intra" 660 * nIDCVLCThreshold : Value of intra DC VLC threshold [all...] |