|  | 
                  
                  
                    
                    
                    
                    
    
            Doxygen Source Code DocumentationMain Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search
 
 bsearch.c File Reference#include "all.h"#include "mtypes.h"#include "frames.h"#include "search.h"#include "fsize.h"
Go to the source code of this file. 
|  |  | 
 Functions |  | int32 FindBestMatch | _ANSI_ARGS_ ((LumBlock block, LumBlock currentBlock, MpegFrame *prev, int by, int bx, int *motionY, int *motionX, int32 bestSoFar, int searchRange)) |  | int BMotionSearchSimple | _ANSI_ARGS_ ((LumBlock currentBlock, MpegFrame *prev, MpegFrame *next, int by, int bx, int *fmy, int *fmx, int *bmy, int *bmx, int oldMode)) |  | void BMotionSearchNoInterp | _ANSI_ARGS_ ((LumBlock currentBlock, MpegFrame *prev, MpegFrame *next, int by, int bx, int *fmy, int *fmx, int32 *forwardErr, int *bmy, int *bmx, int32 *backErr, boolean backNeeded)) |  | void | SetBSearchAlg (alg) char *alg |  | 
 Variables |  | int | bsearchAlg |  | MpegFrame * | prev |  | MpegFrame * | next |  | int | by |  | int | bx |  | int * | fmy |  | int * | fmx |  | int * | bmy |  | int * | bmx |  | int | oldMode |  | LumBlock | currentBlock |  | int * | motionY |  | int * | motionX |  | int32 | bestSoFar |  | int | searchRange |  | int32 * | forwardErr |  | int32 * | backErr |  | boolean | backNeeded |  
 Function Documentation
 
  
    | 
        
          | void BMotionSearchNoInterp _ANSI_ARGS_ | ( | (LumBlock currentBlock, MpegFrame *prev, MpegFrame *next, int by, int bx, int *fmy, int *fmx, int32 *forwardErr, int *bmy, int *bmx, int32 *backErr, boolean backNeeded) |  | ) |  [static] |  |  
 
 
 
  
    | 
        
          | void SetBSearchAlg | ( | alg |  | ) |  |  |  
 Variable Documentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 |