mc_dmem.h 632 Bytes
  #
  # mc_dmem.h
  #
  # This file lays out DMEM usage for the RSP motion compensation task.
  #


	######################################
	#	Jump Table		     #
	#	(16 bytes) if VADDB    	     #
	#	(32 bytes) if not	     #
	######################################

MC_SWITCH_TABLE:	

	.word		0
        .word		0
        .word		0
	.word		0


#define	 MC_CONSTS	16

	.half		0x0100		/* HI_BYTE */
	.half		0x00ff		/* LO_BYTE */
	.half		0x4000		/* DIV2	   */
	.half		0x2000		/* DIV4	   */
        .half		0xfeff		/* HI_MASK */
        .half		0x8000		/* RSHFT   */
        .half		0xfcff		/* HI4_MASK*/
        .half		0x4000		/* R4SHFT  */