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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c1105 BEST_SEG_INFO *bsi, unsigned int segmentation)
1142 v_fn_ptr = &cpi->fn_ptr[segmentation];
1143 labels = vp8_mbsplits[segmentation];
1144 label_count = vp8_mbsplit_count[segmentation];
1153 rate = vp8_cost_token(vp8_mbsplit_tree, vp8_mbsplit_probs, vp8_mbsplit_encodings + segmentation);
1202 if (segmentation == BLOCK_8X16 || segmentation == BLOCK_16X8)
1205 if (i==1 && segmentation == BLOCK_16X8)
1214 if (segmentation == BLOCK_4X4 && i>0)
1233 n = vp8_mbsplit_offset[segmentation][
1104 rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, unsigned int segmentation) argument
[all...]

Completed in 593 milliseconds