43 0, 614, 1222, 1794, 2410, 3014, 3586, 4202, 4792, 5382, 5966, 6542,
44 7138, 7716, 8292, 8864, 9444, 10030, 10642, 11212, 11814
55 static VLC_TYPE aic_mode2_table[11814][2];
59 aic_top_vlc.
table = aic_table;
66 if((i % 10) == 9)
continue;
151 mb_size = ((w + 15) >> 4) * ((h + 15) >> 4);
172 dst[0] = (pattern >> 2) & 2;
173 dst[1] = (pattern >> 1) & 2;
174 dst[2] = pattern & 2;
175 dst[3] = (pattern << 1) & 2;
179 for(j = 0; j < 4; j++){
189 pattern = A + (B << 4) + (C << 8);
193 if(j < 3 && k < MODE2_PATTERNS_NUM){
199 if(B != -1 && C != -1)
242 blocks[r->
mb_type[mb_pos - 1]]++;
249 if(blocks[i] > count){
257 prev_type = r->
mb_type[mb_pos - 1];
284 #define MASK_CUR 0x0001
285 #define MASK_RIGHT 0x0008
286 #define MASK_BOTTOM 0x0010
287 #define MASK_TOP 0x1000
288 #define MASK_Y_TOP_ROW 0x000F
289 #define MASK_Y_LAST_ROW 0xF000
290 #define MASK_Y_LEFT_COL 0x1111
291 #define MASK_Y_RIGHT_COL 0x8888
292 #define MASK_C_TOP_ROW 0x0003
293 #define MASK_C_LAST_ROW 0x000C
294 #define MASK_C_LEFT_COL 0x0005
295 #define MASK_C_RIGHT_COL 0x000A
302 int lim_q1,
int lim_p1,
303 int alpha,
int beta,
int beta2,
304 int chroma,
int edge,
int dir)
306 int filter_p1, filter_q1;
311 edge, &filter_p1, &filter_q1);
313 lims = filter_p1 + filter_q1 + ((lim_q1 + lim_p1) >> 1) + 1;
317 lims, dmode, chroma);
318 }
else if (filter_p1 & filter_q1) {
320 lims, lim_q1, lim_p1);
321 }
else if (filter_p1 | filter_q1) {
323 alpha, beta, lims >> 1, lim_q1 >> 1,
337 int alpha, beta, betaY, betaC;
366 for(mb_x = 0; mb_x < s->
mb_width; mb_x++, mb_pos++){
374 for(mb_x = 0; mb_x < s->
mb_width; mb_x++, mb_pos++){
375 int y_h_deblock, y_v_deblock;
376 int c_v_deblock[2], c_h_deblock[2];
379 unsigned y_to_deblock;
385 betaY = betaC = beta * 3;
393 for(i = 0; i < 4; i++){
403 mbtype [i] = mbtype[0];
405 uvcbp[i][0] = uvcbp[i][1] = 0;
410 y_to_deblock = mvmasks[
POS_CUR]
418 y_h_deblock = y_to_deblock
427 y_v_deblock = y_to_deblock
439 for(i = 0; i < 2; i++){
441 c_v_deblock[i] = c_to_deblock[i]
444 c_h_deblock[i] = c_to_deblock[i]
455 for(j = 0; j < 16; j += 4){
457 for(i = 0; i < 4; i++, Y += 4){
460 int dither = j ? ij : i*4;
468 clip_cur, alpha, beta, betaY,
480 alpha, beta, betaY, 0, 0, 1);
486 mvmasks[POS_TOP] & (
MASK_TOP << i) ? clip[POS_TOP] : 0,
487 alpha, beta, betaY, 0, 1, 0);
490 if(y_v_deblock & (
MASK_CUR << ij) && !i && (mb_strong[
POS_CUR] | mb_strong[POS_LEFT])){
495 alpha, beta, betaY, 0, 1, 1);
499 for(k = 0; k < 2; k++){
500 for(j = 0; j < 2; j++){
502 for(i = 0; i < 2; i++, C += 4){
505 if(c_h_deblock[k] & (
MASK_CUR << (ij+2))){
506 int clip_bot = c_to_deblock[k] & (
MASK_CUR << (ij+2)) ? clip[
POS_CUR] : 0;
510 alpha, beta, betaC, 1, 0, 0);
516 clip_left = c_to_deblock[k] & (
MASK_CUR << (ij-1)) ? clip[
POS_CUR] : 0;
520 alpha, beta, betaC, 1, 0, 1);
527 alpha, beta, betaC, 1, 1, 0);
529 if(c_v_deblock[k] & (
MASK_CUR << ij) && !i && (mb_strong[
POS_CUR] | mb_strong[POS_LEFT])){
534 alpha, beta, betaC, 1, 1, 1);
553 if(!aic_top_vlc.
bits)