Home
last modified time | relevance | path

Searched refs:update_mb_segmentation_map (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/
Dvp8.rs19 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 Dset_roi.cc46 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 Dbitstream.c360 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 Donyx_if.c384 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 Dencodeframe.c903 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 Ddecode_vp8_picture_packet.cpp359 (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 Dmhw_vdbox_mfx_g8_bdw.cpp397 (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 Dcodec_def_decode_vp8.h57 uint16_t update_mb_segmentation_map : 1; member
/aosp_15_r20/external/libva/va/
H A Dva_dec_vp8.h95 uint32_t update_mb_segmentation_map : 1; member
H A Dva_enc_vp8.h183 uint32_t update_mb_segmentation_map : 1; member
H A Dva_trace.c4712 …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 Dcodec_def_encode_vp8.h108 uint32_t update_mb_segmentation_map : 1; member
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_ddi_decode_vp8.cpp210 …codecPicParams->update_mb_segmentation_map = picParam->pic_fields.bits.update_mb_segmentation_map; in ParsePicParams()
H A Dmedia_ddi_encode_vp8.cpp448 … vp8PicParams->update_mb_segmentation_map = picParams->pic_flags.bits.update_mb_segmentation_map; in ParsePicParams()
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Ddecodemv.c477 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 Ddecodeframe.c994 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 Dddi_decode_vp8_specific.cpp220 …codecPicParams->update_mb_segmentation_map = picParam->pic_fields.bits.update_mb_segmentation_map; in ParsePicParams()
/aosp_15_r20/external/libvpx/vp8/common/
H A Dblockd.h248 unsigned char update_mb_segmentation_map; member
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/
H A Dmhw_vdbox_mfx_g9_X.h1902 (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/
Ddxva.h443 UCHAR update_mb_segmentation_map : 1; member
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/
H A Dmhw_vdbox_mfx_g12_X.cpp2209 (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 Dmhw_vdbox_mfx_g11_X.cpp2243 (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 Dcodechal_decode_vp8.cpp1601 …oss<< "update_mb_segmentation_map: "<<std::hex<< +picParams->update_mb_segmentation_map<<std::endl; in DumpPicParams()
H A Dcodechal_encode_vp8.cpp5523 …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 Dcodechal_encode_vp8_g9.cpp7834 (picParams->segmentation_enabled) ? picParams->update_mb_segmentation_map : 0; in SetMpuCurbe()

12