Home | History | Annotate | Download | only in src

Lines Matching refs:PROFILE

87 } PROFILE;
123 uint32_t profile; // ENTDEC BE_PROFILE & FE_PROFILE
309 VAProfile profile,
321 (profile == VAProfileH264High))
328 (profile == VAProfileH264High))
375 switch (obj_config->profile) {
433 switch (obj_config->profile) {
435 ctx->profile = H264_BASELINE_PROFILE;
440 ctx->profile = H264_MAIN_PROFILE;
446 ctx->profile = H264_HIGH_PROFILE;
708 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*/
1128 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC, CR_VEC_ENTDEC_FE_CONTROL, ENTDEC_FE_PROFILE, ctx->profile);
1195 /* CHUNK: Entdec back-end profile and level */
1200 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_VEC, CR_VEC_ENTDEC_BE_CONTROL, ENTDEC_BE_PROFILE, ctx->profile);
1238 /* send Scaling Lists in High Profile for first slice*/
1239 if (ctx->profile == H264_HIGH_PROFILE) {
1466 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, OPERATING_MODE, CODEC_PROFILE, ctx->profile);