Home | History | Annotate | Download | only in mrst

Lines Matching refs:dct_type

800         /* mb_param->macroblock_modes.bits.dct_type =1: field DCT */
801 REGIO_WRITE_FIELD(cmd, MSVDX_CMDS, MACROBLOCK_RESIDUAL_FORMAT, RESIDUAL_FIELD_CODED, mb_param->macroblock_modes.bits.dct_type ? 1 : 0);
986 * (VA:wMBType bit 5: FieldResidual, wMBtype & 0x20)/libVA(dct_type:1 field DCT):
991 * must be equal to the dct_type variable in the MPEG-2 syntax if dct_type is present for the macroblock.
994 RESIDUAL_FIELD_CODED, ((mb_param->macroblock_modes.bits.dct_type) ? 1 : 0));