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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h34 struct segmentation { struct
48 int vp9_segfeature_active(const struct segmentation *seg,
52 void vp9_clearall_segfeatures(struct segmentation *seg);
54 void vp9_enable_segfeature(struct segmentation *seg,
58 void vp9_disable_segfeature(struct segmentation *seg,
66 void vp9_clear_segdata(struct segmentation *seg,
70 void vp9_set_segdata(struct segmentation *seg,
75 int vp9_get_segdata(const struct segmentation *seg,
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c1103 BEST_SEG_INFO *bsi, unsigned int segmentation)
1140 v_fn_ptr = &cpi->fn_ptr[segmentation];
1141 labels = vp8_mbsplits[segmentation];
1142 label_count = vp8_mbsplit_count[segmentation];
1151 rate = vp8_cost_token(vp8_mbsplit_tree, vp8_mbsplit_probs, vp8_mbsplit_encodings + segmentation);
1200 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8)
1203 if (i==1 && segmentation == BLOCK_16X8)
1212 if (segmentation == BLOCK_4X4 && i>0)
1231 n = vp8_mbsplit_offset[segmentation][
1102 rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, unsigned int segmentation) argument
[all...]

Completed in 93 milliseconds