Home | History | Annotate | Download | only in mrst

Lines Matching defs:PROFILE

81 } PROFILE;
110 uint32_t profile; // ENTDEC BE_PROFILE & FE_PROFILE
302 VAProfile profile,
352 switch (obj_config->profile) {
423 switch (obj_config->profile) {
426 ctx->profile = H264_BASELINE_PROFILE;
431 ctx->profile = H264_MAIN_PROFILE;
436 ctx->profile = H264_HIGH_PROFILE;
719 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, H264_BE_SPS0_DEFAULT_MATRIX_FLAG, (ctx->profile == H264_BASELINE_PROFILE)); /* Always use suplied matrix non baseline otherwise use default*/
1015 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC, CR_VEC_ENTDEC_FE_CONTROL, ENTDEC_FE_PROFILE, ctx->profile);
1084 /* CHUNK: Entdec back-end profile and level */
1089 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC, CR_VEC_ENTDEC_BE_CONTROL, ENTDEC_BE_PROFILE, ctx->profile);
1127 /* send Scaling Lists in High Profile for first slice*/
1128 if (ctx->profile == H264_HIGH_PROFILE) {
1351 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, OPERATING_MODE, CODEC_PROFILE, ctx->profile);
1598 drv_debug_msg(VIDEO_DEBUG_GENERAL, " profile = %s\n", profile2str[ctx->profile]);