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)
245 blocks[r->
mb_type[mb_pos - 1]]++;
252 if(blocks[i] > count){
260 prev_type = r->
mb_type[mb_pos - 1];
287 #define MASK_CUR 0x0001
288 #define MASK_RIGHT 0x0008
289 #define MASK_BOTTOM 0x0010
290 #define MASK_TOP 0x1000
291 #define MASK_Y_TOP_ROW 0x000F
292 #define MASK_Y_LAST_ROW 0xF000
293 #define MASK_Y_LEFT_COL 0x1111
294 #define MASK_Y_RIGHT_COL 0x8888
295 #define MASK_C_TOP_ROW 0x0003
296 #define MASK_C_LAST_ROW 0x000C
297 #define MASK_C_LEFT_COL 0x0005
298 #define MASK_C_RIGHT_COL 0x000A
305 int lim_q1,
int lim_p1,
306 int alpha,
int beta,
int beta2,
307 int chroma,
int edge,
int dir)
309 int filter_p1, filter_q1;
314 edge, &filter_p1, &filter_q1);
316 lims = filter_p1 + filter_q1 + ((lim_q1 + lim_p1) >> 1) + 1;
320 lims, dmode, chroma);
321 }
else if (filter_p1 & filter_q1) {
323 lims, lim_q1, lim_p1);
324 }
else if (filter_p1 | filter_q1) {
326 alpha, beta, lims >> 1, lim_q1 >> 1,
340 int alpha, beta, betaY, betaC;
369 for(mb_x = 0; mb_x < s->
mb_width; mb_x++, mb_pos++){
377 for(mb_x = 0; mb_x < s->
mb_width; mb_x++, mb_pos++){
378 int y_h_deblock, y_v_deblock;
379 int c_v_deblock[2], c_h_deblock[2];
382 unsigned y_to_deblock;
388 betaY = betaC = beta * 3;
396 for(i = 0; i < 4; i++){
406 mbtype [i] = mbtype[0];
408 uvcbp[i][0] = uvcbp[i][1] = 0;
413 y_to_deblock = mvmasks[
POS_CUR]
421 y_h_deblock = y_to_deblock
430 y_v_deblock = y_to_deblock
442 for(i = 0; i < 2; i++){
444 c_v_deblock[i] = c_to_deblock[i]
447 c_h_deblock[i] = c_to_deblock[i]
458 for(j = 0; j < 16; j += 4){
460 for(i = 0; i < 4; i++, Y += 4){
463 int dither = j ? ij : i*4;
471 clip_cur, alpha, beta, betaY,
483 alpha, beta, betaY, 0, 0, 1);
489 mvmasks[POS_TOP] & (
MASK_TOP << i) ? clip[POS_TOP] : 0,
490 alpha, beta, betaY, 0, 1, 0);
493 if(y_v_deblock & (
MASK_CUR << ij) && !i && (mb_strong[
POS_CUR] | mb_strong[POS_LEFT])){
498 alpha, beta, betaY, 0, 1, 1);
502 for(k = 0; k < 2; k++){
503 for(j = 0; j < 2; j++){
505 for(i = 0; i < 2; i++, C += 4){
508 if(c_h_deblock[k] & (
MASK_CUR << (ij+2))){
509 int clip_bot = c_to_deblock[k] & (
MASK_CUR << (ij+2)) ? clip[
POS_CUR] : 0;
513 alpha, beta, betaC, 1, 0, 0);
519 clip_left = c_to_deblock[k] & (
MASK_CUR << (ij-1)) ? clip[
POS_CUR] : 0;
523 alpha, beta, betaC, 1, 0, 1);
530 alpha, beta, betaC, 1, 1, 0);
532 if(c_v_deblock[k] & (
MASK_CUR << ij) && !i && (mb_strong[
POS_CUR] | mb_strong[POS_LEFT])){
537 alpha, beta, betaC, 1, 1, 1);
554 if(!aic_top_vlc.
bits)