comparison h264.h @ 11344:65fe07cf9ee4 libavcodec

Note about luma/chroma_weight tables and their datatype.
author michael
date Wed, 03 Mar 2010 19:31:58 +0000
parents a26f51d0bb63
children a8b76b8455bc
comparison
equal deleted inserted replaced
11343:2b78e800f630 11344:65fe07cf9ee4
409 //Weighted pred stuff 409 //Weighted pred stuff
410 int use_weight; 410 int use_weight;
411 int use_weight_chroma; 411 int use_weight_chroma;
412 int luma_log2_weight_denom; 412 int luma_log2_weight_denom;
413 int chroma_log2_weight_denom; 413 int chroma_log2_weight_denom;
414 //The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
414 int luma_weight[2][48][2]; 415 int luma_weight[2][48][2];
415 int chroma_weight[2][48][2][2]; 416 int chroma_weight[2][48][2][2];
416 int implicit_weight[48][48]; 417 int implicit_weight[48][48];
417 418
418 //deblock 419 //deblock