Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dset_roi.cc50 cpi.mb.e_mbd.segmentation_enabled = 0; in TEST()
114 EXPECT_EQ(1, cpi.mb.e_mbd.segmentation_enabled) in TEST()
/external/libvpx/libvpx/vp8/encoder/
Dencodeframe.c484 if (xd->segmentation_enabled) in encode_mb_row()
555 xd->segmentation_enabled)) in encode_mb_row()
876 if (xd->segmentation_enabled) in vp8_encode_frame()
880 if (xd->segmentation_enabled) in vp8_encode_frame()
973 if (xd->segmentation_enabled && xd->update_mb_segmentation_map) in vp8_encode_frame()
1244 if (xd->segmentation_enabled) in vp8cx_encode_inter_macroblock()
1306 if (xd->segmentation_enabled) in vp8cx_encode_inter_macroblock()
Dethreading.c164 if (xd->segmentation_enabled) in thread_encoding_proc()
236 xd->segmentation_enabled)) in thread_encoding_proc()
415 zd->segmentation_enabled = xd->segmentation_enabled; in setup_mbby_copy()
Dbitstream.c466 if (x->segmentation_enabled && x->update_mb_segmentation_map) in write_mb_features()
1335 vp8_write_bit(bc, xd->segmentation_enabled); in vp8_pack_bitstream()
1338 if (xd->segmentation_enabled) in vp8_pack_bitstream()
Dvp8_quantize.c372 if (xd->segmentation_enabled) in vp8cx_mb_init_quantizer()
Donyx_if.c401 if ( cpi->mb.e_mbd.segmentation_enabled ) in setup_features()
488 cpi->mb.e_mbd.segmentation_enabled = 1; in enable_segmentation()
495 cpi->mb.e_mbd.segmentation_enabled = 0; in disable_segmentation()
/external/libvpx/libvpx/vp8/common/
Dblockd.h251 unsigned char segmentation_enabled; member
Dvp8_loopfilter.c134 if (mbd->segmentation_enabled) in vp8_loop_filter_frame_init()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c68 if (xd->segmentation_enabled) in vp8_mb_init_dequantizer()
124 if (xd->segmentation_enabled) in decode_macroblock()
1097 xd->segmentation_enabled = (unsigned char)vp8_read_bit(bc); in vp8_decode_frame()
1099 if (xd->segmentation_enabled) in vp8_decode_frame()
Dthreading.c62 mbd->segmentation_enabled = xd->segmentation_enabled; in setup_decoding_thread_data()
119 if (xd->segmentation_enabled) in mt_decode_macroblock()
Ddecodemv.c579 if (x->segmentation_enabled && x->update_mb_segmentation_map) in read_mb_features()