videoeditorengine/avcedit/inc/motcomp.h
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 5 4c409de21d23
equal deleted inserted replaced
0:951a5db380a0 3:e0b5df5c0969
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description:
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef _MOTION_H_
       
    21 #define _MOTION_H_
       
    22 
       
    23 
       
    24 #include "nrctyp32.h"
       
    25 #include "framebuffer.h"
       
    26 
       
    27 
       
    28 #define MOT_NUM_MODES     7
       
    29 #define MOT_COPY          0
       
    30 #define MOT_16x16         1
       
    31 #define MOT_16x8          2   
       
    32 #define MOT_8x16          3
       
    33 #define MOT_8x8           4
       
    34 #define MOT_8x4           5   
       
    35 #define MOT_4x8           6
       
    36 #define MOT_4x4           7
       
    37 
       
    38 
       
    39 int mcpGetNumMotVecs(int interMode, int subMbTypes[4]);
       
    40 
       
    41 
       
    42 #endif