Searched defs:ncand (Results 1 - 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | findhalfpel.cpp | 54 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand, argument 78 GenerateHalfPelPred(subpel_pred, ncand, lx); 146 void GenerateHalfPelPred(uint8* subpel_pred, uint8 *ncand, int lx) argument 160 ref = ncand - 3 - lx - (lx << 1); /* move back (-3,-3) */
|
H A D | motion_est.cpp | 963 uint8 *ref, *cand, *ncand; local 1057 ncand = ref + i0 + j0 * lx; 1066 ncand = ref + imin + jmin * lx; 1075 ncand = ref + imin + jmin * lx; 1102 ncand = cand; 1127 ncand = cand; 1137 // ncand = ref + jmin*lx + imin; /* center of the search */ 1166 ncand = cand; 1210 best_cand[0] = ncand; 1222 ncand [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | findhalfpel.cpp | 65 void FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand, argument 127 ncand -= lx; /* initial position */ 135 d = (*(SAD_MB_HalfPel[((yh&1)<<1)+(xh&1)]))(ncand, cur, (dmin << 16) | lx, extra_info); 156 ncand += next_ncand[k];
|
H A D | motion_est.cpp | 774 UChar *ref, *cand, *ncand = NULL, *cur8; local 840 ncand = ref + imin + jmin * lx; 849 ncand = ref + imin + jmin * lx; 856 best_cand[0] = ncand; 865 ncand = ref + imin + jmin * lx; 892 ncand = cand; 914 ncand = cand; 921 ncand = cand; 928 ncand = ref + i0 + j0 * lx; /* use (0,0) MV as initial value */ 929 mot[mbnum][7].sad = dmin = (*SAD_Macroblock)(ncand, cu [all...] |
Completed in 78 milliseconds