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

  /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 259 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...]
  /external/chromium_org/third_party/libva/va/
va.h 1407 } bitplane_present; \/* signal what bitplane is being passed via the bitplane buffer *\/ member in struct:_VAPictureParameterBufferVC1
    [all...]

Completed in 73 milliseconds