Searched refs:intra (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastcodemb.cpp | 59 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); in CodeMB_H263() local 97 if (intra) in CodeMB_H263() 166 if (intra) in CodeMB_H263() 185 if (intra) in CodeMB_H263() 194 if (sad < DctTh1 && !(shortHeader && intra)) /* all-zero */ in CodeMB_H263() 236 … BlockIDCTMotionComp(dataBlock, bitmapcol, bitmaprow[k], dctMode, rec, pred, (lx << 1) | intra); in CodeMB_H263() 288 Int intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); in CodeMB_MPEG() local 322 if (intra) in CodeMB_MPEG() 393 if (intra) in CodeMB_MPEG() 407 if (intra) in CodeMB_MPEG() [all …]
|
D | 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) in PutCBPY() argument 274 if (intra == 0) in PutCBPY() 984 Int intra, intraDC_decision, DC; in MBVlcEncodeDataPar_P_VOP() local 991 intra = (Mode == MODE_INTRA || Mode == MODE_INTRA_Q); in MBVlcEncodeDataPar_P_VOP() 995 if (intra) in MBVlcEncodeDataPar_P_VOP() 1008 RunLevel(video, intra, intraDC_decision, ncoefblck); in MBVlcEncodeDataPar_P_VOP() 1026 if (CBP == 0 && intra == 0) /* Determine if Skipped MB */ in MBVlcEncodeDataPar_P_VOP() 1073 if (intra) in MBVlcEncodeDataPar_P_VOP() [all …]
|
D | vlc_encode.h | 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream);
|
D | fastcodemb.h | 98 Int dctMode, UChar *rec, Int lx, Int intra);
|
D | fastidct.cpp | 1868 Int intra = (lx_intra & 1); in BlockIDCTMotionComp() local 1873 if (intra) in BlockIDCTMotionComp() 1919 if (intra) in BlockIDCTMotionComp() 2008 if (intra) in BlockIDCTMotionComp() 2015 if (intra) in BlockIDCTMotionComp()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | vlc_decode.h | 108 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra);
|
D | vlc_decode.cpp | 590 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra) in PV_VlcDecCBPY() argument 613 if (intra == 0) CBPY = 15 - CBPY; in PV_VlcDecCBPY()
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 24649 field public static final String FEATURE_IntraRefresh = "intra-refresh"; 25327 field public static final String KEY_INTRA_REFRESH_PERIOD = "intra-refresh-period";
|
/frameworks/base/api/ |
D | current.txt | 24649 field public static final String FEATURE_IntraRefresh = "intra-refresh"; 25351 field public static final String KEY_INTRA_REFRESH_PERIOD = "intra-refresh-period";
|