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

  /hardware/intel/common/libva/va/
va_enc_mpeg2.h 232 unsigned int concealment_motion_vectors : 1; member in struct:_VAEncPictureParameterBufferMPEG2::__anon40531::__anon40532
va.h 1739 unsigned int concealment_motion_vectors : 1; member in struct:_VAPictureParameterBufferMPEG2::__anon40446::__anon40447
    [all...]
va_trace.c 822 va_TraceMsg(trace_ctx,"\tconcealment_motion_vectors= %d\n", p->picture_coding_extension.bits.concealment_motion_vectors);
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/include/
mpeg2.h 145 uint32_t concealment_motion_vectors; member in struct:mpeg2_picture_coding_ext_info
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 129 unsigned concealment_motion_vectors; member in struct:pipe_mpeg12_picture_desc
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 216 picture->concealment_motion_vectors = picture_info->concealment_motion_vectors;
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 88 concealment_motion_vectors:0,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 864 } else if ((mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA) && bs->desc->concealment_motion_vectors) {
884 (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors)) {
898 if (mb.macroblock_type & PIPE_MPEG12_MB_TYPE_INTRA && bs->desc->concealment_motion_vectors) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_workload.c 178 parser->wi.cpce1 |= (parser->info.pic_cod_ext.concealment_motion_vectors) << 7;
viddec_mpeg2_metadata.c 567 ret_code |= viddec_pm_get_bits(parent, &parser->info.pic_cod_ext.concealment_motion_vectors, 1);
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 374 bitstream_put_ui(bs, pic_param->picture_coding_extension.bits.concealment_motion_vectors, 1);
808 pic_param->picture_coding_extension.bits.concealment_motion_vectors = 0;
    [all...]
mpeg2vaenc.c 374 bitstream_put_ui(bs, pic_param->picture_coding_extension.bits.concealment_motion_vectors, 1);
808 pic_param->picture_coding_extension.bits.concealment_motion_vectors = 0;
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 809 REGIO_WRITE_FIELD_LITE(ctx->FE_PPS0, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_FE_PPS0, FE_CONCEALMENT_MOTION_VECTORS, !!(ctx->pic_params->picture_coding_extension.bits.concealment_motion_vectors));
838 REGIO_WRITE_FIELD_LITE(ctx->BE_PPS2, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_BE_PPS2, BE_CONCEALMENT_MOTION_VECTORS, !!(ctx->pic_params->picture_coding_extension.bits.concealment_motion_vectors));
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 787 REGIO_WRITE_FIELD_LITE(ctx->FE_PPS0, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_FE_PPS0, FE_CONCEALMENT_MOTION_VECTORS, !!(ctx->pic_params->picture_coding_extension.bits.concealment_motion_vectors));
816 REGIO_WRITE_FIELD_LITE(ctx->BE_PPS2, MSVDX_VEC_MPEG2, CR_VEC_MPEG2_BE_PPS2, BE_CONCEALMENT_MOTION_VECTORS, !!(ctx->pic_params->picture_coding_extension.bits.concealment_motion_vectors));
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 532 milliseconds