Home
last modified time | relevance | path

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

/hardware/intel/common/libva/va/
Dva_dec_vp8.h97 unsigned int update_mb_segmentation_map : 1; member
Dva_enc_vp8.h171 unsigned int update_mb_segmentation_map : 1; member
Dva_trace.c2005 …\tpic_flags.bits.update_mb_segmentation_map = %d\n", p->pic_flags.bits.update_mb_segmentation_map); in va_TraceVAEncPictureParameterBufferVP8()
2064 …g(trace_ctx, "\tupdate_mb_segmentation_map = %d\n", p->pic_fields.bits.update_mb_segmentation_map); in va_TraceVAPictureParameterBufferVP8()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dset_roi.cc51 cpi.mb.e_mbd.update_mb_segmentation_map = 0; in TEST()
116 EXPECT_EQ(1, cpi.mb.e_mbd.update_mb_segmentation_map) in TEST()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h250 unsigned char update_mb_segmentation_map; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c465 if (x->segmentation_enabled && x->update_mb_segmentation_map) in write_mb_features()
587 if (cpi->mb.e_mbd.update_mb_segmentation_map) in pack_inter_mode_mvs()
753 if (cpi->mb.e_mbd.update_mb_segmentation_map) in write_kfmodes()
1340 vp8_write_bit(bc, xd->update_mb_segmentation_map); in vp8_pack_bitstream()
1380 if (xd->update_mb_segmentation_map) in vp8_pack_bitstream()
Donyx_if.c416 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in setup_features()
421 cpi->mb.e_mbd.update_mb_segmentation_map = 0; in setup_features()
492 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in enable_segmentation()
510 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in set_segmentation_map()
616 cpi->mb.e_mbd.update_mb_segmentation_map = 1; in cyclic_background_refresh()
4766 cpi->mb.e_mbd.update_mb_segmentation_map = 0; in encode_frame_to_data_rate()
4887 || xd->update_mb_segmentation_map || xd->update_mb_segmentation_data; in frame_is_reference()
Dencodeframe.c952 if (xd->segmentation_enabled && xd->update_mb_segmentation_map) in vp8_encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c579 if (x->segmentation_enabled && x->update_mb_segmentation_map) in read_mb_features()
597 if (pbi->mb.update_mb_segmentation_map) in decode_mb_mode_mvs()
Ddecodeframe.c1092 xd->update_mb_segmentation_map = (unsigned char)vp8_read_bit(bc); in vp8_decode_frame()
1120 if (xd->update_mb_segmentation_map) in vp8_decode_frame()
1137 xd->update_mb_segmentation_map = 0; in vp8_decode_frame()
/hardware/intel/img/psb_video/src/
Dtng_VP8.c1020 …_FE_UPDATE_SEGMENTATION_MAP, (ctx->pic_params->pic_fields.bits.update_mb_segmentation_map == 0 )? … in tng__VP8_FE_Registers_Write()