Home
last modified time | relevance | path

Searched refs:macroblock_offset (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/
Dmpeg2.rs106 macroblock_offset: u32, in new()
116 macroblock_offset, in new()
Dvp8.rs148 macroblock_offset: u32, in new()
156 macroblock_offset,
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_decode_vc1_g11.cpp468 int32_t lOffset = slc->macroblock_offset >> 3; in DecodePrimitiveLevelVLD()
496 lOffset = (8 * j + slc->macroblock_offset % 8)>>3; in DecodePrimitiveLevelVLD()
552 if ((slc->macroblock_offset >> 3) < CODECHAL_DECODE_VC1_SC_PREFIX_LENGTH) in DecodePrimitiveLevelVLD()
562 slc->macroblock_offset = CODECHAL_DECODE_VC1_SC_PREFIX_LENGTH << 3; in DecodePrimitiveLevelVLD()
572 slc->macroblock_offset += CODECHAL_DECODE_VC1_STUFFING_BYTES << 3; in DecodePrimitiveLevelVLD()
573 … slc->macroblock_offset &= (~0x7); // Clear bit offset of first MB for short format in DecodePrimitiveLevelVLD()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_vc1_g12.cpp570 int32_t lOffset = slc->macroblock_offset >> 3; in DecodePrimitiveLevelVLD()
599 lOffset = (8 * j + slc->macroblock_offset % 8)>>3; in DecodePrimitiveLevelVLD()
655 if ((slc->macroblock_offset >> 3) < CODECHAL_DECODE_VC1_SC_PREFIX_LENGTH) in DecodePrimitiveLevelVLD()
665 slc->macroblock_offset = CODECHAL_DECODE_VC1_SC_PREFIX_LENGTH << 3; in DecodePrimitiveLevelVLD()
675 slc->macroblock_offset += CODECHAL_DECODE_VC1_STUFFING_BYTES << 3; in DecodePrimitiveLevelVLD()
676 … slc->macroblock_offset &= (~0x7); // Clear bit offset of first MB for short format in DecodePrimitiveLevelVLD()
/aosp_15_r20/external/libva/va/
H A Dva_dec_vp8.h186 uint32_t macroblock_offset; member
H A Dva.h3179 …uint32_t macroblock_offset;/* the offset to the first bit of MB from the first byte of slice data … member
3323 …uint32_t macroblock_offset;/* the offset to the first bit of MB from the first byte of slice data … member
3533 …uint32_t macroblock_offset;/* the offset to the first bit of MB from the first byte of slice data … member
H A Dva_trace.c1997 va_TraceMsg(trace_ctx, "\tmacroblock_offset = %d\n", p->macroblock_offset); in va_TraceVASliceParameterBufferMPEG2()
2325 va_TraceMsg(trace_ctx, "\tmacroblock_offset = %d\n", p->macroblock_offset); in va_TraceVASliceParameterBufferMPEG4()
4681 va_TraceMsg(trace_ctx, "\tmacroblock_offset = %d\n", p->macroblock_offset); in va_TraceVASliceParameterBufferVC1()
4780 va_TraceMsg(trace_ctx, "\tmacroblock_offset = %d\n", p->macroblock_offset); in va_TraceVASliceParameterBufferVP8()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_decode_vp8.cpp87 …picParams->uiFirstMbByteOffset = slcParam->slice_data_offset + ((slcParam->macroblock_offset + 8) … in ParseSliceParams()
91 picParams->uiPartitionSize[0] -= (slcParam->macroblock_offset & 0x7) ? 0 : 1; in ParseSliceParams()
H A Dmedia_ddi_decode_vc1.cpp514 codecSlcParam[slcCount].macroblock_offset = slcParam[slcCount].macroblock_offset; in ParseSliceParams()
H A Dmedia_ddi_decode_mpeg2.cpp114 codecSlcParams->m_macroblockOffset = slcParam->macroblock_offset; in ParseSliceParams()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vc1.cpp2860 m_vc1SliceParams[slcCount].macroblock_offset = macroblockOffset; in GetSliceMbDataOffset()
3164 if ((m_vc1SliceParams->macroblock_offset == 0xFFFF) && in SetFrameStates()
3698 int32_t offset = slc->macroblock_offset >> 3; in DecodePrimitiveLevelVLD()
3725 offset = (8 * j + slc->macroblock_offset % 8)>>3; in DecodePrimitiveLevelVLD()
3781 if ((slc->macroblock_offset >> 3) < CODECHAL_DECODE_VC1_SC_PREFIX_LENGTH) in DecodePrimitiveLevelVLD()
3791 slc->macroblock_offset = CODECHAL_DECODE_VC1_SC_PREFIX_LENGTH << 3; in DecodePrimitiveLevelVLD()
3801 slc->macroblock_offset += CODECHAL_DECODE_VC1_STUFFING_BYTES << 3; in DecodePrimitiveLevelVLD()
3802 … slc->macroblock_offset &= (~0x7); // Clear bit offset of first MB for short format in DecodePrimitiveLevelVLD()
5040 oss<< "macroblock_offset: "<< +sliceControl->macroblock_offset<<std::endl; in DumpSliceParams()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/dec/
H A Dddi_decode_vp8_specific.cpp87 …picParams->uiFirstMbByteOffset = slcParam->slice_data_offset + ((slcParam->macroblock_offset + 8) … in ParseSliceParams()
91 picParams->uiPartitionSize[0] -= (slcParam->macroblock_offset & 0x7) ? 0 : 1; in ParseSliceParams()
H A Dddi_decode_mpeg2_specific.cpp117 codecSlcParams->m_macroblockOffset = slcParam->macroblock_offset; in ParseSliceParams()
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/
H A Dcodec_def_decode_vc1.h241 …uint32_t macroblock_offset; /* the offset to the first bit of MB from the … member
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_mfx_generic.h2330 …cmd.DW4.FirstMbByteOffsetOfSliceDataOrSliceHeader = (slcParams->macroblock_offset >> 3) - vc1Slice… in AddMfdVc1BsdObjectCmd()
2331 …cmd.DW4.FirstmbbitoffsetFirstMacroblockBitOffset = slcParams->macroblock_offset & 0x7; // bit offs… in AddMfdVc1BsdObjectCmd()