Home | History | Annotate | Download | only in src

Lines Matching refs:intra

21 #define TH_Intra  0 /* threshold biasing toward INTER mode instead of intra mode */
44 bool intra = true;
100 intra = false;
104 return intra;
123 bool intra = true;
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)
186 else if (video->slice_type == AVC_P_SLICE && intra == true)
819 //===== INTRA PREDICTION FOR 4x4 BLOCK =====
1185 //===== LOOP OVER ALL 4x4 INTRA PREDICTION MODES =====
1844 /* find the best intra mode based on original (unencoded) frame */
1992 /* set MV and Ref_Idx codes of Intra blocks in P-slices */
2015 /* calculate the cost of each intra prediction mode and compare to the
2017 /* full search for all intra prediction */
2119 if (currMB->mb_intra) /* only do the chrominance search when intra is decided */
2124 /* now search for the best chroma intra prediction */
2186 /* set MV and Ref_Idx codes of Intra blocks in P-slices */