Home
last modified time | relevance | path

Searched refs:segmentation (Results 1 – 25 of 54) sorted by relevance

123

/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.h22 void vp9_enable_segmentation(struct segmentation *seg);
23 void vp9_disable_segmentation(struct segmentation *seg);
25 void vp9_disable_segfeature(struct segmentation *seg,
28 void vp9_clear_segdata(struct segmentation *seg,
42 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data,
47 void vp9_reset_segment_features(struct segmentation *seg);
Dvp9_segmentation.c22 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation()
28 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation()
34 void vp9_set_segment_data(struct segmentation *seg, in vp9_set_segment_data()
45 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature()
50 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata()
203 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method()
278 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
Dvp9_aq_complexity.c34 struct segmentation *const seg = &cm->seg; in vp9_setup_in_frame_q_adj()
Dvp9_aq_variance.c77 struct segmentation *seg = &cm->seg; in vp9_vaq_frame_setup()
Dvp9_aq_cyclicrefresh.c183 struct segmentation *const seg = &cm->seg; in vp9_cyclic_refresh_setup()
Dvp9_bitstream.c183 static void write_segment_id(vp9_writer *w, const struct segmentation *seg, in write_segment_id()
231 const struct segmentation *const seg = &cm->seg; in pack_inter_mode_mvs()
332 const struct segmentation *const seg = &cm->seg; in write_mb_modes_kf()
744 const struct segmentation *seg = &cm->seg; in encode_segmentation()
/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h38 struct segmentation { struct
52 int vp9_segfeature_active(const struct segmentation *seg, argument
56 void vp9_clearall_segfeatures(struct segmentation *seg);
58 void vp9_enable_segfeature(struct segmentation *seg,
66 void vp9_set_segdata(struct segmentation *seg,
71 int vp9_get_segdata(const struct segmentation *seg,
Dvp9_seg_common.c28 int vp9_segfeature_active(const struct segmentation *seg, int segment_id, in vp9_segfeature_active()
34 void vp9_clearall_segfeatures(struct segmentation *seg) { in vp9_clearall_segfeatures()
39 void vp9_enable_segfeature(struct segmentation *seg, int segment_id, in vp9_enable_segfeature()
52 void vp9_set_segdata(struct segmentation *seg, int segment_id, in vp9_set_segdata()
63 int vp9_get_segdata(const struct segmentation *seg, int segment_id, in vp9_get_segdata()
Dvp9_quant_common.h28 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
Dvp9_quant_common.c94 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
Dvp9_pred_common.h42 static INLINE vp9_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg, in vp9_get_pred_prob_seg_id()
Dvp9_onyxc_int.h165 struct segmentation seg;
/external/libvpx/libvpx/test/
Dtest-data.sha153 17fbfe2fea70f6e2f3fa6ca4efaae6c0b03b5f02 vp80-03-segmentation-01.ivf
54 3c3600dbbcde08e20d54c66fe3b7eadd4f09bdbb vp80-03-segmentation-02.ivf
55 c156778d5340967d4b369c490848076e92f1f875 vp80-03-segmentation-03.ivf
56 d25dcff6c60e87a1af70945b8911b6b4998533b0 vp80-03-segmentation-04.ivf
57 362baba2ce454c9db21218f35e81c27a5ed0b730 vp80-03-segmentation-1401.ivf
58 d223ae7ee748ce07e74c4679bfd219e84aa9f4b0 vp80-03-segmentation-1403.ivf
59 033adf7f3a13836a3f1cffcb87c1972900f2b5c6 vp80-03-segmentation-1407.ivf
60 4d51dfbf9f3e2c590ec99d1d6f59dd731d04375f vp80-03-segmentation-1408.ivf
61 f37a62b197c2600d75e0ccfbb31b60efdedac251 vp80-03-segmentation-1409.ivf
62 eb25bd7bfba5b2f6935018a930f42d123b1e7fcd vp80-03-segmentation-1410.ivf
[all …]
Dtest.mk214 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-01.ivf
215 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-01.ivf.md5
216 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-02.ivf
217 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-02.ivf.md5
218 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-03.ivf
219 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-03.ivf.md5
220 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-04.ivf
221 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-04.ivf.md5
222 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-1401.ivf
223 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-1401.ivf.md5
[all …]
/external/libvpx/libvpx/vp8/
Dvp8cx.mk66 VP8_CX_SRCS-yes += encoder/segmentation.c
67 VP8_CX_SRCS-yes += encoder/segmentation.h
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c1099 BEST_SEG_INFO *bsi, unsigned int segmentation) in rd_check_segment() argument
1136 v_fn_ptr = &cpi->fn_ptr[segmentation]; in rd_check_segment()
1137 labels = vp8_mbsplits[segmentation]; in rd_check_segment()
1138 label_count = vp8_mbsplit_count[segmentation]; in rd_check_segment()
1147 … rate = vp8_cost_token(vp8_mbsplit_tree, vp8_mbsplit_probs, vp8_mbsplit_encodings + segmentation); in rd_check_segment()
1196 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) in rd_check_segment()
1199 if (i==1 && segmentation == BLOCK_16X8) in rd_check_segment()
1208 if (segmentation == BLOCK_4X4 && i>0) in rd_check_segment()
1227 n = vp8_mbsplit_offset[segmentation][i]; in rd_check_segment()
1264 sseshift = segmentation_to_sseshift[segmentation]; in rd_check_segment()
[all …]
/external/harfbuzz_ng/
DTODO56 - Add segmentation API
/external/icu/icu4c/source/data/brkitr/
Dword_POSIX.txt163 # special handling for CJK characters: chain for later dictionary segmentation
234 # special handling for CJK characters: chain for later dictionary segmentation
Dword.txt163 # special handling for CJK characters: chain for later dictionary segmentation
234 # special handling for CJK characters: chain for later dictionary segmentation
Dburmesedict.txt7 # This list was created to aid in word wrapping, word segmentation, and spell
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c57 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) { in read_segment_id()
105 struct segmentation *const seg = &cm->seg; in read_intra_segment_id()
122 struct segmentation *const seg = &cm->seg; in read_inter_segment_id()
/external/libvpx/mips/
Dlibvpx_srcs.txt113 vp8/encoder/segmentation.c
114 vp8/encoder/segmentation.h
/external/libvpx/generic/
Dlibvpx_srcs.txt113 vp8/encoder/segmentation.c
114 vp8/encoder/segmentation.h
/external/libvpx/mips-dspr2/
Dlibvpx_srcs.txt119 vp8/encoder/segmentation.c
120 vp8/encoder/segmentation.h
/external/libvpx/x86/
Dlibvpx_srcs.txt143 vp8/encoder/segmentation.c
144 vp8/encoder/segmentation.h

123