HomeSort by relevance Sort by last modified time
    Searched refs:two_pass_mode (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_H264.c 165 uint32_t two_pass_mode; member in struct:context_H264_s
732 ctx->two_pass_mode = (pic_params->num_slice_groups_minus1 > 0) && (!ctx->pic_params->seq_fields.bits.mb_adaptive_frame_field_flag);
736 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, H264_BE_SPS0_2PASS_FLAG, ctx->two_pass_mode); /* Always 0 for VA - we cant handle otherwise yet */
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 150 uint32_t two_pass_mode; member in struct:context_H264_s
716 ctx->two_pass_mode = (pic_params->num_slice_groups_minus1 > 0);
720 REGIO_WRITE_FIELD_LITE(ctx->reg_SPS0, MSVDX_VEC_H264, CR_VEC_H264_BE_SPS0, H264_BE_SPS0_2PASS_FLAG, ctx->two_pass_mode); /* Always 0 for VA - we cant handle otherwise yet */
    [all...]

Completed in 69 milliseconds