comparison h264.h @ 11339:a82cdda1f507 libavcodec

Merge weight & offset tables, 15 cpu cycles faster.
author michael
date Wed, 03 Mar 2010 14:41:43 +0000
parents a184cfcdae54
children a26f51d0bb63
comparison
equal deleted inserted replaced
11338:444401d150d6 11339:a82cdda1f507
415 //Weighted pred stuff 415 //Weighted pred stuff
416 int use_weight; 416 int use_weight;
417 int use_weight_chroma; 417 int use_weight_chroma;
418 int luma_log2_weight_denom; 418 int luma_log2_weight_denom;
419 int chroma_log2_weight_denom; 419 int chroma_log2_weight_denom;
420 int luma_weight[2][48]; 420 int luma_weight[2][48][2];
421 int luma_offset[2][48]; 421 int chroma_weight[2][48][2][2];
422 int chroma_weight[2][48][2];
423 int chroma_offset[2][48][2];
424 int implicit_weight[48][48]; 422 int implicit_weight[48][48];
425 423
426 //deblock 424 //deblock
427 int deblocking_filter; ///< disable_deblocking_filter_idc with 1<->0 425 int deblocking_filter; ///< disable_deblocking_filter_idc with 1<->0
428 int slice_alpha_c0_offset; 426 int slice_alpha_c0_offset;