Home | History | Annotate | Download | only in decoder

Lines Matching refs:MB_SIZE

699 //        dec->pf_copy_mb(&dec->mc_buf, &dst, MB_SIZE, dst_wd);
839 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE))
871 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE))
969 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE))
1001 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE))
1092 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE))
1124 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE))
1214 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE))
1246 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE))
1311 i2_pix_x = MB_SIZE * u2_mb_x + (ai2_mv[MV_X]>>1);
1312 i2_pix_y = (MB_SIZE * u2_mb_y +
1324 ps_luma->u4_cols = MB_SIZE;
1327 ps_luma->u4_dst_offset_res_buf = ps_mc_params->dst_offset_scale * MB_SIZE;
1343 i2_pix_x = (MB_SIZE/2) * u2_mb_x + i2_mvx_fullp_round;
1344 i2_pix_y = ((MB_SIZE/2) * u2_mb_y + i2_mvy_fullp_round + u2_mv_num *
1354 ps_chroma->u4_cols = (MB_SIZE >> 1);
1366 if(ps_luma->u4_dst_wd_res_buf == MB_SIZE * 2)