comparison h264.h @ 11558:44c5c540722c libavcodec

Fix implicit weight for b frames in mbaff.
author michael
date Tue, 30 Mar 2010 21:05:11 +0000
parents b94e1810ce4c
children 56591b8041ea
comparison
equal deleted inserted replaced
11557:53822d92c3f7 11558:44c5c540722c
376 int luma_log2_weight_denom; 376 int luma_log2_weight_denom;
377 int chroma_log2_weight_denom; 377 int chroma_log2_weight_denom;
378 //The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss 378 //The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
379 int luma_weight[48][2][2]; 379 int luma_weight[48][2][2];
380 int chroma_weight[48][2][2][2]; 380 int chroma_weight[48][2][2][2];
381 int implicit_weight[48][48]; 381 int implicit_weight[48][48][2];
382 382
383 int direct_spatial_mv_pred; 383 int direct_spatial_mv_pred;
384 int col_parity; 384 int col_parity;
385 int col_fieldoff; 385 int col_fieldoff;
386 int dist_scale_factor[16]; 386 int dist_scale_factor[16];