42 0, 614, 1222, 1794, 2410, 3014, 3586, 4202, 4792, 5382, 5966, 6542,
43 7138, 7716, 8292, 8864, 9444, 10030, 10642, 11212, 11814
54 static VLC_TYPE aic_mode2_table[11814][2];
58 aic_top_vlc.
table = aic_table;
65 if((i % 10) == 9)
continue;
150 mb_size = ((w + 15) >> 4) * ((h + 15) >> 4);
171 dst[0] = (pattern >> 2) & 2;
172 dst[1] = (pattern >> 1) & 2;
173 dst[2] = pattern & 2;
174 dst[3] = (pattern << 1) & 2;
178 for(j = 0; j < 4; j++){
188 pattern = A + (B << 4) + (C << 8);
192 if(j < 3 && k < MODE2_PATTERNS_NUM){
198 if(B != -1 && C != -1)
241 blocks[r->
mb_type[mb_pos - 1]]++;
248 if(blocks[i] > count){
256 prev_type = r->
mb_type[mb_pos - 1];
283 #define MASK_CUR 0x0001
284 #define MASK_RIGHT 0x0008
285 #define MASK_BOTTOM 0x0010
286 #define MASK_TOP 0x1000
287 #define MASK_Y_TOP_ROW 0x000F
288 #define MASK_Y_LAST_ROW 0xF000
289 #define MASK_Y_LEFT_COL 0x1111
290 #define MASK_Y_RIGHT_COL 0x8888
291 #define MASK_C_TOP_ROW 0x0003
292 #define MASK_C_LAST_ROW 0x000C
293 #define MASK_C_LEFT_COL 0x0005
294 #define MASK_C_RIGHT_COL 0x000A
301 int lim_q1,
int lim_p1,
302 int alpha,
int beta,
int beta2,
303 int chroma,
int edge,
int dir)
305 int filter_p1, filter_q1;
310 edge, &filter_p1, &filter_q1);
312 lims = filter_p1 + filter_q1 + ((lim_q1 + lim_p1) >> 1) + 1;
316 lims, dmode, chroma);
317 }
else if (filter_p1 & filter_q1) {
319 lims, lim_q1, lim_p1);
320 }
else if (filter_p1 | filter_q1) {
322 alpha, beta, lims >> 1, lim_q1 >> 1,
336 int alpha, beta, betaY, betaC;
365 for(mb_x = 0; mb_x < s->
mb_width; mb_x++, mb_pos++){
373 for(mb_x = 0; mb_x < s->
mb_width; mb_x++, mb_pos++){
374 int y_h_deblock, y_v_deblock;
375 int c_v_deblock[2], c_h_deblock[2];
378 unsigned y_to_deblock;
384 betaY = betaC = beta * 3;
392 for(i = 0; i < 4; i++){
402 mbtype [i] = mbtype[0];
404 uvcbp[i][0] = uvcbp[i][1] = 0;
409 y_to_deblock = mvmasks[
POS_CUR]
417 y_h_deblock = y_to_deblock
426 y_v_deblock = y_to_deblock
438 for(i = 0; i < 2; i++){
440 c_v_deblock[i] = c_to_deblock[i]
443 c_h_deblock[i] = c_to_deblock[i]
454 for(j = 0; j < 16; j += 4){
456 for(i = 0; i < 4; i++, Y += 4){
459 int dither = j ? ij : i*4;
467 clip_cur, alpha, beta, betaY,
479 alpha, beta, betaY, 0, 0, 1);
485 mvmasks[POS_TOP] & (
MASK_TOP << i) ? clip[POS_TOP] : 0,
486 alpha, beta, betaY, 0, 1, 0);
489 if(y_v_deblock & (
MASK_CUR << ij) && !i && (mb_strong[
POS_CUR] | mb_strong[POS_LEFT])){
494 alpha, beta, betaY, 0, 1, 1);
498 for(k = 0; k < 2; k++){
499 for(j = 0; j < 2; j++){
501 for(i = 0; i < 2; i++, C += 4){
504 if(c_h_deblock[k] & (
MASK_CUR << (ij+2))){
505 int clip_bot = c_to_deblock[k] & (
MASK_CUR << (ij+2)) ? clip[
POS_CUR] : 0;
509 alpha, beta, betaC, 1, 0, 0);
515 clip_left = c_to_deblock[k] & (
MASK_CUR << (ij-1)) ? clip[
POS_CUR] : 0;
519 alpha, beta, betaC, 1, 0, 1);
526 alpha, beta, betaC, 1, 1, 0);
528 if(c_v_deblock[k] & (
MASK_CUR << ij) && !i && (mb_strong[
POS_CUR] | mb_strong[POS_LEFT])){
533 alpha, beta, betaC, 1, 1, 1);
552 if(!aic_top_vlc.
bits)