Searched refs:MBPARAM_CodedBlockPattern (Results 1 – 1 of 1) sorted by relevance
63 #define MBPARAM_CodedBlockPattern(ptr) ((ptr)->coded_block_pattern << 6) /* align with VA code */ macro807 ((MBPARAM_CodedBlockPattern(mb_param) & 0x40) ? 1 : 0)); in psb__MPEG2MC_interPB_mb()809 ((MBPARAM_CodedBlockPattern(mb_param) & 0x80) ? 1 : 0)); in psb__MPEG2MC_interPB_mb()811 ((MBPARAM_CodedBlockPattern(mb_param) & 0x100) ? 1 : 0)); in psb__MPEG2MC_interPB_mb()813 ((MBPARAM_CodedBlockPattern(mb_param) & 0x200) ? 1 : 0)); in psb__MPEG2MC_interPB_mb()815 ((MBPARAM_CodedBlockPattern(mb_param) & 0x400) ? 1 : 0)); in psb__MPEG2MC_interPB_mb()817 ((MBPARAM_CodedBlockPattern(mb_param) & 0x800) ? 1 : 0)); in psb__MPEG2MC_interPB_mb()829 psb__MPEG2MC_send_residual(ctx, MBPARAM_CodedBlockPattern(mb_param)); in psb__MPEG2MC_interPB_mb()836 psb__MPEG2MC_send_residual(ctx, MBPARAM_CodedBlockPattern(mb_param)); in psb__MPEG2MC_interPB_mb()1019 ((MBPARAM_CodedBlockPattern(mb_param) & 0x40) ? 1 : 0)); in psb__MPEG2MC_intra_mb()[all …]