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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 513 if (0 == pic_data->pic_parms->bitplane_present.value)
838 pic_parms->bitplane_present.value = 0;
840 pic_parms->bitplane_present.flags.bp_mv_type_mb =
844 pic_parms->bitplane_present.flags.bp_direct_mb =
848 pic_parms->bitplane_present.flags.bp_skip_mb =
852 pic_parms->bitplane_present.flags.bp_field_tx =
856 pic_parms->bitplane_present.flags.bp_forward_mb =
860 pic_parms->bitplane_present.flags.bp_ac_pred =
864 pic_parms->bitplane_present.flags.bp_overflags =
1003 /* setup bitplane after setting up picture parameter (so that bitplane_present is updated) */
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 663 P(bitplane_present.value);
824 ctx->bitplane_present = 0;
828 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_overflags && !pic_params->raw_coding.flags.overflags) ? 0x04 : 0;
829 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_ac_pred && !pic_params->raw_coding.flags.ac_pred) ? 0x02 : 0;
830 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_field_tx && !pic_params->raw_coding.flags.field_tx) ? 0x01 : 0;
834 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_mv_type_mb && !pic_params->raw_coding.flags.mv_type_mb) ? 0x04 : 0
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 669 P(bitplane_present.value);
839 ctx->bitplane_present = 0;
843 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_overflags && !pic_params->raw_coding.flags.overflags) ? 0x04 : 0;
844 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_ac_pred && !pic_params->raw_coding.flags.ac_pred) ? 0x02 : 0;
845 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_field_tx && !pic_params->raw_coding.flags.field_tx) ? 0x01 : 0;
849 ctx->bitplane_present |= (pic_params->bitplane_present.flags.bp_mv_type_mb && !pic_params->raw_coding.flags.mv_type_mb) ? 0x04 : 0
    [all...]
vc1_header.h 222 uint8_t bitplane_present; /* Required bitplanes */ member in struct:context_VC1_s
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderWMV.cpp 291 if (picParams->bitplane_present.value) {
  /hardware/intel/common/libva/va/
va_trace.c     [all...]
va.h 2029 } bitplane_present; \/* signal what bitplane is being passed via the bitplane buffer *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.c 1160 if (pic_params->bitplane_present.value)
    [all...]

Completed in 77 milliseconds