• Home
  • Raw
  • Download

Lines Matching defs:macroblock

62 typedef struct macroblock {  struct
75 PARTITION_INFO *pi; /* Corresponds to upper left visible macroblock */ argument
76 PARTITION_INFO *pip; /* Base of allocated array */
78 int ref_frame_cost[MAX_REF_FRAMES];
80 search_site *ss;
81 int ss_count;
82 int searches_per_step;
84 int errorperbit;
85 int sadperbit16;
86 int sadperbit4;
87 int rddiv;
88 int rdmult;
89 unsigned int *mb_activity_ptr;
90 int *mb_norm_activity_ptr;
91 signed int act_zbin_adj;
92 signed int last_act_zbin_adj;
94 int *mvcost[2];
95 int *mvsadcost[2];
96 int (*mbmode_cost)[MB_MODE_COUNT];
97 int (*intra_uv_mode_cost)[MB_MODE_COUNT];
98 int (*bmode_costs)[10][10];
99 int *inter_bmode_costs;
100 int (*token_costs)[COEF_BANDS][PREV_COEF_CONTEXTS][MAX_ENTROPY_TOKENS];
105 int mv_col_min;
106 int mv_col_max;
107 int mv_row_min;
108 int mv_row_max;
110 int skip;
112 unsigned int encode_breakout;
114 signed char *gf_active_ptr;
116 unsigned char *active_ptr;
117 MV_CONTEXT *mvc;
119 int optimize;
120 int q_index;
121 int is_skin;
122 int denoise_zeromv;
125 int increase_denoising;
126 MB_PREDICTION_MODE best_sse_inter_mode;
127 int_mv best_sse_mv;
128 MV_REFERENCE_FRAME best_reference_frame;
129 MV_REFERENCE_FRAME best_zeromv_reference_frame;
130 unsigned char need_to_clamp_best_mvs;
133 int skip_true_count;
134 unsigned int coef_counts[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
136 unsigned int MVcount[2][MVvals]; /* (row,col) MV cts this frame */
137 int ymode_count[VP8_YMODES]; /* intra MB type cts this frame */
138 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */
139 int64_t prediction_error;
140 int64_t intra_error;
141 int count_mb_ref_frame_usage[MAX_REF_FRAMES];
143 int rd_thresh_mult[MAX_MODES];
144 int rd_threshes[MAX_MODES];
145 unsigned int mbs_tested_so_far;
146 unsigned int mode_test_hit_counts[MAX_MODES];
147 int zbin_mode_boost_enabled;
148 int zbin_mode_boost;
149 int last_zbin_mode_boost;
151 int last_zbin_over_quant;
152 int zbin_over_quant;
153 int error_bins[MAX_ERROR_BINS];
155 void (*short_fdct4x4)(short *input, short *output, int pitch);
156 void (*short_fdct8x4)(short *input, short *output, int pitch);
157 void (*short_walsh4x4)(short *input, short *output, int pitch);
158 void (*quantize_b)(BLOCK *b, BLOCKD *d);
160 unsigned int mbs_zero_last_dot_suppress;
161 int zero_last_dot_suppress;