Searched defs:segmentation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_seg_common.h38 struct segmentation { struct
52 int vp9_segfeature_active(const struct segmentation *seg,
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,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h38 struct segmentation { struct
52 int vp9_segfeature_active(const struct segmentation *seg,
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,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Drdopt.c1099 BEST_SEG_INFO *bsi, unsigned int segmentation)
1136 v_fn_ptr = &cpi->fn_ptr[segmentation];
1137 labels = vp8_mbsplits[segmentation];
1138 label_count = vp8_mbsplit_count[segmentation];
1147 rate = vp8_cost_token(vp8_mbsplit_tree, vp8_mbsplit_probs, vp8_mbsplit_encodings + segmentation);
1196 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8)
1199 if (i==1 && segmentation == BLOCK_16X8)
1208 if (segmentation == BLOCK_4X4 && i>0)
1227 n = vp8_mbsplit_offset[segmentation][
1098 rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, unsigned int segmentation) argument
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1100 BEST_SEG_INFO *bsi, unsigned int segmentation)
1137 v_fn_ptr = &cpi->fn_ptr[segmentation];
1138 labels = vp8_mbsplits[segmentation];
1139 label_count = vp8_mbsplit_count[segmentation];
1148 rate = vp8_cost_token(vp8_mbsplit_tree, vp8_mbsplit_probs, vp8_mbsplit_encodings + segmentation);
1197 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8)
1200 if (i==1 && segmentation == BLOCK_16X8)
1209 if (segmentation == BLOCK_4X4 && i>0)
1228 n = vp8_mbsplit_offset[segmentation][
1099 rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, unsigned int segmentation) argument
[all...]

Completed in 680 milliseconds