Lines Matching refs:MB_SIZE
839 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_halfx_halfy()
871 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_halfx_halfy()
969 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_halfx_fully()
1001 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_halfx_fully()
1092 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_fullx_halfy()
1124 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_fullx_halfy()
1214 if((u4_blk_width == MB_SIZE) && (u4_blk_height == MB_SIZE)) in impeg2d_mc_fullx_fully()
1246 else if ((u4_blk_width == MB_SIZE) && (u4_blk_height == BLK_SIZE)) in impeg2d_mc_fullx_fully()
1311 i2_pix_x = MB_SIZE * u2_mb_x + (ai2_mv[MV_X]>>1); in impeg2d_set_mc_params()
1312 i2_pix_y = (MB_SIZE * u2_mb_y + in impeg2d_set_mc_params()
1324 ps_luma->u4_cols = MB_SIZE; in impeg2d_set_mc_params()
1327 ps_luma->u4_dst_offset_res_buf = ps_mc_params->dst_offset_scale * MB_SIZE; in impeg2d_set_mc_params()
1343 i2_pix_x = (MB_SIZE/2) * u2_mb_x + i2_mvx_fullp_round; in impeg2d_set_mc_params()
1344 i2_pix_y = ((MB_SIZE/2) * u2_mb_y + i2_mvy_fullp_round + u2_mv_num * in impeg2d_set_mc_params()
1354 ps_chroma->u4_cols = (MB_SIZE >> 1); in impeg2d_set_mc_params()
1366 if(ps_luma->u4_dst_wd_res_buf == MB_SIZE * 2) in impeg2d_set_mc_params()