Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dethreading.c155 if (xd->segmentation_enabled) in thread_encoding_proc()
203 if (cpi->cyclic_refresh_mode_enabled && xd->segmentation_enabled) in thread_encoding_proc()
379 zd->segmentation_enabled = xd->segmentation_enabled; in setup_mbby_copy()
Dencodeframe.c312 if (xd->segmentation_enabled) in vp8cx_mb_init_quantizer()
558 if (xd->segmentation_enabled) in encode_mb_row()
606 if (cpi->cyclic_refresh_mode_enabled && xd->segmentation_enabled) in encode_mb_row()
845 if (xd->segmentation_enabled) in vp8_encode_frame()
849 if (xd->segmentation_enabled) in vp8_encode_frame()
899 if (xd->segmentation_enabled) in vp8_encode_frame()
1241 if (xd->segmentation_enabled) in vp8cx_encode_inter_macroblock()
1288 if (xd->segmentation_enabled) in vp8cx_encode_inter_macroblock()
Dbitstream.c815 if (x->segmentation_enabled && x->update_mb_segmentation_map) in write_mb_features()
1416 vp8_write_bit(bc, (xd->segmentation_enabled) ? 1 : 0); in vp8_pack_bitstream()
1419 if (xd->segmentation_enabled) in vp8_pack_bitstream()
Donyx_if.c245 cpi->mb.e_mbd.segmentation_enabled = 0; in setup_features()
325 cpi->mb.e_mbd.segmentation_enabled = 1; in enable_segmentation()
334 cpi->mb.e_mbd.segmentation_enabled = 0; in disable_segmentation()
3438 if (cpi->mb.e_mbd.segmentation_enabled) in encode_frame_to_data_rate()
3919 if (cpi->mb.e_mbd.segmentation_enabled) in encode_frame_to_data_rate()
/external/libvpx/vp8/decoder/
Dthreading.c64 mbd->segmentation_enabled = xd->segmentation_enabled; in setup_decoding_thread_data()
130 if (xd->segmentation_enabled) in decode_macroblock()
256 int alt_flt_enabled = xd->segmentation_enabled; in thread_decoding_proc()
646 int alt_flt_enabled = mbd->segmentation_enabled; in lpf_init()
694 int alt_flt_enabled = xd->segmentation_enabled; in vp8mt_decode_mb_rows()
Ddecodframe.c72 if (xd->segmentation_enabled) in mb_init_dequantizer()
207 if (xd->segmentation_enabled) in decode_macroblock()
662 xd->segmentation_enabled = (unsigned char)vp8_read_bit(bc); in vp8_decode_frame()
664 if (xd->segmentation_enabled) in vp8_decode_frame()
Ddecodemv.c55 if (x->segmentation_enabled && x->update_mb_segmentation_map) in vp8_read_mb_features()
/external/libvpx/vp8/common/
Dblockd.h241 unsigned char segmentation_enabled; member
Dloopfilter.c310 int alt_flt_enabled = mbd->segmentation_enabled; in vp8_loop_filter_frame()
415 int alt_flt_enabled = mbd->segmentation_enabled; in vp8_loop_filter_frame_yonly()
516 int alt_flt_enabled = mbd->segmentation_enabled; in vp8_loop_filter_partial_frame()