/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/ |
D | vp8.rs | 19 update_mb_segmentation_map: u32, in new() 35 update_mb_segmentation_map, in new() 303 update_mb_segmentation_map: u32, in new() 329 update_mb_segmentation_map, in new()
|
/aosp_15_r20/external/libvpx/test/ |
H A D | set_roi.cc | 46 cpi.mb.e_mbd.update_mb_segmentation_map = 0; in TEST() 110 EXPECT_EQ(1, cpi.mb.e_mbd.update_mb_segmentation_map) in TEST()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | bitstream.c | 360 if (x->segmentation_enabled && x->update_mb_segmentation_map) { in write_mb_features() 465 if (cpi->mb.e_mbd.update_mb_segmentation_map) { in pack_inter_mode_mvs() 591 if (cpi->mb.e_mbd.update_mb_segmentation_map) { in write_kfmodes() 1077 vp8_write_bit(bc, xd->update_mb_segmentation_map); in vp8_pack_bitstream() 1109 if (xd->update_mb_segmentation_map) { in vp8_pack_bitstream()
|
H A D | onyx_if.c | 384 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in setup_features() 387 cpi->mb.e_mbd.update_mb_segmentation_map = 0; in setup_features() 457 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in enable_segmentation() 475 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in set_segmentation_map() 586 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in cyclic_background_refresh() 4739 cpi->mb.e_mbd.update_mb_segmentation_map = 0; in encode_frame_to_data_rate() 4817 xd->update_mb_segmentation_map || xd->update_mb_segmentation_data; in frame_is_reference()
|
H A D | encodeframe.c | 903 if (xd->segmentation_enabled && xd->update_mb_segmentation_map) { in vp8_encode_frame()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/packet/ |
H A D | decode_vp8_picture_packet.cpp | 359 (vp8PicParams->segmentation_enabled) && (vp8PicParams->update_mb_segmentation_map); in MHW_SETPAR_DECL_SRC() 361 (vp8PicParams->segmentation_enabled) && !(vp8PicParams->update_mb_segmentation_map); in MHW_SETPAR_DECL_SRC() 364 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in MHW_SETPAR_DECL_SRC()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen8_bdw/hw/vdbox/ |
H A D | mhw_vdbox_mfx_g8_bdw.cpp | 397 (vp8PicParams->segmentation_enabled) && (vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 399 (vp8PicParams->segmentation_enabled) && !(vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 402 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxDecodeVp8PicCmd()
|
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/codec/shared/ |
H A D | codec_def_decode_vp8.h | 57 uint16_t update_mb_segmentation_map : 1; member
|
/aosp_15_r20/external/libva/va/ |
H A D | va_dec_vp8.h | 95 uint32_t update_mb_segmentation_map : 1; member
|
H A D | va_enc_vp8.h | 183 uint32_t update_mb_segmentation_map : 1; member
|
H A D | va_trace.c | 4712 …g(trace_ctx, "\tupdate_mb_segmentation_map = %d\n", p->pic_fields.bits.update_mb_segmentation_map); in va_TraceVAPictureParameterBufferVP8() 5455 …\tpic_flags.bits.update_mb_segmentation_map = %d\n", p->pic_flags.bits.update_mb_segmentation_map); in va_TraceVAEncPictureParameterBufferVP8()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/shared/ |
H A D | codec_def_encode_vp8.h | 108 uint32_t update_mb_segmentation_map : 1; member
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/ |
H A D | media_ddi_decode_vp8.cpp | 210 …codecPicParams->update_mb_segmentation_map = picParam->pic_fields.bits.update_mb_segmentation_map; in ParsePicParams()
|
H A D | media_ddi_encode_vp8.cpp | 448 … vp8PicParams->update_mb_segmentation_map = picParams->pic_flags.bits.update_mb_segmentation_map; in ParsePicParams()
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | decodemv.c | 477 if (x->segmentation_enabled && x->update_mb_segmentation_map) { in read_mb_features() 494 if (pbi->mb.update_mb_segmentation_map) { in decode_mb_mode_mvs()
|
H A D | decodeframe.c | 994 xd->update_mb_segmentation_map = (unsigned char)vp8_read_bit(bc); in vp8_decode_frame() 1020 if (xd->update_mb_segmentation_map) { in vp8_decode_frame() 1034 xd->update_mb_segmentation_map = 0; in vp8_decode_frame()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/dec/ |
H A D | ddi_decode_vp8_specific.cpp | 220 …codecPicParams->update_mb_segmentation_map = picParam->pic_fields.bits.update_mb_segmentation_map; in ParsePicParams()
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | blockd.h | 248 unsigned char update_mb_segmentation_map; member
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/ |
H A D | mhw_vdbox_mfx_g9_X.h | 1902 (vp8PicParams->segmentation_enabled) && (vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 1904 (vp8PicParams->segmentation_enabled) && !(vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 1907 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxDecodeVp8PicCmd() 2134 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxEncodeVp8PicCmd()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dxva.h | 443 UCHAR update_mb_segmentation_map : 1; member
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/ |
H A D | mhw_vdbox_mfx_g12_X.cpp | 2209 (vp8PicParams->segmentation_enabled) && (vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 2211 (vp8PicParams->segmentation_enabled) && !(vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 2214 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxDecodeVp8PicCmd() 2441 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxEncodeVp8PicCmd()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/ |
H A D | mhw_vdbox_mfx_g11_X.cpp | 2243 (vp8PicParams->segmentation_enabled) && (vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 2245 (vp8PicParams->segmentation_enabled) && !(vp8PicParams->update_mb_segmentation_map); in AddMfxDecodeVp8PicCmd() 2248 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxDecodeVp8PicCmd() 2475 (vp8PicParams->segmentation_enabled) ? vp8PicParams->update_mb_segmentation_map : 0; in AddMfxEncodeVp8PicCmd()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_vp8.cpp | 1601 …oss<< "update_mb_segmentation_map: "<<std::hex<< +picParams->update_mb_segmentation_map<<std::endl; in DumpPicParams()
|
H A D | codechal_encode_vp8.cpp | 5523 …oss << "update_mb_segmentation_map: " << std::hex << +picParams->update_mb_segmentation_map << std… in DumpVp8EncodePicParams()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/ |
H A D | codechal_encode_vp8_g9.cpp | 7834 (picParams->segmentation_enabled) ? picParams->update_mb_segmentation_map : 0; in SetMpuCurbe()
|