Searched refs:condover (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dvc1_header.h231 uint8_t condover; /* Adjusted local version of conditional_overlap_flag */ member in struct:context_VC1_s
H A Dpnw_VC1.c872 ctx->condover = 0; /* No overlap smoothing */
874 ctx->condover = pic_params->conditional_overlap_flag;
876 ctx->condover = 2;
880 ctx->condover = 0; /* No overlap smoothing */
882 ctx->condover = 2;
1931 REGIO_WRITE_FIELD(cmd, VC1_RENDEC_CMD, VC1SEQUENCE01, PIC_CONDOVER, ctx->condover);
2153 REGIO_WRITE_FIELD(cmd, MSVDX_VEC_VC1, CR_VEC_VC1_BE_PPS0, VC1_BE_IQ_OVERLAP, ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (ctx->condover == 0)) ? 0 : 1);
2373 REGIO_WRITE_FIELD(reg_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_PPS1, VC1_FE_CONDOVER, ctx->condover);
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c857 ctx->condover = 0; /* No overlap smoothing */
859 ctx->condover = pic_params->conditional_overlap_flag;
861 ctx->condover = 2;
865 ctx->condover = 0; /* No overlap smoothing */
867 ctx->condover = 2;
1980 REGIO_WRITE_FIELD(cmd, VC1_RENDEC_CMD, VC1SEQUENCE01, PIC_CONDOVER, ctx->condover);
2176 REGIO_WRITE_FIELD(cmd, MSVDX_VEC_VC1, CR_VEC_VC1_BE_PPS0, VC1_BE_IQ_OVERLAP, ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (ctx->condover == 0)) ? 0 : 1);
2387 REGIO_WRITE_FIELD(reg_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_PPS1, VC1_FE_CONDOVER, ctx->condover);

Completed in 74 milliseconds