Searched refs:mb_block_ptr (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di965_xvmc.c735 unsigned short *mb_block_ptr; local in function:render_surface
737 mb_block_ptr = &blocks->blocks[(mb->index << 6)];
740 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
742 mb_block_ptr += 64;
748 mb_block_ptr + 8 * j, 16);
749 mb_block_ptr += 64;
754 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
756 mb_block_ptr += 64;
762 mb_block_ptr + 8 * j, 16);
763 mb_block_ptr
[all...]
H A Dxvmc_vld.c1080 unsigned short *mb_block_ptr; local in function:render_surface
1083 mb_block_ptr = &blocks->blocks[(mb->index << 6)];
1087 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
1089 mb_block_ptr += 64;
1094 mb_block_ptr + 8 * j, 16);
1095 mb_block_ptr += 64;
1101 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
1103 mb_block_ptr += 64;
1108 mb_block_ptr + 8 * j, 16);
1109 mb_block_ptr
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di965_xvmc.c735 unsigned short *mb_block_ptr; local in function:render_surface
737 mb_block_ptr = &blocks->blocks[(mb->index << 6)];
740 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
742 mb_block_ptr += 64;
748 mb_block_ptr + 8 * j, 16);
749 mb_block_ptr += 64;
754 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
756 mb_block_ptr += 64;
762 mb_block_ptr + 8 * j, 16);
763 mb_block_ptr
[all...]
H A Dxvmc_vld.c1080 unsigned short *mb_block_ptr; local in function:render_surface
1083 mb_block_ptr = &blocks->blocks[(mb->index << 6)];
1087 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
1089 mb_block_ptr += 64;
1094 mb_block_ptr + 8 * j, 16);
1095 mb_block_ptr += 64;
1101 memcpy(block_ptr + 16 * j, mb_block_ptr + 8 * j,
1103 mb_block_ptr += 64;
1108 mb_block_ptr + 8 * j, 16);
1109 mb_block_ptr
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di965_xvmc.c703 unsigned short *mb_block_ptr; local in function:render_surface
705 mb_block_ptr = &blocks->blocks[(mb->index<<6)];
708 memcpy(block_ptr + 16*j, mb_block_ptr + 8*j, 16);
709 mb_block_ptr += 64;
714 memcpy(block_ptr + 16*j + 8, mb_block_ptr + 8*j, 16);
715 mb_block_ptr += 64;
720 memcpy(block_ptr + 16*j, mb_block_ptr + 8*j, 16);
721 mb_block_ptr += 64;
726 memcpy(block_ptr + 16*j + 8, mb_block_ptr + 8*j, 16);
727 mb_block_ptr
[all...]
H A Dxvmc_vld.c1037 unsigned short *mb_block_ptr; local in function:render_surface
1041 mb_block_ptr = &blocks->blocks[(mb->index<<6)];
1045 memcpy(block_ptr + 16*j, mb_block_ptr + 8*j, 16);
1046 mb_block_ptr += 64;
1050 memcpy(block_ptr + 16*j + 8, mb_block_ptr + 8*j, 16);
1051 mb_block_ptr += 64;
1057 memcpy(block_ptr + 16*j, mb_block_ptr + 8*j, 16);
1058 mb_block_ptr += 64;
1062 memcpy(block_ptr + 16*j + 8, mb_block_ptr + 8*j, 16);
1063 mb_block_ptr
[all...]

Completed in 10 milliseconds