Searched refs:WMF_PROFILE_ADVANCED (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | vc1_defs.h | 103 WMF_PROFILE_ADVANCED = 2, //!< Advanced profile (VC1 Only) enumerator
|
D | pnw_VC1.c | 477 ctx->profile = WMF_PROFILE_ADVANCED; in pnw_VC1_CreateContext() 806 …if ((WMF_PROFILE_ADVANCED == ctx->profile) && (VC1_FCM_FLDI == pic_params->picture_fields.bits.fra… in psb__VC1_process_picture_param() 830 if (ctx->profile != WMF_PROFILE_ADVANCED) { in psb__VC1_process_picture_param() 870 if (ctx->profile == WMF_PROFILE_ADVANCED) { in psb__VC1_process_picture_param() 2220 …_VC1, CR_VEC_VC1_BE_MVD5, VC1_BE_ADVANCED_PROFILE, (ctx->profile == WMF_PROFILE_ADVANCED) ? 1 : 0); in psb__VC1_send_rendec_params() 2386 …if (((ctx->profile == WMF_PROFILE_ADVANCED) && (pic_params->pic_quantizer_fields.bits.dquant != 0)) in psb__VC1_load_picture_registers() 2387 …|| ((ctx->profile != WMF_PROFILE_ADVANCED) && ((pic_params->picture_fields.bits.picture_type == WM… in psb__VC1_load_picture_registers() 2428 … CR_VEC_VC1_FE_MVD_LITE1, VC1_FE_ADVANCED_PROFILE, (ctx->profile == WMF_PROFILE_ADVANCED) ? 1 : 0); in psb__VC1_load_picture_registers() 2590 …dec_ctx->SR_flags = (ctx->profile == WMF_PROFILE_ADVANCED) ? (CMD_ENABLE_RBDU_EXTRACTION | CMD_SR_… in psb__VC1_begin_slice()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | psb_VC1.c | 470 ctx->profile = WMF_PROFILE_ADVANCED; in psb_VC1_CreateContext() 794 …if ((WMF_PROFILE_ADVANCED == ctx->profile) && (VC1_FCM_FLDI == pic_params->picture_fields.bits.fra… in psb__VC1_process_picture_param() 815 if (ctx->profile != WMF_PROFILE_ADVANCED) { in psb__VC1_process_picture_param() 855 if (ctx->profile == WMF_PROFILE_ADVANCED) { in psb__VC1_process_picture_param() 2234 …_VC1, CR_VEC_VC1_BE_MVD5, VC1_BE_ADVANCED_PROFILE, (ctx->profile == WMF_PROFILE_ADVANCED) ? 1 : 0); in psb__VC1_send_rendec_params() 2400 …if (((ctx->profile == WMF_PROFILE_ADVANCED) && (pic_params->pic_quantizer_fields.bits.dquant != 0)) in psb__VC1_load_picture_registers() 2401 …|| (((ctx->profile != WMF_PROFILE_ADVANCED) && ((pic_params->picture_fields.bits.picture_type == W… in psb__VC1_load_picture_registers() 2438 … CR_VEC_VC1_FE_MVD_LITE1, VC1_FE_ADVANCED_PROFILE, (ctx->profile == WMF_PROFILE_ADVANCED) ? 1 : 0); in psb__VC1_load_picture_registers() 2530 … (ctx->profile == WMF_PROFILE_ADVANCED) ? CMD_ENABLE_RBDU_EXTRACTION : 0); in psb__VC1_process_slice()
|