Lines Matching refs:PROFILE
89 } PROFILE;
125 uint32_t profile; // ENTDEC BE_PROFILE & FE_PROFILE
310 VAProfile profile,
322 (profile == VAProfileH264High))
329 (profile == VAProfileH264High))
376 switch (obj_config->profile) {
435 switch (obj_config->profile) {
437 ctx->profile = H264_BASELINE_PROFILE;
442 ctx->profile = H264_MAIN_PROFILE;
448 ctx->profile
735 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*/
1160 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC, CR_VEC_ENTDEC_FE_CONTROL, ENTDEC_FE_PROFILE, ctx->profile);
1197 /* CHUNK: Entdec back-end profile and level */
1202 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC, CR_VEC_ENTDEC_BE_CONTROL, ENTDEC_BE_PROFILE, ctx->profile);
1240 /* send Scaling Lists in High Profile for first slice*/
1241 if (ctx->profile == H264_HIGH_PROFILE) {
1437 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, OPERATING_MODE, CODEC_PROFILE, ctx->profile);