Searched refs:hp_guess (Results 1 - 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | findhalfpel.cpp | 45 const static Int distance_tab[9][9] = /* [hp_guess][k] */ 66 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) 131 if (distance_tab[hp_guess][k] < HP_DISTANCE_TH) 163 hp_guess = kmin; 65 FindHalfPelMB(VideoEncData *video, UChar *cur, MOT *mot, UChar *ncand, Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess) argument
|
H A D | motion_est.cpp | 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess); 174 Int hp_guess = 0; local 291 FS_en, &hp_guess); 347 i << 4, j << 4, xh, yh, hp_guess); 771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) 845 *hp_guess = 0; /* no guess for fast half-pel */ 863 *hp_guess = 0; /* no guess for fast half-pel */ 1012 *hp_guess = FindMin(dn); 770 MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) argument
|
H A D | mp4lib_int.h | 416 Int hp_guess; member in struct:tagVideoEncData
|
H A D | mp4enc_lib.h | 138 Int xpos, Int ypos, Int *xhmin, Int *yhmin, Int hp_guess);
|
H A D | vop.cpp | 97 video->hp_guess = -1;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | avcenc_lib.h | 550 \param "hp_guess" "Guess for half-pel search." 554 int i0, int j0, int type_pred, int FS_en, int *hp_guess); 617 \param "hp_guess" "Input to help speedup the search." 622 int xpos, int ypos, int hp_guess, int cmvx, int cmvy);
|
H A D | motion_est.cpp | 270 int hp_guess = 0; local 367 FS_en, &hp_guess); 956 int i0, int j0, int type_pred, int FS_en, int *hp_guess) 1062 *hp_guess = 0; /* no guess for fast half-pel */ 1073 *hp_guess = 0; /* no guess for fast half-pel */ 1201 *hp_guess = AVCFindMin(dn); 1215 min_sad = AVCFindHalfPelMB(encvid, cur, mot16x16 + mbnum, best_cand[0], i0, j0, *hp_guess, cmvx, cmvy); 955 AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[], int i0, int j0, int type_pred, int FS_en, int *hp_guess) argument
|
H A D | findhalfpel.cpp | 26 const static int distance_tab[9][9] = /* [hp_guess][k] */ 55 int xpos, int ypos, int hp_guess, int cmvx, int cmvy) 76 OSCL_UNUSED_ARG(hp_guess); 54 AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand, int xpos, int ypos, int hp_guess, int cmvx, int cmvy) argument
|
Completed in 120 milliseconds