/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_segmentation.h | 22 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, 45 void vp9_set_segment_data(struct segmentation *seg, signed char *feature_data, 50 void vp9_reset_segment_features(struct segmentation *seg);
|
D | vp9_segmentation.c | 22 void vp9_enable_segmentation(struct segmentation *seg) { in vp9_enable_segmentation() 28 void vp9_disable_segmentation(struct segmentation *seg) { in vp9_disable_segmentation() 33 struct segmentation *const seg = &cpi->common.seg; in vp9_set_segmentation_map() 44 void vp9_set_segment_data(struct segmentation *seg, in vp9_set_segment_data() 55 void vp9_disable_segfeature(struct segmentation *seg, int segment_id, in vp9_disable_segfeature() 60 void vp9_clear_segdata(struct segmentation *seg, int segment_id, in vp9_clear_segdata() 217 struct segmentation *seg = &cm->seg; in vp9_choose_segmap_coding_method() 294 void vp9_reset_segment_features(struct segmentation *seg) { in vp9_reset_segment_features()
|
D | vp9_aq_complexity.c | 23 struct segmentation *const seg = &cm->seg; in vp9_setup_in_frame_q_adj()
|
D | vp9_aq_variance.c | 77 struct segmentation *seg = &cm->seg; in vp9_vaq_frame_setup()
|
D | vp9_aq_cyclicrefresh.c | 183 struct segmentation *const seg = &cm->seg; in vp9_cyclic_refresh_setup()
|
D | vp9_bitstream.c | 185 static void write_segment_id(vp9_writer *w, const struct segmentation *seg, in write_segment_id() 234 const struct segmentation *const seg = &cm->seg; in pack_inter_mode_mvs() 337 const struct segmentation *const seg = &cm->seg; in write_mb_modes_kf() 746 struct segmentation *seg = &cpi->common.seg; in encode_segmentation()
|
D | vp9_tokenize.c | 203 static INLINE int get_tx_eob(const struct segmentation *seg, int segment_id, in get_tx_eob()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_seg_common.h | 38 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,
|
D | vp9_seg_common.c | 28 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()
|
D | vp9_quant_common.h | 30 int vp9_get_qindex(const struct segmentation *seg, int segment_id,
|
D | vp9_quant_common.c | 133 int vp9_get_qindex(const struct segmentation *seg, int segment_id, in vp9_get_qindex()
|
D | vp9_pred_common.h | 42 static INLINE vp9_prob vp9_get_pred_prob_seg_id(const struct segmentation *seg, in vp9_get_pred_prob_seg_id()
|
D | vp9_onyxc_int.h | 168 struct segmentation seg;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | test-data.sha1 | 31 17fbfe2fea70f6e2f3fa6ca4efaae6c0b03b5f02 vp80-03-segmentation-01.ivf 32 3c3600dbbcde08e20d54c66fe3b7eadd4f09bdbb vp80-03-segmentation-02.ivf 33 c156778d5340967d4b369c490848076e92f1f875 vp80-03-segmentation-03.ivf 34 d25dcff6c60e87a1af70945b8911b6b4998533b0 vp80-03-segmentation-04.ivf 35 362baba2ce454c9db21218f35e81c27a5ed0b730 vp80-03-segmentation-1401.ivf 36 d223ae7ee748ce07e74c4679bfd219e84aa9f4b0 vp80-03-segmentation-1403.ivf 37 033adf7f3a13836a3f1cffcb87c1972900f2b5c6 vp80-03-segmentation-1407.ivf 38 4d51dfbf9f3e2c590ec99d1d6f59dd731d04375f vp80-03-segmentation-1408.ivf 39 f37a62b197c2600d75e0ccfbb31b60efdedac251 vp80-03-segmentation-1409.ivf 40 eb25bd7bfba5b2f6935018a930f42d123b1e7fcd vp80-03-segmentation-1410.ivf [all …]
|
D | test.mk | 181 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-01.ivf 182 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-01.ivf.md5 183 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-02.ivf 184 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-02.ivf.md5 185 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-03.ivf 186 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-03.ivf.md5 187 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-04.ivf 188 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-04.ivf.md5 189 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-1401.ivf 190 LIBVPX_TEST_DATA-$(CONFIG_VP8_DECODER) += vp80-03-segmentation-1401.ivf.md5 [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8cx.mk | 66 VP8_CX_SRCS-yes += encoder/segmentation.c 67 VP8_CX_SRCS-yes += encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | rdopt.c | 1105 BEST_SEG_INFO *bsi, unsigned int segmentation) in rd_check_segment() argument 1142 v_fn_ptr = &cpi->fn_ptr[segmentation]; in rd_check_segment() 1143 labels = vp8_mbsplits[segmentation]; in rd_check_segment() 1144 label_count = vp8_mbsplit_count[segmentation]; in rd_check_segment() 1153 … rate = vp8_cost_token(vp8_mbsplit_tree, vp8_mbsplit_probs, vp8_mbsplit_encodings + segmentation); in rd_check_segment() 1202 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8) in rd_check_segment() 1205 if (i==1 && segmentation == BLOCK_16X8) in rd_check_segment() 1214 if (segmentation == BLOCK_4X4 && i>0) in rd_check_segment() 1233 n = vp8_mbsplit_offset[segmentation][i]; in rd_check_segment() 1270 sseshift = segmentation_to_sseshift[segmentation]; in rd_check_segment() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 58 static int read_segment_id(vp9_reader *r, const struct segmentation *seg) { in read_segment_id() 106 struct segmentation *const seg = &cm->seg; in read_intra_segment_id() 123 struct segmentation *const seg = &cm->seg; in read_inter_segment_id()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | libvpx_srcs.txt | 116 vp8/encoder/segmentation.c 117 vp8/encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | libvpx_srcs.txt | 116 vp8/encoder/segmentation.c 117 vp8/encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | libvpx_srcs.txt | 122 vp8/encoder/segmentation.c 123 vp8/encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | libvpx_srcs.txt | 153 vp8/encoder/segmentation.c 154 vp8/encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | libvpx_srcs.txt | 155 vp8/encoder/segmentation.c 156 vp8/encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | libvpx_srcs.txt | 193 vp8/encoder/segmentation.c 194 vp8/encoder/segmentation.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 168 Fixed a decoder error introduced in Duclair where the segmentation 364 Changed segmentation check order
|