/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/ |
D | mpeg2.rs | 106 macroblock_offset: u32, in new() 116 macroblock_offset, in new()
|
D | vp8.rs | 148 macroblock_offset: u32, in new() 156 macroblock_offset,
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
H A D | codechal_decode_vc1_g11.cpp | 468 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 D | codechal_decode_vc1_g12.cpp | 570 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 D | va_dec_vp8.h | 186 uint32_t macroblock_offset; member
|
H A D | va.h | 3179 …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 D | va_trace.c | 1997 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 D | media_ddi_decode_vp8.cpp | 87 …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 D | media_ddi_decode_vc1.cpp | 514 codecSlcParam[slcCount].macroblock_offset = slcParam[slcCount].macroblock_offset; in ParseSliceParams()
|
H A D | media_ddi_decode_mpeg2.cpp | 114 codecSlcParams->m_macroblockOffset = slcParam->macroblock_offset; in ParseSliceParams()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_vc1.cpp | 2860 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 D | ddi_decode_vp8_specific.cpp | 87 …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 D | ddi_decode_mpeg2_specific.cpp | 117 codecSlcParams->m_macroblockOffset = slcParam->macroblock_offset; in ParseSliceParams()
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
H A D | codec_def_decode_vc1.h | 241 …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 D | mhw_vdbox_mfx_generic.h | 2330 …cmd.DW4.FirstMbByteOffsetOfSliceDataOrSliceHeader = (slcParams->macroblock_offset >> 3) - vc1Slice… in AddMfdVc1BsdObjectCmd() 2331 …cmd.DW4.FirstmbbitoffsetFirstMacroblockBitOffset = slcParams->macroblock_offset & 0x7; // bit offs… in AddMfdVc1BsdObjectCmd()
|