Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Variables
mdp_scale_tables.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  mdp_table_entry
 

Enumerations

enum  {
  MDP_DOWNSCALE_PT2TOPT4, MDP_DOWNSCALE_PT4TOPT6, MDP_DOWNSCALE_PT6TOPT8, MDP_DOWNSCALE_PT8TO1,
  MDP_DOWNSCALE_MAX
}
 

Variables

struct mdp_table_entry mdp_upscale_table [64]
 
struct mdp_table_entrymdp_downscale_x_table [MDP_DOWNSCALE_MAX]
 
struct mdp_table_entrymdp_downscale_y_table [MDP_DOWNSCALE_MAX]
 
struct mdp_table_entry mdp_gaussian_blur_table []
 

Enumeration Type Documentation

anonymous enum
Enumerator:
MDP_DOWNSCALE_PT2TOPT4 
MDP_DOWNSCALE_PT4TOPT6 
MDP_DOWNSCALE_PT6TOPT8 
MDP_DOWNSCALE_PT8TO1 
MDP_DOWNSCALE_MAX 

Definition at line 26 of file mdp_scale_tables.h.

Variable Documentation

struct mdp_table_entry* mdp_downscale_x_table[MDP_DOWNSCALE_MAX]

Definition at line 354 of file mdp_scale_tables.c.

struct mdp_table_entry* mdp_downscale_y_table[MDP_DOWNSCALE_MAX]

Definition at line 629 of file mdp_scale_tables.c.

struct mdp_table_entry mdp_gaussian_blur_table[]

Definition at line 636 of file mdp_scale_tables.c.

struct mdp_table_entry mdp_upscale_table[64]

Definition at line 19 of file mdp_scale_tables.c.