/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
motion_est.cpp | 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess); 78 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *ref, UChar *cur, 839 jmin = j0; /* needed for fullsearch */ 842 /* for first row of MB, fullsearch can be used */ 847 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); 859 { /* 4/7/01, modified this testing for fullsearch the top row to only upto (0,3) MB */ 864 dmin = fullsearch(video, currVol, ref, cur, &imin, &jmin, ilow, ihigh, jlow, jhigh); 1179 Int fullsearch(VideoEncData *video, Vol *currVol, UChar *prev, UChar *cur, function [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
motion_est.cpp | 954 level for more fullsearch-like behavior with the price of heavier computation. */ [all...] |
avcenc_api.h | 139 AVCFlag fullsearch; /* enable full-pel full-search mode */ member in struct:tagAVCEncParam
|
avcenc_lib.h | 549 \param "FS_en" "Flag for fullsearch enable." 614 \param "ncand" "Pointer to the origin of the fullsearch result." [all...] |
init.cpp | 56 encvid->fullsearch_enable = encParam->fullsearch; [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
SoftAVCEncoder.cpp | 248 mEncParams->fullsearch = AVC_OFF; [all...] |